{
  "timestamp": "2025-08-07T07:15:28",
  "compiler": {
    "name": "@stencil/core",
    "version": "4.27.2",
    "typescriptVersion": "5.5.4"
  },
  "components": [
    {
      "filePath": "src/components/dyte-ai/dyte-ai.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-ai",
      "docs": "",
      "docsTags": [],
      "usage": {},
      "props": [
        {
          "name": "config",
          "type": "UIConfig",
          "complexType": {
            "original": "UIConfig",
            "resolved": "UIConfig",
            "references": {
              "UIConfig": {
                "location": "import",
                "path": "../../types/ui-config",
                "id": "src/types/ui-config/index.ts::UIConfig"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Config",
          "docsTags": [],
          "default": "defaultConfig",
          "values": [
            {
              "type": "UIConfig"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "states",
          "type": "States",
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "States object",
          "docsTags": [],
          "values": [
            {
              "type": "States"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "view",
          "type": "\"default\" | \"full-screen\" | \"sidebar\"",
          "complexType": {
            "original": "AIView",
            "resolved": "\"default\" | \"full-screen\" | \"sidebar\"",
            "references": {
              "AIView": {
                "location": "local",
                "path": "/home/runner/work/ui-kit/ui-kit/packages/core/src/components/dyte-ai/dyte-ai.tsx",
                "id": "src/components/dyte-ai/dyte-ai.tsx::AIView"
              }
            }
          },
          "mutable": false,
          "attr": "view",
          "reflectToAttr": true,
          "docs": "View type",
          "docsTags": [],
          "default": "'sidebar'",
          "values": [
            {
              "value": "default",
              "type": "string"
            },
            {
              "value": "full-screen",
              "type": "string"
            },
            {
              "value": "sidebar",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "dyteStateUpdate",
          "detail": "States",
          "bubbles": true,
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "cancelable": true,
          "composed": true,
          "docs": "Emits updated state data",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [],
      "dependents": [],
      "dependencies": [
        "dyte-button",
        "dyte-icon",
        "dyte-ai-transcriptions"
      ],
      "dependencyGraph": {
        "dyte-ai": [
          "dyte-button",
          "dyte-icon",
          "dyte-ai-transcriptions"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-ai-toggle/dyte-ai-toggle.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-ai-toggle",
      "docs": "",
      "docsTags": [],
      "usage": {},
      "props": [
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "states",
          "type": "States",
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "States object",
          "docsTags": [],
          "values": [
            {
              "type": "States"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "variant",
          "type": "\"button\" | \"horizontal\"",
          "complexType": {
            "original": "ControlBarVariant",
            "resolved": "\"button\" | \"horizontal\"",
            "references": {
              "ControlBarVariant": {
                "location": "import",
                "path": "../dyte-controlbar-button/dyte-controlbar-button",
                "id": "src/components/dyte-controlbar-button/dyte-controlbar-button.tsx::ControlBarVariant"
              }
            }
          },
          "mutable": false,
          "attr": "variant",
          "reflectToAttr": true,
          "docs": "Variant",
          "docsTags": [],
          "default": "'button'",
          "values": [
            {
              "value": "button",
              "type": "string"
            },
            {
              "value": "horizontal",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "dyteStateUpdate",
          "detail": "States",
          "bubbles": true,
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "cancelable": true,
          "composed": true,
          "docs": "Emits updated state data",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [
        {
          "name": "controlbar-button",
          "docs": ""
        }
      ],
      "dependents": [],
      "dependencies": [
        "dyte-controlbar-button"
      ],
      "dependencyGraph": {
        "dyte-ai-toggle": [
          "dyte-controlbar-button"
        ],
        "dyte-controlbar-button": [
          "dyte-spinner",
          "dyte-icon"
        ],
        "dyte-spinner": [
          "dyte-icon"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-ai-transcriptions/dyte-ai-transcriptions.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-ai-transcriptions",
      "docs": "",
      "docsTags": [],
      "usage": {},
      "props": [
        {
          "name": "initialTranscriptions",
          "type": "Transcript[]",
          "complexType": {
            "original": "Transcript[]",
            "resolved": "Transcript[]",
            "references": {
              "Transcript": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::Transcript"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Initial transcriptions",
          "docsTags": [],
          "values": [
            {
              "type": "Transcript[]"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [],
      "dependents": [
        "dyte-ai"
      ],
      "dependencies": [],
      "dependencyGraph": {
        "dyte-ai": [
          "dyte-ai-transcriptions"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-audio-grid/dyte-audio-grid.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-audio-grid",
      "docs": "",
      "docsTags": [],
      "usage": {},
      "props": [
        {
          "name": "config",
          "type": "UIConfig",
          "complexType": {
            "original": "UIConfig",
            "resolved": "UIConfig",
            "references": {
              "UIConfig": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::UIConfig"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Config",
          "docsTags": [],
          "values": [
            {
              "type": "UIConfig"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "hideSelf",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "hide-self",
          "reflectToAttr": false,
          "docs": "Whether to hide self in the grid",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon Pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "states",
          "type": "States",
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::States"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "States",
          "docsTags": [],
          "values": [
            {
              "type": "States"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [],
      "dependents": [],
      "dependencies": [],
      "dependencyGraph": {}
    },
    {
      "filePath": "src/components/dyte-audio-tile/dyte-audio-tile.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-audio-tile",
      "docs": "",
      "docsTags": [],
      "usage": {},
      "props": [
        {
          "name": "config",
          "type": "UIConfig",
          "complexType": {
            "original": "UIConfig",
            "resolved": "UIConfig",
            "references": {
              "UIConfig": {
                "location": "import",
                "path": "../../types/ui-config",
                "id": "src/types/ui-config/index.ts::UIConfig"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Config",
          "docsTags": [],
          "values": [
            {
              "type": "UIConfig"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "participant",
          "type": "({ readonly id: string; readonly userId: string; readonly name: string; readonly picture: string; readonly isHost: boolean; readonly customParticipantId?: string; readonly clientSpecificId: string; readonly flags: { [key: string]: string | boolean; }; readonly device: DeviceConfig; readonly videoTrack: MediaStreamTrack; readonly audioTrack: MediaStreamTrack; readonly screenShareTracks: { audio: MediaStreamTrack; video: MediaStreamTrack; }; readonly videoEnabled: boolean; readonly audioEnabled: boolean; readonly screenShareEnabled: boolean; readonly producers: ProducerState[]; readonly manualProducerConfig: PeerProducerConfig; readonly supportsRemoteControl: boolean; readonly presetName?: string; readonly stageStatus: StageStatus; readonly setVideoEnabled: (videoEnabled: boolean, emitEvent?: boolean) => void; readonly setAudioEnabled: (audioEnabled: boolean, emitEvent?: boolean) => void; readonly setScreenShareEnabled: (screenShareEnabled: boolean, emitEvent?: boolean) => void; readonly pin: () => Promise<void>; readonly unpin: () => Promise<void>; readonly setIsPinned: (isPinned: boolean, emitEvent?: boolean) => void; readonly disableAudio: () => Promise<void>; readonly kick: () => Promise<void>; readonly disableVideo: () => Promise<void>; readonly getPermissions: () => Promise<Pick<Permissions, \"polls\" | \"plugins\" | \"chat\">>; readonly setStageStatus: (stageStatus: StageStatus) => void; readonly isPinned: boolean; readonly registerVideoElement: (videoElem: HTMLVideoElement) => void; readonly deregisterVideoElement: (videoElem?: HTMLVideoElement) => void; readonly emit: <E extends keyof ParticipantEvents>(event: E, ...args: Parameters<ParticipantEvents[E]>) => boolean; readonly on: <E extends keyof ParticipantEvents>(event: E, callback: ParticipantEvents[E]) => DyteParticipant$1; readonly addListener: <E extends keyof ParticipantEvents>(event: E, callback: ParticipantEvents[E]) => DyteParticipant$1; readonly off: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly once: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly prependListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly prependOnceListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly removeListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly removeAllListeners: <T extends keyof ParticipantEvents>(event?: T) => DyteParticipant$1; readonly listeners: <T extends keyof ParticipantEvents>(event: T) => Function[]; readonly listenerCount: <T extends keyof ParticipantEvents>(event: T) => number; readonly [EventEmitter.captureRejectionSymbol]?: <K>(error: Error, event: string | symbol, ...args: AnyRest) => void; readonly setMaxListeners: (n: number) => DyteParticipant$1; readonly getMaxListeners: () => number; readonly rawListeners: <K>(eventName: string | symbol) => Function[]; readonly eventNames: () => (string | symbol)[]; }) | ({ readonly name: string; readonly picture: string; readonly customParticipantId: string; readonly waitlistStatus: \"rejected\" | \"accepted\" | \"waiting\" | \"none\"; readonly role: any; readonly userId: string; readonly organizationId: string; readonly supportsRemoteControl: boolean; readonly device: DeviceConfig; readonly hidden: boolean; readonly stageStatus: StageStatus; readonly id: string; readonly presetName: string; readonly roomState: LeaveRoomState | \"joined\" | \"init\" | \"waitlisted\"; readonly cleanupEvents: () => void; readonly permissions: DytePermissionsPreset$1; readonly config: DyteThemePreset$1; readonly roomJoined: boolean; readonly setName: (name: string) => void; readonly setupTracks: (options?: { video?: boolean; audio?: boolean; forceReset?: boolean; }) => Promise<void>; readonly destructMediaHandler: () => Promise<void>; readonly removeDocumentEventListeners: () => Promise<void>; readonly enableAudio: (customTrack?: MediaStreamTrack) => Promise<void>; readonly enableVideo: (customTrack?: MediaStreamTrack) => Promise<void>; readonly updateVideoConstraints: (resolution: VideoQualityConstraints) => Promise<void>; readonly enableScreenShare: () => Promise<void>; readonly updateScreenshareConstraints: (resolution: VideoQualityConstraints) => Promise<void>; readonly disableAudio: () => Promise<void>; readonly disableVideo: () => Promise<void>; readonly disableScreenShare: () => Promise<void>; readonly getAllDevices: () => Promise<InputDeviceInfo[]>; readonly setIsPinned: (isPinned: boolean, emitEvent?: boolean) => void; readonly isPinned: boolean; readonly pin: () => Promise<void>; readonly unpin: () => Promise<void>; readonly hide: () => Promise<void>; readonly show: () => void; readonly setDevice: (device: MediaDeviceInfo) => Promise<void>; readonly cleanUpTracks: () => void; readonly registerVideoElement: (videoElem: HTMLVideoElement, isPreview?: boolean) => void; readonly deregisterVideoElement: (videoElem?: HTMLVideoElement, isPreview?: boolean) => void; readonly init: (options?: { video?: boolean; audio?: boolean; constraints?: MediaConstraints; }, skipAwaits?: boolean, context?: Context<DyteContextState>) => Promise<void>; readonly audioTrack: MediaStreamTrack; readonly rawAudioTrack: MediaStreamTrack; readonly mediaPermissions: { audio?: MediaPermission$1; video?: MediaPermission$1; screenshare?: MediaPermission$1; }; readonly addAudioMiddleware: (audioMiddleware: AudioMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAudioMiddleware: (audioMiddleware: AudioMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAllAudioMiddlewares: () => Promise<{ success: boolean; message: string; }>; readonly videoTrack: MediaStreamTrack; readonly rawVideoTrack: MediaStreamTrack; readonly addVideoMiddleware: (videoMiddleware: VideoMiddleware) => Promise<{ success: boolean; message: string; }>; readonly setVideoMiddlewareGlobalConfig: (config?: VideoMiddlewareGlobalConfig) => Promise<void>; readonly removeVideoMiddleware: (videoMiddleware: VideoMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAllVideoMiddlewares: () => Promise<{ success: boolean; message: string; }>; readonly screenShareTracks: { audio: MediaStreamTrack; video: MediaStreamTrack; }; readonly audioEnabled: boolean; readonly videoEnabled: boolean; readonly screenShareEnabled: boolean; readonly getCurrentDevices: () => { audio: MediaDeviceInfo; video: MediaDeviceInfo; speaker: MediaDeviceInfo; }; readonly getAudioDevices: () => Promise<MediaDeviceInfo[]>; readonly getVideoDevices: () => Promise<MediaDeviceInfo[]>; readonly getSpeakerDevices: () => Promise<MediaDeviceInfo[]>; readonly getDeviceById: (deviceId: string, kind: \"audio\" | \"video\" | \"speaker\") => Promise<MediaDeviceInfo>; readonly emit: <E extends keyof SelfEvents>(event: E, ...args: Parameters<SelfEvents[E]>) => boolean; readonly on: <E extends keyof SelfEvents>(event: E, callback: SelfEvents[E]) => DyteSelf$1; readonly addListener: <E extends keyof SelfEvents>(event: E, callback: SelfEvents[E]) => DyteSelf$1; readonly off: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly once: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly prependListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly prependOnceListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly removeListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly removeAllListeners: <T extends keyof SelfEvents>(event?: T) => DyteSelf$1; readonly listeners: <T extends keyof SelfEvents>(event: T) => Function[]; readonly listenerCount: <T extends keyof SelfEvents>(event: T) => number; readonly [EventEmitter.captureRejectionSymbol]?: <K>(error: Error, event: string | symbol, ...args: AnyRest) => void; readonly setMaxListeners: (n: number) => DyteSelf$1; readonly getMaxListeners: () => number; readonly rawListeners: <K>(eventName: string | symbol) => Function[]; readonly eventNames: () => (string | symbol)[]; })",
          "complexType": {
            "original": "Peer",
            "resolved": "({ readonly id: string; readonly userId: string; readonly name: string; readonly picture: string; readonly isHost: boolean; readonly customParticipantId?: string; readonly clientSpecificId: string; readonly flags: { [key: string]: string | boolean; }; readonly device: DeviceConfig; readonly videoTrack: MediaStreamTrack; readonly audioTrack: MediaStreamTrack; readonly screenShareTracks: { audio: MediaStreamTrack; video: MediaStreamTrack; }; readonly videoEnabled: boolean; readonly audioEnabled: boolean; readonly screenShareEnabled: boolean; readonly producers: ProducerState[]; readonly manualProducerConfig: PeerProducerConfig; readonly supportsRemoteControl: boolean; readonly presetName?: string; readonly stageStatus: StageStatus; readonly setVideoEnabled: (videoEnabled: boolean, emitEvent?: boolean) => void; readonly setAudioEnabled: (audioEnabled: boolean, emitEvent?: boolean) => void; readonly setScreenShareEnabled: (screenShareEnabled: boolean, emitEvent?: boolean) => void; readonly pin: () => Promise<void>; readonly unpin: () => Promise<void>; readonly setIsPinned: (isPinned: boolean, emitEvent?: boolean) => void; readonly disableAudio: () => Promise<void>; readonly kick: () => Promise<void>; readonly disableVideo: () => Promise<void>; readonly getPermissions: () => Promise<Pick<Permissions, \"polls\" | \"plugins\" | \"chat\">>; readonly setStageStatus: (stageStatus: StageStatus) => void; readonly isPinned: boolean; readonly registerVideoElement: (videoElem: HTMLVideoElement) => void; readonly deregisterVideoElement: (videoElem?: HTMLVideoElement) => void; readonly emit: <E extends keyof ParticipantEvents>(event: E, ...args: Parameters<ParticipantEvents[E]>) => boolean; readonly on: <E extends keyof ParticipantEvents>(event: E, callback: ParticipantEvents[E]) => DyteParticipant$1; readonly addListener: <E extends keyof ParticipantEvents>(event: E, callback: ParticipantEvents[E]) => DyteParticipant$1; readonly off: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly once: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly prependListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly prependOnceListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly removeListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly removeAllListeners: <T extends keyof ParticipantEvents>(event?: T) => DyteParticipant$1; readonly listeners: <T extends keyof ParticipantEvents>(event: T) => Function[]; readonly listenerCount: <T extends keyof ParticipantEvents>(event: T) => number; readonly [EventEmitter.captureRejectionSymbol]?: <K>(error: Error, event: string | symbol, ...args: AnyRest) => void; readonly setMaxListeners: (n: number) => DyteParticipant$1; readonly getMaxListeners: () => number; readonly rawListeners: <K>(eventName: string | symbol) => Function[]; readonly eventNames: () => (string | symbol)[]; }) | ({ readonly name: string; readonly picture: string; readonly customParticipantId: string; readonly waitlistStatus: \"rejected\" | \"accepted\" | \"waiting\" | \"none\"; readonly role: any; readonly userId: string; readonly organizationId: string; readonly supportsRemoteControl: boolean; readonly device: DeviceConfig; readonly hidden: boolean; readonly stageStatus: StageStatus; readonly id: string; readonly presetName: string; readonly roomState: LeaveRoomState | \"joined\" | \"init\" | \"waitlisted\"; readonly cleanupEvents: () => void; readonly permissions: DytePermissionsPreset$1; readonly config: DyteThemePreset$1; readonly roomJoined: boolean; readonly setName: (name: string) => void; readonly setupTracks: (options?: { video?: boolean; audio?: boolean; forceReset?: boolean; }) => Promise<void>; readonly destructMediaHandler: () => Promise<void>; readonly removeDocumentEventListeners: () => Promise<void>; readonly enableAudio: (customTrack?: MediaStreamTrack) => Promise<void>; readonly enableVideo: (customTrack?: MediaStreamTrack) => Promise<void>; readonly updateVideoConstraints: (resolution: VideoQualityConstraints) => Promise<void>; readonly enableScreenShare: () => Promise<void>; readonly updateScreenshareConstraints: (resolution: VideoQualityConstraints) => Promise<void>; readonly disableAudio: () => Promise<void>; readonly disableVideo: () => Promise<void>; readonly disableScreenShare: () => Promise<void>; readonly getAllDevices: () => Promise<InputDeviceInfo[]>; readonly setIsPinned: (isPinned: boolean, emitEvent?: boolean) => void; readonly isPinned: boolean; readonly pin: () => Promise<void>; readonly unpin: () => Promise<void>; readonly hide: () => Promise<void>; readonly show: () => void; readonly setDevice: (device: MediaDeviceInfo) => Promise<void>; readonly cleanUpTracks: () => void; readonly registerVideoElement: (videoElem: HTMLVideoElement, isPreview?: boolean) => void; readonly deregisterVideoElement: (videoElem?: HTMLVideoElement, isPreview?: boolean) => void; readonly init: (options?: { video?: boolean; audio?: boolean; constraints?: MediaConstraints; }, skipAwaits?: boolean, context?: Context<DyteContextState>) => Promise<void>; readonly audioTrack: MediaStreamTrack; readonly rawAudioTrack: MediaStreamTrack; readonly mediaPermissions: { audio?: MediaPermission$1; video?: MediaPermission$1; screenshare?: MediaPermission$1; }; readonly addAudioMiddleware: (audioMiddleware: AudioMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAudioMiddleware: (audioMiddleware: AudioMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAllAudioMiddlewares: () => Promise<{ success: boolean; message: string; }>; readonly videoTrack: MediaStreamTrack; readonly rawVideoTrack: MediaStreamTrack; readonly addVideoMiddleware: (videoMiddleware: VideoMiddleware) => Promise<{ success: boolean; message: string; }>; readonly setVideoMiddlewareGlobalConfig: (config?: VideoMiddlewareGlobalConfig) => Promise<void>; readonly removeVideoMiddleware: (videoMiddleware: VideoMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAllVideoMiddlewares: () => Promise<{ success: boolean; message: string; }>; readonly screenShareTracks: { audio: MediaStreamTrack; video: MediaStreamTrack; }; readonly audioEnabled: boolean; readonly videoEnabled: boolean; readonly screenShareEnabled: boolean; readonly getCurrentDevices: () => { audio: MediaDeviceInfo; video: MediaDeviceInfo; speaker: MediaDeviceInfo; }; readonly getAudioDevices: () => Promise<MediaDeviceInfo[]>; readonly getVideoDevices: () => Promise<MediaDeviceInfo[]>; readonly getSpeakerDevices: () => Promise<MediaDeviceInfo[]>; readonly getDeviceById: (deviceId: string, kind: \"audio\" | \"video\" | \"speaker\") => Promise<MediaDeviceInfo>; readonly emit: <E extends keyof SelfEvents>(event: E, ...args: Parameters<SelfEvents[E]>) => boolean; readonly on: <E extends keyof SelfEvents>(event: E, callback: SelfEvents[E]) => DyteSelf$1; readonly addListener: <E extends keyof SelfEvents>(event: E, callback: SelfEvents[E]) => DyteSelf$1; readonly off: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly once: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly prependListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly prependOnceListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly removeListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly removeAllListeners: <T extends keyof SelfEvents>(event?: T) => DyteSelf$1; readonly listeners: <T extends keyof SelfEvents>(event: T) => Function[]; readonly listenerCount: <T extends keyof SelfEvents>(event: T) => number; readonly [EventEmitter.captureRejectionSymbol]?: <K>(error: Error, event: string | symbol, ...args: AnyRest) => void; readonly setMaxListeners: (n: number) => DyteSelf$1; readonly getMaxListeners: () => number; readonly rawListeners: <K>(eventName: string | symbol) => Function[]; readonly eventNames: () => (string | symbol)[]; })",
            "references": {
              "Peer": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Peer"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Participant object",
          "docsTags": [],
          "values": [
            {
              "type": "({ readonly id: string; readonly userId: string; readonly name: string; readonly picture: string; readonly isHost: boolean; readonly customParticipantId?: string; readonly clientSpecificId: string; readonly flags: { [key: string]: string"
            },
            {
              "type": "boolean; }; readonly device: DeviceConfig; readonly videoTrack: MediaStreamTrack; readonly audioTrack: MediaStreamTrack; readonly screenShareTracks: { audio: MediaStreamTrack; video: MediaStreamTrack; }; readonly videoEnabled: boolean; readonly audioEnabled: boolean; readonly screenShareEnabled: boolean; readonly producers: ProducerState[]; readonly manualProducerConfig: PeerProducerConfig; readonly supportsRemoteControl: boolean; readonly presetName?: string; readonly stageStatus: StageStatus; readonly setVideoEnabled: (videoEnabled: boolean, emitEvent?: boolean) => void; readonly setAudioEnabled: (audioEnabled: boolean, emitEvent?: boolean) => void; readonly setScreenShareEnabled: (screenShareEnabled: boolean, emitEvent?: boolean) => void; readonly pin: () => Promise<void>; readonly unpin: () => Promise<void>; readonly setIsPinned: (isPinned: boolean, emitEvent?: boolean) => void; readonly disableAudio: () => Promise<void>; readonly kick: () => Promise<void>; readonly disableVideo: () => Promise<void>; readonly getPermissions: () => Promise<Pick<Permissions, \"polls\""
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "type": "\"chat\">>; readonly setStageStatus: (stageStatus: StageStatus) => void; readonly isPinned: boolean; readonly registerVideoElement: (videoElem: HTMLVideoElement) => void; readonly deregisterVideoElement: (videoElem?: HTMLVideoElement) => void; readonly emit: <E extends keyof ParticipantEvents>(event: E, ...args: Parameters<ParticipantEvents[E]>) => boolean; readonly on: <E extends keyof ParticipantEvents>(event: E, callback: ParticipantEvents[E]) => DyteParticipant$1; readonly addListener: <E extends keyof ParticipantEvents>(event: E, callback: ParticipantEvents[E]) => DyteParticipant$1; readonly off: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly once: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly prependListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly prependOnceListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly removeListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly removeAllListeners: <T extends keyof ParticipantEvents>(event?: T) => DyteParticipant$1; readonly listeners: <T extends keyof ParticipantEvents>(event: T) => Function[]; readonly listenerCount: <T extends keyof ParticipantEvents>(event: T) => number; readonly [EventEmitter.captureRejectionSymbol]?: <K>(error: Error, event: string"
            },
            {
              "type": "symbol, ...args: AnyRest) => void; readonly setMaxListeners: (n: number) => DyteParticipant$1; readonly getMaxListeners: () => number; readonly rawListeners: <K>(eventName: string"
            },
            {
              "type": "symbol) => Function[]; readonly eventNames: () => (string"
            },
            {
              "type": "symbol)[]; })"
            },
            {
              "type": "({ readonly name: string; readonly picture: string; readonly customParticipantId: string; readonly waitlistStatus: \"rejected\""
            },
            {
              "value": "accepted",
              "type": "string"
            },
            {
              "value": "waiting",
              "type": "string"
            },
            {
              "type": "\"none\"; readonly role: any; readonly userId: string; readonly organizationId: string; readonly supportsRemoteControl: boolean; readonly device: DeviceConfig; readonly hidden: boolean; readonly stageStatus: StageStatus; readonly id: string; readonly presetName: string; readonly roomState: LeaveRoomState"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "init",
              "type": "string"
            },
            {
              "value": "waitlisted\"; readonly cleanupEvents: () => void; readonly permissions: DytePermissionsPreset$1; readonly config: DyteThemePreset$1; readonly roomJoined: boolean; readonly setName: (name: string) => void; readonly setupTracks: (options?: { video?: boolean; audio?: boolean; forceReset?: boolean; }) => Promise<void>; readonly destructMediaHandler: () => Promise<void>; readonly removeDocumentEventListeners: () => Promise<void>; readonly enableAudio: (customTrack?: MediaStreamTrack) => Promise<void>; readonly enableVideo: (customTrack?: MediaStreamTrack) => Promise<void>; readonly updateVideoConstraints: (resolution: VideoQualityConstraints) => Promise<void>; readonly enableScreenShare: () => Promise<void>; readonly updateScreenshareConstraints: (resolution: VideoQualityConstraints) => Promise<void>; readonly disableAudio: () => Promise<void>; readonly disableVideo: () => Promise<void>; readonly disableScreenShare: () => Promise<void>; readonly getAllDevices: () => Promise<InputDeviceInfo[]>; readonly setIsPinned: (isPinned: boolean, emitEvent?: boolean) => void; readonly isPinned: boolean; readonly pin: () => Promise<void>; readonly unpin: () => Promise<void>; readonly hide: () => Promise<void>; readonly show: () => void; readonly setDevice: (device: MediaDeviceInfo) => Promise<void>; readonly cleanUpTracks: () => void; readonly registerVideoElement: (videoElem: HTMLVideoElement, isPreview?: boolean) => void; readonly deregisterVideoElement: (videoElem?: HTMLVideoElement, isPreview?: boolean) => void; readonly init: (options?: { video?: boolean; audio?: boolean; constraints?: MediaConstraints; }, skipAwaits?: boolean, context?: Context<DyteContextState>) => Promise<void>; readonly audioTrack: MediaStreamTrack; readonly rawAudioTrack: MediaStreamTrack; readonly mediaPermissions: { audio?: MediaPermission$1; video?: MediaPermission$1; screenshare?: MediaPermission$1; }; readonly addAudioMiddleware: (audioMiddleware: AudioMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAudioMiddleware: (audioMiddleware: AudioMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAllAudioMiddlewares: () => Promise<{ success: boolean; message: string; }>; readonly videoTrack: MediaStreamTrack; readonly rawVideoTrack: MediaStreamTrack; readonly addVideoMiddleware: (videoMiddleware: VideoMiddleware) => Promise<{ success: boolean; message: string; }>; readonly setVideoMiddlewareGlobalConfig: (config?: VideoMiddlewareGlobalConfig) => Promise<void>; readonly removeVideoMiddleware: (videoMiddleware: VideoMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAllVideoMiddlewares: () => Promise<{ success: boolean; message: string; }>; readonly screenShareTracks: { audio: MediaStreamTrack; video: MediaStreamTrack; }; readonly audioEnabled: boolean; readonly videoEnabled: boolean; readonly screenShareEnabled: boolean; readonly getCurrentDevices: () => { audio: MediaDeviceInfo; video: MediaDeviceInfo; speaker: MediaDeviceInfo; }; readonly getAudioDevices: () => Promise<MediaDeviceInfo[]>; readonly getVideoDevices: () => Promise<MediaDeviceInfo[]>; readonly getSpeakerDevices: () => Promise<MediaDeviceInfo[]>; readonly getDeviceById: (deviceId: string, kind: \"audio",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "type": "\"speaker\") => Promise<MediaDeviceInfo>; readonly emit: <E extends keyof SelfEvents>(event: E, ...args: Parameters<SelfEvents[E]>) => boolean; readonly on: <E extends keyof SelfEvents>(event: E, callback: SelfEvents[E]) => DyteSelf$1; readonly addListener: <E extends keyof SelfEvents>(event: E, callback: SelfEvents[E]) => DyteSelf$1; readonly off: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly once: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly prependListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly prependOnceListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly removeListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly removeAllListeners: <T extends keyof SelfEvents>(event?: T) => DyteSelf$1; readonly listeners: <T extends keyof SelfEvents>(event: T) => Function[]; readonly listenerCount: <T extends keyof SelfEvents>(event: T) => number; readonly [EventEmitter.captureRejectionSymbol]?: <K>(error: Error, event: string"
            },
            {
              "type": "symbol, ...args: AnyRest) => void; readonly setMaxListeners: (n: number) => DyteSelf$1; readonly getMaxListeners: () => number; readonly rawListeners: <K>(eventName: string"
            },
            {
              "type": "symbol) => Function[]; readonly eventNames: () => (string"
            },
            {
              "type": "symbol)[]; })"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "states",
          "type": "States",
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::States"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "States",
          "docsTags": [],
          "values": [
            {
              "type": "States"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [],
      "dependents": [],
      "dependencies": [
        "dyte-avatar",
        "dyte-icon",
        "dyte-name-tag"
      ],
      "dependencyGraph": {
        "dyte-audio-tile": [
          "dyte-avatar",
          "dyte-icon",
          "dyte-name-tag"
        ],
        "dyte-avatar": [
          "dyte-spinner"
        ],
        "dyte-spinner": [
          "dyte-icon"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-audio-visualizer/dyte-audio-visualizer.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-audio-visualizer",
      "docs": "An audio visualizer component which visualizes a participants audio.\n\nCommonly used inside `dyte-name-tag`.",
      "docsTags": [],
      "usage": {
        "angular-example": "Template\n\n```html\n<dyte-audio-visualizer #myid></dyte-audio-visualizer>\n```\n\nComponent\n\n```js\nclass MyComponent {\n  title = 'MyComponent';\n\n  @ViewChild('myid') component: DyteAudioVisualizer;\n\n  dyteMeeting: DyteClient; // meeting instance\n\n  async ngAfterViewInit() {\n    const participant = this.dyteMeeting.self; // local user's audio\n    // OR get a participant from `meeting.participants.joined`\n    // const participant = this.dyteMeeting.participants.joined.get('{participant-id}');\n\n    if (this.component) {\n      this.component.participant = participant;\n    }\n  }\n}\n```\n",
        "html-example": "```html\n<dyte-audio-visualizer id=\"el\"></dyte-audio-visualizer>\n<script>\n  const el = document.getElementById('el');\n  el.participant = meeting.self;\n</script>\n```\n",
        "react-example": "```jsx live\n<DyteAudioVisualizer meeting={meeting} />\n```\n"
      },
      "props": [
        {
          "name": "hideMuted",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "hide-muted",
          "reflectToAttr": false,
          "docs": "Hide when there is no audio / audio is muted",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "isScreenShare",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "is-screen-share",
          "reflectToAttr": false,
          "docs": "Audio visualizer for screensharing, it will use screenShareTracks.audio instead of audioTrack",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "participant",
          "type": "({ readonly id: string; readonly userId: string; readonly name: string; readonly picture: string; readonly isHost: boolean; readonly customParticipantId?: string; readonly clientSpecificId: string; readonly flags: { [key: string]: string | boolean; }; readonly device: DeviceConfig; readonly videoTrack: MediaStreamTrack; readonly audioTrack: MediaStreamTrack; readonly screenShareTracks: { audio: MediaStreamTrack; video: MediaStreamTrack; }; readonly videoEnabled: boolean; readonly audioEnabled: boolean; readonly screenShareEnabled: boolean; readonly producers: ProducerState[]; readonly manualProducerConfig: PeerProducerConfig; readonly supportsRemoteControl: boolean; readonly presetName?: string; readonly stageStatus: StageStatus; readonly setVideoEnabled: (videoEnabled: boolean, emitEvent?: boolean) => void; readonly setAudioEnabled: (audioEnabled: boolean, emitEvent?: boolean) => void; readonly setScreenShareEnabled: (screenShareEnabled: boolean, emitEvent?: boolean) => void; readonly pin: () => Promise<void>; readonly unpin: () => Promise<void>; readonly setIsPinned: (isPinned: boolean, emitEvent?: boolean) => void; readonly disableAudio: () => Promise<void>; readonly kick: () => Promise<void>; readonly disableVideo: () => Promise<void>; readonly getPermissions: () => Promise<Pick<Permissions, \"polls\" | \"plugins\" | \"chat\">>; readonly setStageStatus: (stageStatus: StageStatus) => void; readonly isPinned: boolean; readonly registerVideoElement: (videoElem: HTMLVideoElement) => void; readonly deregisterVideoElement: (videoElem?: HTMLVideoElement) => void; readonly emit: <E extends keyof ParticipantEvents>(event: E, ...args: Parameters<ParticipantEvents[E]>) => boolean; readonly on: <E extends keyof ParticipantEvents>(event: E, callback: ParticipantEvents[E]) => DyteParticipant$1; readonly addListener: <E extends keyof ParticipantEvents>(event: E, callback: ParticipantEvents[E]) => DyteParticipant$1; readonly off: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly once: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly prependListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly prependOnceListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly removeListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly removeAllListeners: <T extends keyof ParticipantEvents>(event?: T) => DyteParticipant$1; readonly listeners: <T extends keyof ParticipantEvents>(event: T) => Function[]; readonly listenerCount: <T extends keyof ParticipantEvents>(event: T) => number; readonly [EventEmitter.captureRejectionSymbol]?: <K>(error: Error, event: string | symbol, ...args: AnyRest) => void; readonly setMaxListeners: (n: number) => DyteParticipant$1; readonly getMaxListeners: () => number; readonly rawListeners: <K>(eventName: string | symbol) => Function[]; readonly eventNames: () => (string | symbol)[]; }) | ({ readonly name: string; readonly picture: string; readonly customParticipantId: string; readonly waitlistStatus: \"rejected\" | \"accepted\" | \"waiting\" | \"none\"; readonly role: any; readonly userId: string; readonly organizationId: string; readonly supportsRemoteControl: boolean; readonly device: DeviceConfig; readonly hidden: boolean; readonly stageStatus: StageStatus; readonly id: string; readonly presetName: string; readonly roomState: LeaveRoomState | \"joined\" | \"init\" | \"waitlisted\"; readonly cleanupEvents: () => void; readonly permissions: DytePermissionsPreset$1; readonly config: DyteThemePreset$1; readonly roomJoined: boolean; readonly setName: (name: string) => void; readonly setupTracks: (options?: { video?: boolean; audio?: boolean; forceReset?: boolean; }) => Promise<void>; readonly destructMediaHandler: () => Promise<void>; readonly removeDocumentEventListeners: () => Promise<void>; readonly enableAudio: (customTrack?: MediaStreamTrack) => Promise<void>; readonly enableVideo: (customTrack?: MediaStreamTrack) => Promise<void>; readonly updateVideoConstraints: (resolution: VideoQualityConstraints) => Promise<void>; readonly enableScreenShare: () => Promise<void>; readonly updateScreenshareConstraints: (resolution: VideoQualityConstraints) => Promise<void>; readonly disableAudio: () => Promise<void>; readonly disableVideo: () => Promise<void>; readonly disableScreenShare: () => Promise<void>; readonly getAllDevices: () => Promise<InputDeviceInfo[]>; readonly setIsPinned: (isPinned: boolean, emitEvent?: boolean) => void; readonly isPinned: boolean; readonly pin: () => Promise<void>; readonly unpin: () => Promise<void>; readonly hide: () => Promise<void>; readonly show: () => void; readonly setDevice: (device: MediaDeviceInfo) => Promise<void>; readonly cleanUpTracks: () => void; readonly registerVideoElement: (videoElem: HTMLVideoElement, isPreview?: boolean) => void; readonly deregisterVideoElement: (videoElem?: HTMLVideoElement, isPreview?: boolean) => void; readonly init: (options?: { video?: boolean; audio?: boolean; constraints?: MediaConstraints; }, skipAwaits?: boolean, context?: Context<DyteContextState>) => Promise<void>; readonly audioTrack: MediaStreamTrack; readonly rawAudioTrack: MediaStreamTrack; readonly mediaPermissions: { audio?: MediaPermission$1; video?: MediaPermission$1; screenshare?: MediaPermission$1; }; readonly addAudioMiddleware: (audioMiddleware: AudioMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAudioMiddleware: (audioMiddleware: AudioMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAllAudioMiddlewares: () => Promise<{ success: boolean; message: string; }>; readonly videoTrack: MediaStreamTrack; readonly rawVideoTrack: MediaStreamTrack; readonly addVideoMiddleware: (videoMiddleware: VideoMiddleware) => Promise<{ success: boolean; message: string; }>; readonly setVideoMiddlewareGlobalConfig: (config?: VideoMiddlewareGlobalConfig) => Promise<void>; readonly removeVideoMiddleware: (videoMiddleware: VideoMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAllVideoMiddlewares: () => Promise<{ success: boolean; message: string; }>; readonly screenShareTracks: { audio: MediaStreamTrack; video: MediaStreamTrack; }; readonly audioEnabled: boolean; readonly videoEnabled: boolean; readonly screenShareEnabled: boolean; readonly getCurrentDevices: () => { audio: MediaDeviceInfo; video: MediaDeviceInfo; speaker: MediaDeviceInfo; }; readonly getAudioDevices: () => Promise<MediaDeviceInfo[]>; readonly getVideoDevices: () => Promise<MediaDeviceInfo[]>; readonly getSpeakerDevices: () => Promise<MediaDeviceInfo[]>; readonly getDeviceById: (deviceId: string, kind: \"audio\" | \"video\" | \"speaker\") => Promise<MediaDeviceInfo>; readonly emit: <E extends keyof SelfEvents>(event: E, ...args: Parameters<SelfEvents[E]>) => boolean; readonly on: <E extends keyof SelfEvents>(event: E, callback: SelfEvents[E]) => DyteSelf$1; readonly addListener: <E extends keyof SelfEvents>(event: E, callback: SelfEvents[E]) => DyteSelf$1; readonly off: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly once: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly prependListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly prependOnceListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly removeListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly removeAllListeners: <T extends keyof SelfEvents>(event?: T) => DyteSelf$1; readonly listeners: <T extends keyof SelfEvents>(event: T) => Function[]; readonly listenerCount: <T extends keyof SelfEvents>(event: T) => number; readonly [EventEmitter.captureRejectionSymbol]?: <K>(error: Error, event: string | symbol, ...args: AnyRest) => void; readonly setMaxListeners: (n: number) => DyteSelf$1; readonly getMaxListeners: () => number; readonly rawListeners: <K>(eventName: string | symbol) => Function[]; readonly eventNames: () => (string | symbol)[]; })",
          "complexType": {
            "original": "Peer",
            "resolved": "({ readonly id: string; readonly userId: string; readonly name: string; readonly picture: string; readonly isHost: boolean; readonly customParticipantId?: string; readonly clientSpecificId: string; readonly flags: { [key: string]: string | boolean; }; readonly device: DeviceConfig; readonly videoTrack: MediaStreamTrack; readonly audioTrack: MediaStreamTrack; readonly screenShareTracks: { audio: MediaStreamTrack; video: MediaStreamTrack; }; readonly videoEnabled: boolean; readonly audioEnabled: boolean; readonly screenShareEnabled: boolean; readonly producers: ProducerState[]; readonly manualProducerConfig: PeerProducerConfig; readonly supportsRemoteControl: boolean; readonly presetName?: string; readonly stageStatus: StageStatus; readonly setVideoEnabled: (videoEnabled: boolean, emitEvent?: boolean) => void; readonly setAudioEnabled: (audioEnabled: boolean, emitEvent?: boolean) => void; readonly setScreenShareEnabled: (screenShareEnabled: boolean, emitEvent?: boolean) => void; readonly pin: () => Promise<void>; readonly unpin: () => Promise<void>; readonly setIsPinned: (isPinned: boolean, emitEvent?: boolean) => void; readonly disableAudio: () => Promise<void>; readonly kick: () => Promise<void>; readonly disableVideo: () => Promise<void>; readonly getPermissions: () => Promise<Pick<Permissions, \"polls\" | \"plugins\" | \"chat\">>; readonly setStageStatus: (stageStatus: StageStatus) => void; readonly isPinned: boolean; readonly registerVideoElement: (videoElem: HTMLVideoElement) => void; readonly deregisterVideoElement: (videoElem?: HTMLVideoElement) => void; readonly emit: <E extends keyof ParticipantEvents>(event: E, ...args: Parameters<ParticipantEvents[E]>) => boolean; readonly on: <E extends keyof ParticipantEvents>(event: E, callback: ParticipantEvents[E]) => DyteParticipant$1; readonly addListener: <E extends keyof ParticipantEvents>(event: E, callback: ParticipantEvents[E]) => DyteParticipant$1; readonly off: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly once: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly prependListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly prependOnceListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly removeListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly removeAllListeners: <T extends keyof ParticipantEvents>(event?: T) => DyteParticipant$1; readonly listeners: <T extends keyof ParticipantEvents>(event: T) => Function[]; readonly listenerCount: <T extends keyof ParticipantEvents>(event: T) => number; readonly [EventEmitter.captureRejectionSymbol]?: <K>(error: Error, event: string | symbol, ...args: AnyRest) => void; readonly setMaxListeners: (n: number) => DyteParticipant$1; readonly getMaxListeners: () => number; readonly rawListeners: <K>(eventName: string | symbol) => Function[]; readonly eventNames: () => (string | symbol)[]; }) | ({ readonly name: string; readonly picture: string; readonly customParticipantId: string; readonly waitlistStatus: \"rejected\" | \"accepted\" | \"waiting\" | \"none\"; readonly role: any; readonly userId: string; readonly organizationId: string; readonly supportsRemoteControl: boolean; readonly device: DeviceConfig; readonly hidden: boolean; readonly stageStatus: StageStatus; readonly id: string; readonly presetName: string; readonly roomState: LeaveRoomState | \"joined\" | \"init\" | \"waitlisted\"; readonly cleanupEvents: () => void; readonly permissions: DytePermissionsPreset$1; readonly config: DyteThemePreset$1; readonly roomJoined: boolean; readonly setName: (name: string) => void; readonly setupTracks: (options?: { video?: boolean; audio?: boolean; forceReset?: boolean; }) => Promise<void>; readonly destructMediaHandler: () => Promise<void>; readonly removeDocumentEventListeners: () => Promise<void>; readonly enableAudio: (customTrack?: MediaStreamTrack) => Promise<void>; readonly enableVideo: (customTrack?: MediaStreamTrack) => Promise<void>; readonly updateVideoConstraints: (resolution: VideoQualityConstraints) => Promise<void>; readonly enableScreenShare: () => Promise<void>; readonly updateScreenshareConstraints: (resolution: VideoQualityConstraints) => Promise<void>; readonly disableAudio: () => Promise<void>; readonly disableVideo: () => Promise<void>; readonly disableScreenShare: () => Promise<void>; readonly getAllDevices: () => Promise<InputDeviceInfo[]>; readonly setIsPinned: (isPinned: boolean, emitEvent?: boolean) => void; readonly isPinned: boolean; readonly pin: () => Promise<void>; readonly unpin: () => Promise<void>; readonly hide: () => Promise<void>; readonly show: () => void; readonly setDevice: (device: MediaDeviceInfo) => Promise<void>; readonly cleanUpTracks: () => void; readonly registerVideoElement: (videoElem: HTMLVideoElement, isPreview?: boolean) => void; readonly deregisterVideoElement: (videoElem?: HTMLVideoElement, isPreview?: boolean) => void; readonly init: (options?: { video?: boolean; audio?: boolean; constraints?: MediaConstraints; }, skipAwaits?: boolean, context?: Context<DyteContextState>) => Promise<void>; readonly audioTrack: MediaStreamTrack; readonly rawAudioTrack: MediaStreamTrack; readonly mediaPermissions: { audio?: MediaPermission$1; video?: MediaPermission$1; screenshare?: MediaPermission$1; }; readonly addAudioMiddleware: (audioMiddleware: AudioMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAudioMiddleware: (audioMiddleware: AudioMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAllAudioMiddlewares: () => Promise<{ success: boolean; message: string; }>; readonly videoTrack: MediaStreamTrack; readonly rawVideoTrack: MediaStreamTrack; readonly addVideoMiddleware: (videoMiddleware: VideoMiddleware) => Promise<{ success: boolean; message: string; }>; readonly setVideoMiddlewareGlobalConfig: (config?: VideoMiddlewareGlobalConfig) => Promise<void>; readonly removeVideoMiddleware: (videoMiddleware: VideoMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAllVideoMiddlewares: () => Promise<{ success: boolean; message: string; }>; readonly screenShareTracks: { audio: MediaStreamTrack; video: MediaStreamTrack; }; readonly audioEnabled: boolean; readonly videoEnabled: boolean; readonly screenShareEnabled: boolean; readonly getCurrentDevices: () => { audio: MediaDeviceInfo; video: MediaDeviceInfo; speaker: MediaDeviceInfo; }; readonly getAudioDevices: () => Promise<MediaDeviceInfo[]>; readonly getVideoDevices: () => Promise<MediaDeviceInfo[]>; readonly getSpeakerDevices: () => Promise<MediaDeviceInfo[]>; readonly getDeviceById: (deviceId: string, kind: \"audio\" | \"video\" | \"speaker\") => Promise<MediaDeviceInfo>; readonly emit: <E extends keyof SelfEvents>(event: E, ...args: Parameters<SelfEvents[E]>) => boolean; readonly on: <E extends keyof SelfEvents>(event: E, callback: SelfEvents[E]) => DyteSelf$1; readonly addListener: <E extends keyof SelfEvents>(event: E, callback: SelfEvents[E]) => DyteSelf$1; readonly off: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly once: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly prependListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly prependOnceListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly removeListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly removeAllListeners: <T extends keyof SelfEvents>(event?: T) => DyteSelf$1; readonly listeners: <T extends keyof SelfEvents>(event: T) => Function[]; readonly listenerCount: <T extends keyof SelfEvents>(event: T) => number; readonly [EventEmitter.captureRejectionSymbol]?: <K>(error: Error, event: string | symbol, ...args: AnyRest) => void; readonly setMaxListeners: (n: number) => DyteSelf$1; readonly getMaxListeners: () => number; readonly rawListeners: <K>(eventName: string | symbol) => Function[]; readonly eventNames: () => (string | symbol)[]; })",
            "references": {
              "Peer": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Peer"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Participant object",
          "docsTags": [],
          "values": [
            {
              "type": "({ readonly id: string; readonly userId: string; readonly name: string; readonly picture: string; readonly isHost: boolean; readonly customParticipantId?: string; readonly clientSpecificId: string; readonly flags: { [key: string]: string"
            },
            {
              "type": "boolean; }; readonly device: DeviceConfig; readonly videoTrack: MediaStreamTrack; readonly audioTrack: MediaStreamTrack; readonly screenShareTracks: { audio: MediaStreamTrack; video: MediaStreamTrack; }; readonly videoEnabled: boolean; readonly audioEnabled: boolean; readonly screenShareEnabled: boolean; readonly producers: ProducerState[]; readonly manualProducerConfig: PeerProducerConfig; readonly supportsRemoteControl: boolean; readonly presetName?: string; readonly stageStatus: StageStatus; readonly setVideoEnabled: (videoEnabled: boolean, emitEvent?: boolean) => void; readonly setAudioEnabled: (audioEnabled: boolean, emitEvent?: boolean) => void; readonly setScreenShareEnabled: (screenShareEnabled: boolean, emitEvent?: boolean) => void; readonly pin: () => Promise<void>; readonly unpin: () => Promise<void>; readonly setIsPinned: (isPinned: boolean, emitEvent?: boolean) => void; readonly disableAudio: () => Promise<void>; readonly kick: () => Promise<void>; readonly disableVideo: () => Promise<void>; readonly getPermissions: () => Promise<Pick<Permissions, \"polls\""
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "type": "\"chat\">>; readonly setStageStatus: (stageStatus: StageStatus) => void; readonly isPinned: boolean; readonly registerVideoElement: (videoElem: HTMLVideoElement) => void; readonly deregisterVideoElement: (videoElem?: HTMLVideoElement) => void; readonly emit: <E extends keyof ParticipantEvents>(event: E, ...args: Parameters<ParticipantEvents[E]>) => boolean; readonly on: <E extends keyof ParticipantEvents>(event: E, callback: ParticipantEvents[E]) => DyteParticipant$1; readonly addListener: <E extends keyof ParticipantEvents>(event: E, callback: ParticipantEvents[E]) => DyteParticipant$1; readonly off: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly once: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly prependListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly prependOnceListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly removeListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly removeAllListeners: <T extends keyof ParticipantEvents>(event?: T) => DyteParticipant$1; readonly listeners: <T extends keyof ParticipantEvents>(event: T) => Function[]; readonly listenerCount: <T extends keyof ParticipantEvents>(event: T) => number; readonly [EventEmitter.captureRejectionSymbol]?: <K>(error: Error, event: string"
            },
            {
              "type": "symbol, ...args: AnyRest) => void; readonly setMaxListeners: (n: number) => DyteParticipant$1; readonly getMaxListeners: () => number; readonly rawListeners: <K>(eventName: string"
            },
            {
              "type": "symbol) => Function[]; readonly eventNames: () => (string"
            },
            {
              "type": "symbol)[]; })"
            },
            {
              "type": "({ readonly name: string; readonly picture: string; readonly customParticipantId: string; readonly waitlistStatus: \"rejected\""
            },
            {
              "value": "accepted",
              "type": "string"
            },
            {
              "value": "waiting",
              "type": "string"
            },
            {
              "type": "\"none\"; readonly role: any; readonly userId: string; readonly organizationId: string; readonly supportsRemoteControl: boolean; readonly device: DeviceConfig; readonly hidden: boolean; readonly stageStatus: StageStatus; readonly id: string; readonly presetName: string; readonly roomState: LeaveRoomState"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "init",
              "type": "string"
            },
            {
              "value": "waitlisted\"; readonly cleanupEvents: () => void; readonly permissions: DytePermissionsPreset$1; readonly config: DyteThemePreset$1; readonly roomJoined: boolean; readonly setName: (name: string) => void; readonly setupTracks: (options?: { video?: boolean; audio?: boolean; forceReset?: boolean; }) => Promise<void>; readonly destructMediaHandler: () => Promise<void>; readonly removeDocumentEventListeners: () => Promise<void>; readonly enableAudio: (customTrack?: MediaStreamTrack) => Promise<void>; readonly enableVideo: (customTrack?: MediaStreamTrack) => Promise<void>; readonly updateVideoConstraints: (resolution: VideoQualityConstraints) => Promise<void>; readonly enableScreenShare: () => Promise<void>; readonly updateScreenshareConstraints: (resolution: VideoQualityConstraints) => Promise<void>; readonly disableAudio: () => Promise<void>; readonly disableVideo: () => Promise<void>; readonly disableScreenShare: () => Promise<void>; readonly getAllDevices: () => Promise<InputDeviceInfo[]>; readonly setIsPinned: (isPinned: boolean, emitEvent?: boolean) => void; readonly isPinned: boolean; readonly pin: () => Promise<void>; readonly unpin: () => Promise<void>; readonly hide: () => Promise<void>; readonly show: () => void; readonly setDevice: (device: MediaDeviceInfo) => Promise<void>; readonly cleanUpTracks: () => void; readonly registerVideoElement: (videoElem: HTMLVideoElement, isPreview?: boolean) => void; readonly deregisterVideoElement: (videoElem?: HTMLVideoElement, isPreview?: boolean) => void; readonly init: (options?: { video?: boolean; audio?: boolean; constraints?: MediaConstraints; }, skipAwaits?: boolean, context?: Context<DyteContextState>) => Promise<void>; readonly audioTrack: MediaStreamTrack; readonly rawAudioTrack: MediaStreamTrack; readonly mediaPermissions: { audio?: MediaPermission$1; video?: MediaPermission$1; screenshare?: MediaPermission$1; }; readonly addAudioMiddleware: (audioMiddleware: AudioMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAudioMiddleware: (audioMiddleware: AudioMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAllAudioMiddlewares: () => Promise<{ success: boolean; message: string; }>; readonly videoTrack: MediaStreamTrack; readonly rawVideoTrack: MediaStreamTrack; readonly addVideoMiddleware: (videoMiddleware: VideoMiddleware) => Promise<{ success: boolean; message: string; }>; readonly setVideoMiddlewareGlobalConfig: (config?: VideoMiddlewareGlobalConfig) => Promise<void>; readonly removeVideoMiddleware: (videoMiddleware: VideoMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAllVideoMiddlewares: () => Promise<{ success: boolean; message: string; }>; readonly screenShareTracks: { audio: MediaStreamTrack; video: MediaStreamTrack; }; readonly audioEnabled: boolean; readonly videoEnabled: boolean; readonly screenShareEnabled: boolean; readonly getCurrentDevices: () => { audio: MediaDeviceInfo; video: MediaDeviceInfo; speaker: MediaDeviceInfo; }; readonly getAudioDevices: () => Promise<MediaDeviceInfo[]>; readonly getVideoDevices: () => Promise<MediaDeviceInfo[]>; readonly getSpeakerDevices: () => Promise<MediaDeviceInfo[]>; readonly getDeviceById: (deviceId: string, kind: \"audio",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "type": "\"speaker\") => Promise<MediaDeviceInfo>; readonly emit: <E extends keyof SelfEvents>(event: E, ...args: Parameters<SelfEvents[E]>) => boolean; readonly on: <E extends keyof SelfEvents>(event: E, callback: SelfEvents[E]) => DyteSelf$1; readonly addListener: <E extends keyof SelfEvents>(event: E, callback: SelfEvents[E]) => DyteSelf$1; readonly off: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly once: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly prependListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly prependOnceListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly removeListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly removeAllListeners: <T extends keyof SelfEvents>(event?: T) => DyteSelf$1; readonly listeners: <T extends keyof SelfEvents>(event: T) => Function[]; readonly listenerCount: <T extends keyof SelfEvents>(event: T) => number; readonly [EventEmitter.captureRejectionSymbol]?: <K>(error: Error, event: string"
            },
            {
              "type": "symbol, ...args: AnyRest) => void; readonly setMaxListeners: (n: number) => DyteSelf$1; readonly getMaxListeners: () => number; readonly rawListeners: <K>(eventName: string"
            },
            {
              "type": "symbol) => Function[]; readonly eventNames: () => (string"
            },
            {
              "type": "symbol)[]; })"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "variant",
          "type": "\"bars\"",
          "complexType": {
            "original": "AudioVisualizerVariant",
            "resolved": "\"bars\"",
            "references": {
              "AudioVisualizerVariant": {
                "location": "local",
                "path": "/home/runner/work/ui-kit/ui-kit/packages/core/src/components/dyte-audio-visualizer/dyte-audio-visualizer.tsx",
                "id": "src/components/dyte-audio-visualizer/dyte-audio-visualizer.tsx::AudioVisualizerVariant"
              }
            }
          },
          "mutable": false,
          "attr": "variant",
          "reflectToAttr": true,
          "docs": "Variant",
          "docsTags": [],
          "default": "'bars'",
          "values": [
            {
              "value": "bars",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [
        {
          "name": "canvas",
          "docs": ""
        },
        {
          "name": "mic-off-icon",
          "docs": ""
        }
      ],
      "dependents": [
        "dyte-settings-audio"
      ],
      "dependencies": [
        "dyte-icon"
      ],
      "dependencyGraph": {
        "dyte-audio-visualizer": [
          "dyte-icon"
        ],
        "dyte-settings-audio": [
          "dyte-audio-visualizer"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-avatar/dyte-avatar.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-avatar",
      "docs": "Avatar component which renders a participant's image or their initials.",
      "docsTags": [],
      "usage": {
        "angular-example": "Template\n\n```html\n<dyte-avatar #one></dyte-avatar>\n<dyte-avatar #two></dyte-avatar>\n<dyte-avatar #three></dyte-avatar>\n```\n\nComponent\n\n```js\nclass MyComponent {\n  title = 'MyComponent';\n\n  @ViewChild('one') componentOne: DyteAvatar;\n\n  @ViewChild('two') componentTwo: DyteAvatar;\n\n  @ViewChild('three') componentTree: DyteAvatar;\n\n  dyteMeeting: DyteClient; // meeting instance\n\n  async ngAfterViewInit() {\n    this.componentOne.participant = this.dyteMeeting.self;\n    this.componentOne.size = 'sm';\n\n    this.componentTwo.participant = this.dyteMeeting.self;\n    this.componentTwo.size = 'md';\n\n    this.componentThree.participant = this.dyteMeeting.self;\n    this.componentThree.size = 'lg';\n    this.componentThree.variant = 'hexagon';\n  }\n}\n```\n",
        "html-example": "```html\n<dyte-avatar class=\"dyte-el\" size=\"sm\"></dyte-avatar>\n<dyte-avatar class=\"\" size=\"md\"></dyte-avatar>\n<dyte-avatar class=\"dyte-el\" size=\"lg\"></dyte-avatar>\n\n<script>\n  const elements = document.getElementsByClassName('dyte-el');\n  for (const el of elements) {\n    el.participant = meeting.self;\n  }\n</script>\n```\n",
        "react-example": "```jsx live\n<Row>\n  <DyteAvatar size=\"sm\" />\n  <DyteAvatar size=\"md\" participant={meeting.self} />\n  <DyteAvatar size=\"lg\" />\n</Row>\n```\n"
      },
      "props": [
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "participant",
          "type": "{ name: string; picture: string; } | ({ readonly [EventEmitter.captureRejectionSymbol]?: <K>(error: Error, event: string | symbol, ...args: AnyRest) => void; readonly id: string; readonly userId: string; readonly name: string; readonly picture: string; readonly isHost: boolean; readonly customParticipantId?: string; readonly clientSpecificId: string; readonly flags: { [key: string]: string | boolean; }; readonly device: DeviceConfig; readonly videoEnabled: boolean; readonly audioEnabled: boolean; readonly screenShareEnabled: boolean; readonly producers: ProducerState[]; readonly manualProducerConfig: PeerProducerConfig; readonly supportsRemoteControl: boolean; readonly presetName?: string; readonly stageStatus: StageStatus; readonly setVideoEnabled: (videoEnabled: boolean, emitEvent?: boolean) => void; readonly setAudioEnabled: (audioEnabled: boolean, emitEvent?: boolean) => void; readonly setScreenShareEnabled: (screenShareEnabled: boolean, emitEvent?: boolean) => void; readonly pin: () => Promise<void>; readonly unpin: () => Promise<void>; readonly setIsPinned: (isPinned: boolean, emitEvent?: boolean) => void; readonly disableAudio: () => Promise<void>; readonly kick: () => Promise<void>; readonly disableVideo: () => Promise<void>; readonly getPermissions: () => Promise<Pick<Permissions, \"polls\" | \"plugins\" | \"chat\">>; readonly setStageStatus: (stageStatus: StageStatus) => void; readonly isPinned: boolean; readonly registerVideoElement: (videoElem: HTMLVideoElement) => void; readonly deregisterVideoElement: (videoElem?: HTMLVideoElement) => void; readonly emit: <E extends keyof ParticipantEvents>(event: E, ...args: Parameters<ParticipantEvents[E]>) => boolean; readonly on: <E extends keyof ParticipantEvents>(event: E, callback: ParticipantEvents[E]) => DyteParticipant$1; readonly addListener: <E extends keyof ParticipantEvents>(event: E, callback: ParticipantEvents[E]) => DyteParticipant$1; readonly off: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly once: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly prependListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly prependOnceListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly removeListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly removeAllListeners: <T extends keyof ParticipantEvents>(event?: T) => DyteParticipant$1; readonly listeners: <T extends keyof ParticipantEvents>(event: T) => Function[]; readonly listenerCount: <T extends keyof ParticipantEvents>(event: T) => number; readonly setMaxListeners: (n: number) => DyteParticipant$1; readonly getMaxListeners: () => number; readonly rawListeners: <K>(eventName: string | symbol) => Function[]; readonly eventNames: () => (string | symbol)[]; }) | ({ readonly id: string; readonly userId: string; readonly name: string; readonly picture: string; readonly isHost: boolean; readonly customParticipantId?: string; readonly clientSpecificId: string; readonly flags: { [key: string]: string | boolean; }; readonly device: DeviceConfig; readonly videoTrack: MediaStreamTrack; readonly audioTrack: MediaStreamTrack; readonly screenShareTracks: { audio: MediaStreamTrack; video: MediaStreamTrack; }; readonly videoEnabled: boolean; readonly audioEnabled: boolean; readonly screenShareEnabled: boolean; readonly producers: ProducerState[]; readonly manualProducerConfig: PeerProducerConfig; readonly supportsRemoteControl: boolean; readonly presetName?: string; readonly stageStatus: StageStatus; readonly setVideoEnabled: (videoEnabled: boolean, emitEvent?: boolean) => void; readonly setAudioEnabled: (audioEnabled: boolean, emitEvent?: boolean) => void; readonly setScreenShareEnabled: (screenShareEnabled: boolean, emitEvent?: boolean) => void; readonly pin: () => Promise<void>; readonly unpin: () => Promise<void>; readonly setIsPinned: (isPinned: boolean, emitEvent?: boolean) => void; readonly disableAudio: () => Promise<void>; readonly kick: () => Promise<void>; readonly disableVideo: () => Promise<void>; readonly getPermissions: () => Promise<Pick<Permissions, \"polls\" | \"plugins\" | \"chat\">>; readonly setStageStatus: (stageStatus: StageStatus) => void; readonly isPinned: boolean; readonly registerVideoElement: (videoElem: HTMLVideoElement) => void; readonly deregisterVideoElement: (videoElem?: HTMLVideoElement) => void; readonly emit: <E extends keyof ParticipantEvents>(event: E, ...args: Parameters<ParticipantEvents[E]>) => boolean; readonly on: <E extends keyof ParticipantEvents>(event: E, callback: ParticipantEvents[E]) => DyteParticipant$1; readonly addListener: <E extends keyof ParticipantEvents>(event: E, callback: ParticipantEvents[E]) => DyteParticipant$1; readonly off: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly once: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly prependListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly prependOnceListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly removeListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly removeAllListeners: <T extends keyof ParticipantEvents>(event?: T) => DyteParticipant$1; readonly listeners: <T extends keyof ParticipantEvents>(event: T) => Function[]; readonly listenerCount: <T extends keyof ParticipantEvents>(event: T) => number; readonly [EventEmitter.captureRejectionSymbol]?: <K>(error: Error, event: string | symbol, ...args: AnyRest) => void; readonly setMaxListeners: (n: number) => DyteParticipant$1; readonly getMaxListeners: () => number; readonly rawListeners: <K>(eventName: string | symbol) => Function[]; readonly eventNames: () => (string | symbol)[]; }) | ({ readonly name: string; readonly picture: string; readonly customParticipantId: string; readonly waitlistStatus: \"rejected\" | \"accepted\" | \"waiting\" | \"none\"; readonly role: any; readonly userId: string; readonly organizationId: string; readonly supportsRemoteControl: boolean; readonly device: DeviceConfig; readonly hidden: boolean; readonly stageStatus: StageStatus; readonly id: string; readonly presetName: string; readonly roomState: LeaveRoomState | \"joined\" | \"init\" | \"waitlisted\"; readonly cleanupEvents: () => void; readonly permissions: DytePermissionsPreset$1; readonly config: DyteThemePreset$1; readonly roomJoined: boolean; readonly setName: (name: string) => void; readonly setupTracks: (options?: { video?: boolean; audio?: boolean; forceReset?: boolean; }) => Promise<void>; readonly destructMediaHandler: () => Promise<void>; readonly removeDocumentEventListeners: () => Promise<void>; readonly enableAudio: (customTrack?: MediaStreamTrack) => Promise<void>; readonly enableVideo: (customTrack?: MediaStreamTrack) => Promise<void>; readonly updateVideoConstraints: (resolution: VideoQualityConstraints) => Promise<void>; readonly enableScreenShare: () => Promise<void>; readonly updateScreenshareConstraints: (resolution: VideoQualityConstraints) => Promise<void>; readonly disableAudio: () => Promise<void>; readonly disableVideo: () => Promise<void>; readonly disableScreenShare: () => Promise<void>; readonly getAllDevices: () => Promise<InputDeviceInfo[]>; readonly setIsPinned: (isPinned: boolean, emitEvent?: boolean) => void; readonly isPinned: boolean; readonly pin: () => Promise<void>; readonly unpin: () => Promise<void>; readonly hide: () => Promise<void>; readonly show: () => void; readonly setDevice: (device: MediaDeviceInfo) => Promise<void>; readonly cleanUpTracks: () => void; readonly registerVideoElement: (videoElem: HTMLVideoElement, isPreview?: boolean) => void; readonly deregisterVideoElement: (videoElem?: HTMLVideoElement, isPreview?: boolean) => void; readonly init: (options?: { video?: boolean; audio?: boolean; constraints?: MediaConstraints; }, skipAwaits?: boolean, context?: Context<DyteContextState>) => Promise<void>; readonly audioTrack: MediaStreamTrack; readonly rawAudioTrack: MediaStreamTrack; readonly mediaPermissions: { audio?: MediaPermission$1; video?: MediaPermission$1; screenshare?: MediaPermission$1; }; readonly addAudioMiddleware: (audioMiddleware: AudioMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAudioMiddleware: (audioMiddleware: AudioMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAllAudioMiddlewares: () => Promise<{ success: boolean; message: string; }>; readonly videoTrack: MediaStreamTrack; readonly rawVideoTrack: MediaStreamTrack; readonly addVideoMiddleware: (videoMiddleware: VideoMiddleware) => Promise<{ success: boolean; message: string; }>; readonly setVideoMiddlewareGlobalConfig: (config?: VideoMiddlewareGlobalConfig) => Promise<void>; readonly removeVideoMiddleware: (videoMiddleware: VideoMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAllVideoMiddlewares: () => Promise<{ success: boolean; message: string; }>; readonly screenShareTracks: { audio: MediaStreamTrack; video: MediaStreamTrack; }; readonly audioEnabled: boolean; readonly videoEnabled: boolean; readonly screenShareEnabled: boolean; readonly getCurrentDevices: () => { audio: MediaDeviceInfo; video: MediaDeviceInfo; speaker: MediaDeviceInfo; }; readonly getAudioDevices: () => Promise<MediaDeviceInfo[]>; readonly getVideoDevices: () => Promise<MediaDeviceInfo[]>; readonly getSpeakerDevices: () => Promise<MediaDeviceInfo[]>; readonly getDeviceById: (deviceId: string, kind: \"audio\" | \"video\" | \"speaker\") => Promise<MediaDeviceInfo>; readonly emit: <E extends keyof SelfEvents>(event: E, ...args: Parameters<SelfEvents[E]>) => boolean; readonly on: <E extends keyof SelfEvents>(event: E, callback: SelfEvents[E]) => DyteSelf$1; readonly addListener: <E extends keyof SelfEvents>(event: E, callback: SelfEvents[E]) => DyteSelf$1; readonly off: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly once: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly prependListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly prependOnceListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly removeListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly removeAllListeners: <T extends keyof SelfEvents>(event?: T) => DyteSelf$1; readonly listeners: <T extends keyof SelfEvents>(event: T) => Function[]; readonly listenerCount: <T extends keyof SelfEvents>(event: T) => number; readonly [EventEmitter.captureRejectionSymbol]?: <K>(error: Error, event: string | symbol, ...args: AnyRest) => void; readonly setMaxListeners: (n: number) => DyteSelf$1; readonly getMaxListeners: () => number; readonly rawListeners: <K>(eventName: string | symbol) => Function[]; readonly eventNames: () => (string | symbol)[]; })",
          "complexType": {
            "original": "Peer | WaitlistedParticipant | { name: string; picture: string }",
            "resolved": "{ name: string; picture: string; } | ({ readonly [EventEmitter.captureRejectionSymbol]?: <K>(error: Error, event: string | symbol, ...args: AnyRest) => void; readonly id: string; readonly userId: string; readonly name: string; readonly picture: string; readonly isHost: boolean; readonly customParticipantId?: string; readonly clientSpecificId: string; readonly flags: { [key: string]: string | boolean; }; readonly device: DeviceConfig; readonly videoEnabled: boolean; readonly audioEnabled: boolean; readonly screenShareEnabled: boolean; readonly producers: ProducerState[]; readonly manualProducerConfig: PeerProducerConfig; readonly supportsRemoteControl: boolean; readonly presetName?: string; readonly stageStatus: StageStatus; readonly setVideoEnabled: (videoEnabled: boolean, emitEvent?: boolean) => void; readonly setAudioEnabled: (audioEnabled: boolean, emitEvent?: boolean) => void; readonly setScreenShareEnabled: (screenShareEnabled: boolean, emitEvent?: boolean) => void; readonly pin: () => Promise<void>; readonly unpin: () => Promise<void>; readonly setIsPinned: (isPinned: boolean, emitEvent?: boolean) => void; readonly disableAudio: () => Promise<void>; readonly kick: () => Promise<void>; readonly disableVideo: () => Promise<void>; readonly getPermissions: () => Promise<Pick<Permissions, \"polls\" | \"plugins\" | \"chat\">>; readonly setStageStatus: (stageStatus: StageStatus) => void; readonly isPinned: boolean; readonly registerVideoElement: (videoElem: HTMLVideoElement) => void; readonly deregisterVideoElement: (videoElem?: HTMLVideoElement) => void; readonly emit: <E extends keyof ParticipantEvents>(event: E, ...args: Parameters<ParticipantEvents[E]>) => boolean; readonly on: <E extends keyof ParticipantEvents>(event: E, callback: ParticipantEvents[E]) => DyteParticipant$1; readonly addListener: <E extends keyof ParticipantEvents>(event: E, callback: ParticipantEvents[E]) => DyteParticipant$1; readonly off: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly once: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly prependListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly prependOnceListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly removeListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly removeAllListeners: <T extends keyof ParticipantEvents>(event?: T) => DyteParticipant$1; readonly listeners: <T extends keyof ParticipantEvents>(event: T) => Function[]; readonly listenerCount: <T extends keyof ParticipantEvents>(event: T) => number; readonly setMaxListeners: (n: number) => DyteParticipant$1; readonly getMaxListeners: () => number; readonly rawListeners: <K>(eventName: string | symbol) => Function[]; readonly eventNames: () => (string | symbol)[]; }) | ({ readonly id: string; readonly userId: string; readonly name: string; readonly picture: string; readonly isHost: boolean; readonly customParticipantId?: string; readonly clientSpecificId: string; readonly flags: { [key: string]: string | boolean; }; readonly device: DeviceConfig; readonly videoTrack: MediaStreamTrack; readonly audioTrack: MediaStreamTrack; readonly screenShareTracks: { audio: MediaStreamTrack; video: MediaStreamTrack; }; readonly videoEnabled: boolean; readonly audioEnabled: boolean; readonly screenShareEnabled: boolean; readonly producers: ProducerState[]; readonly manualProducerConfig: PeerProducerConfig; readonly supportsRemoteControl: boolean; readonly presetName?: string; readonly stageStatus: StageStatus; readonly setVideoEnabled: (videoEnabled: boolean, emitEvent?: boolean) => void; readonly setAudioEnabled: (audioEnabled: boolean, emitEvent?: boolean) => void; readonly setScreenShareEnabled: (screenShareEnabled: boolean, emitEvent?: boolean) => void; readonly pin: () => Promise<void>; readonly unpin: () => Promise<void>; readonly setIsPinned: (isPinned: boolean, emitEvent?: boolean) => void; readonly disableAudio: () => Promise<void>; readonly kick: () => Promise<void>; readonly disableVideo: () => Promise<void>; readonly getPermissions: () => Promise<Pick<Permissions, \"polls\" | \"plugins\" | \"chat\">>; readonly setStageStatus: (stageStatus: StageStatus) => void; readonly isPinned: boolean; readonly registerVideoElement: (videoElem: HTMLVideoElement) => void; readonly deregisterVideoElement: (videoElem?: HTMLVideoElement) => void; readonly emit: <E extends keyof ParticipantEvents>(event: E, ...args: Parameters<ParticipantEvents[E]>) => boolean; readonly on: <E extends keyof ParticipantEvents>(event: E, callback: ParticipantEvents[E]) => DyteParticipant$1; readonly addListener: <E extends keyof ParticipantEvents>(event: E, callback: ParticipantEvents[E]) => DyteParticipant$1; readonly off: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly once: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly prependListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly prependOnceListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly removeListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly removeAllListeners: <T extends keyof ParticipantEvents>(event?: T) => DyteParticipant$1; readonly listeners: <T extends keyof ParticipantEvents>(event: T) => Function[]; readonly listenerCount: <T extends keyof ParticipantEvents>(event: T) => number; readonly [EventEmitter.captureRejectionSymbol]?: <K>(error: Error, event: string | symbol, ...args: AnyRest) => void; readonly setMaxListeners: (n: number) => DyteParticipant$1; readonly getMaxListeners: () => number; readonly rawListeners: <K>(eventName: string | symbol) => Function[]; readonly eventNames: () => (string | symbol)[]; }) | ({ readonly name: string; readonly picture: string; readonly customParticipantId: string; readonly waitlistStatus: \"rejected\" | \"accepted\" | \"waiting\" | \"none\"; readonly role: any; readonly userId: string; readonly organizationId: string; readonly supportsRemoteControl: boolean; readonly device: DeviceConfig; readonly hidden: boolean; readonly stageStatus: StageStatus; readonly id: string; readonly presetName: string; readonly roomState: LeaveRoomState | \"joined\" | \"init\" | \"waitlisted\"; readonly cleanupEvents: () => void; readonly permissions: DytePermissionsPreset$1; readonly config: DyteThemePreset$1; readonly roomJoined: boolean; readonly setName: (name: string) => void; readonly setupTracks: (options?: { video?: boolean; audio?: boolean; forceReset?: boolean; }) => Promise<void>; readonly destructMediaHandler: () => Promise<void>; readonly removeDocumentEventListeners: () => Promise<void>; readonly enableAudio: (customTrack?: MediaStreamTrack) => Promise<void>; readonly enableVideo: (customTrack?: MediaStreamTrack) => Promise<void>; readonly updateVideoConstraints: (resolution: VideoQualityConstraints) => Promise<void>; readonly enableScreenShare: () => Promise<void>; readonly updateScreenshareConstraints: (resolution: VideoQualityConstraints) => Promise<void>; readonly disableAudio: () => Promise<void>; readonly disableVideo: () => Promise<void>; readonly disableScreenShare: () => Promise<void>; readonly getAllDevices: () => Promise<InputDeviceInfo[]>; readonly setIsPinned: (isPinned: boolean, emitEvent?: boolean) => void; readonly isPinned: boolean; readonly pin: () => Promise<void>; readonly unpin: () => Promise<void>; readonly hide: () => Promise<void>; readonly show: () => void; readonly setDevice: (device: MediaDeviceInfo) => Promise<void>; readonly cleanUpTracks: () => void; readonly registerVideoElement: (videoElem: HTMLVideoElement, isPreview?: boolean) => void; readonly deregisterVideoElement: (videoElem?: HTMLVideoElement, isPreview?: boolean) => void; readonly init: (options?: { video?: boolean; audio?: boolean; constraints?: MediaConstraints; }, skipAwaits?: boolean, context?: Context<DyteContextState>) => Promise<void>; readonly audioTrack: MediaStreamTrack; readonly rawAudioTrack: MediaStreamTrack; readonly mediaPermissions: { audio?: MediaPermission$1; video?: MediaPermission$1; screenshare?: MediaPermission$1; }; readonly addAudioMiddleware: (audioMiddleware: AudioMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAudioMiddleware: (audioMiddleware: AudioMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAllAudioMiddlewares: () => Promise<{ success: boolean; message: string; }>; readonly videoTrack: MediaStreamTrack; readonly rawVideoTrack: MediaStreamTrack; readonly addVideoMiddleware: (videoMiddleware: VideoMiddleware) => Promise<{ success: boolean; message: string; }>; readonly setVideoMiddlewareGlobalConfig: (config?: VideoMiddlewareGlobalConfig) => Promise<void>; readonly removeVideoMiddleware: (videoMiddleware: VideoMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAllVideoMiddlewares: () => Promise<{ success: boolean; message: string; }>; readonly screenShareTracks: { audio: MediaStreamTrack; video: MediaStreamTrack; }; readonly audioEnabled: boolean; readonly videoEnabled: boolean; readonly screenShareEnabled: boolean; readonly getCurrentDevices: () => { audio: MediaDeviceInfo; video: MediaDeviceInfo; speaker: MediaDeviceInfo; }; readonly getAudioDevices: () => Promise<MediaDeviceInfo[]>; readonly getVideoDevices: () => Promise<MediaDeviceInfo[]>; readonly getSpeakerDevices: () => Promise<MediaDeviceInfo[]>; readonly getDeviceById: (deviceId: string, kind: \"audio\" | \"video\" | \"speaker\") => Promise<MediaDeviceInfo>; readonly emit: <E extends keyof SelfEvents>(event: E, ...args: Parameters<SelfEvents[E]>) => boolean; readonly on: <E extends keyof SelfEvents>(event: E, callback: SelfEvents[E]) => DyteSelf$1; readonly addListener: <E extends keyof SelfEvents>(event: E, callback: SelfEvents[E]) => DyteSelf$1; readonly off: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly once: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly prependListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly prependOnceListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly removeListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly removeAllListeners: <T extends keyof SelfEvents>(event?: T) => DyteSelf$1; readonly listeners: <T extends keyof SelfEvents>(event: T) => Function[]; readonly listenerCount: <T extends keyof SelfEvents>(event: T) => number; readonly [EventEmitter.captureRejectionSymbol]?: <K>(error: Error, event: string | symbol, ...args: AnyRest) => void; readonly setMaxListeners: (n: number) => DyteSelf$1; readonly getMaxListeners: () => number; readonly rawListeners: <K>(eventName: string | symbol) => Function[]; readonly eventNames: () => (string | symbol)[]; })",
            "references": {
              "Peer": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Peer"
              },
              "WaitlistedParticipant": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::WaitlistedParticipant"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Participant object",
          "docsTags": [],
          "values": [
            {
              "type": "{ name: string; picture: string; }"
            },
            {
              "type": "({ readonly [EventEmitter.captureRejectionSymbol]?: <K>(error: Error, event: string"
            },
            {
              "type": "symbol, ...args: AnyRest) => void; readonly id: string; readonly userId: string; readonly name: string; readonly picture: string; readonly isHost: boolean; readonly customParticipantId?: string; readonly clientSpecificId: string; readonly flags: { [key: string]: string"
            },
            {
              "type": "boolean; }; readonly device: DeviceConfig; readonly videoEnabled: boolean; readonly audioEnabled: boolean; readonly screenShareEnabled: boolean; readonly producers: ProducerState[]; readonly manualProducerConfig: PeerProducerConfig; readonly supportsRemoteControl: boolean; readonly presetName?: string; readonly stageStatus: StageStatus; readonly setVideoEnabled: (videoEnabled: boolean, emitEvent?: boolean) => void; readonly setAudioEnabled: (audioEnabled: boolean, emitEvent?: boolean) => void; readonly setScreenShareEnabled: (screenShareEnabled: boolean, emitEvent?: boolean) => void; readonly pin: () => Promise<void>; readonly unpin: () => Promise<void>; readonly setIsPinned: (isPinned: boolean, emitEvent?: boolean) => void; readonly disableAudio: () => Promise<void>; readonly kick: () => Promise<void>; readonly disableVideo: () => Promise<void>; readonly getPermissions: () => Promise<Pick<Permissions, \"polls\""
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "type": "\"chat\">>; readonly setStageStatus: (stageStatus: StageStatus) => void; readonly isPinned: boolean; readonly registerVideoElement: (videoElem: HTMLVideoElement) => void; readonly deregisterVideoElement: (videoElem?: HTMLVideoElement) => void; readonly emit: <E extends keyof ParticipantEvents>(event: E, ...args: Parameters<ParticipantEvents[E]>) => boolean; readonly on: <E extends keyof ParticipantEvents>(event: E, callback: ParticipantEvents[E]) => DyteParticipant$1; readonly addListener: <E extends keyof ParticipantEvents>(event: E, callback: ParticipantEvents[E]) => DyteParticipant$1; readonly off: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly once: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly prependListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly prependOnceListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly removeListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly removeAllListeners: <T extends keyof ParticipantEvents>(event?: T) => DyteParticipant$1; readonly listeners: <T extends keyof ParticipantEvents>(event: T) => Function[]; readonly listenerCount: <T extends keyof ParticipantEvents>(event: T) => number; readonly setMaxListeners: (n: number) => DyteParticipant$1; readonly getMaxListeners: () => number; readonly rawListeners: <K>(eventName: string"
            },
            {
              "type": "symbol) => Function[]; readonly eventNames: () => (string"
            },
            {
              "type": "symbol)[]; })"
            },
            {
              "type": "({ readonly id: string; readonly userId: string; readonly name: string; readonly picture: string; readonly isHost: boolean; readonly customParticipantId?: string; readonly clientSpecificId: string; readonly flags: { [key: string]: string"
            },
            {
              "type": "boolean; }; readonly device: DeviceConfig; readonly videoTrack: MediaStreamTrack; readonly audioTrack: MediaStreamTrack; readonly screenShareTracks: { audio: MediaStreamTrack; video: MediaStreamTrack; }; readonly videoEnabled: boolean; readonly audioEnabled: boolean; readonly screenShareEnabled: boolean; readonly producers: ProducerState[]; readonly manualProducerConfig: PeerProducerConfig; readonly supportsRemoteControl: boolean; readonly presetName?: string; readonly stageStatus: StageStatus; readonly setVideoEnabled: (videoEnabled: boolean, emitEvent?: boolean) => void; readonly setAudioEnabled: (audioEnabled: boolean, emitEvent?: boolean) => void; readonly setScreenShareEnabled: (screenShareEnabled: boolean, emitEvent?: boolean) => void; readonly pin: () => Promise<void>; readonly unpin: () => Promise<void>; readonly setIsPinned: (isPinned: boolean, emitEvent?: boolean) => void; readonly disableAudio: () => Promise<void>; readonly kick: () => Promise<void>; readonly disableVideo: () => Promise<void>; readonly getPermissions: () => Promise<Pick<Permissions, \"polls\""
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "type": "\"chat\">>; readonly setStageStatus: (stageStatus: StageStatus) => void; readonly isPinned: boolean; readonly registerVideoElement: (videoElem: HTMLVideoElement) => void; readonly deregisterVideoElement: (videoElem?: HTMLVideoElement) => void; readonly emit: <E extends keyof ParticipantEvents>(event: E, ...args: Parameters<ParticipantEvents[E]>) => boolean; readonly on: <E extends keyof ParticipantEvents>(event: E, callback: ParticipantEvents[E]) => DyteParticipant$1; readonly addListener: <E extends keyof ParticipantEvents>(event: E, callback: ParticipantEvents[E]) => DyteParticipant$1; readonly off: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly once: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly prependListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly prependOnceListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly removeListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly removeAllListeners: <T extends keyof ParticipantEvents>(event?: T) => DyteParticipant$1; readonly listeners: <T extends keyof ParticipantEvents>(event: T) => Function[]; readonly listenerCount: <T extends keyof ParticipantEvents>(event: T) => number; readonly [EventEmitter.captureRejectionSymbol]?: <K>(error: Error, event: string"
            },
            {
              "type": "symbol, ...args: AnyRest) => void; readonly setMaxListeners: (n: number) => DyteParticipant$1; readonly getMaxListeners: () => number; readonly rawListeners: <K>(eventName: string"
            },
            {
              "type": "symbol) => Function[]; readonly eventNames: () => (string"
            },
            {
              "type": "symbol)[]; })"
            },
            {
              "type": "({ readonly name: string; readonly picture: string; readonly customParticipantId: string; readonly waitlistStatus: \"rejected\""
            },
            {
              "value": "accepted",
              "type": "string"
            },
            {
              "value": "waiting",
              "type": "string"
            },
            {
              "type": "\"none\"; readonly role: any; readonly userId: string; readonly organizationId: string; readonly supportsRemoteControl: boolean; readonly device: DeviceConfig; readonly hidden: boolean; readonly stageStatus: StageStatus; readonly id: string; readonly presetName: string; readonly roomState: LeaveRoomState"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "init",
              "type": "string"
            },
            {
              "value": "waitlisted\"; readonly cleanupEvents: () => void; readonly permissions: DytePermissionsPreset$1; readonly config: DyteThemePreset$1; readonly roomJoined: boolean; readonly setName: (name: string) => void; readonly setupTracks: (options?: { video?: boolean; audio?: boolean; forceReset?: boolean; }) => Promise<void>; readonly destructMediaHandler: () => Promise<void>; readonly removeDocumentEventListeners: () => Promise<void>; readonly enableAudio: (customTrack?: MediaStreamTrack) => Promise<void>; readonly enableVideo: (customTrack?: MediaStreamTrack) => Promise<void>; readonly updateVideoConstraints: (resolution: VideoQualityConstraints) => Promise<void>; readonly enableScreenShare: () => Promise<void>; readonly updateScreenshareConstraints: (resolution: VideoQualityConstraints) => Promise<void>; readonly disableAudio: () => Promise<void>; readonly disableVideo: () => Promise<void>; readonly disableScreenShare: () => Promise<void>; readonly getAllDevices: () => Promise<InputDeviceInfo[]>; readonly setIsPinned: (isPinned: boolean, emitEvent?: boolean) => void; readonly isPinned: boolean; readonly pin: () => Promise<void>; readonly unpin: () => Promise<void>; readonly hide: () => Promise<void>; readonly show: () => void; readonly setDevice: (device: MediaDeviceInfo) => Promise<void>; readonly cleanUpTracks: () => void; readonly registerVideoElement: (videoElem: HTMLVideoElement, isPreview?: boolean) => void; readonly deregisterVideoElement: (videoElem?: HTMLVideoElement, isPreview?: boolean) => void; readonly init: (options?: { video?: boolean; audio?: boolean; constraints?: MediaConstraints; }, skipAwaits?: boolean, context?: Context<DyteContextState>) => Promise<void>; readonly audioTrack: MediaStreamTrack; readonly rawAudioTrack: MediaStreamTrack; readonly mediaPermissions: { audio?: MediaPermission$1; video?: MediaPermission$1; screenshare?: MediaPermission$1; }; readonly addAudioMiddleware: (audioMiddleware: AudioMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAudioMiddleware: (audioMiddleware: AudioMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAllAudioMiddlewares: () => Promise<{ success: boolean; message: string; }>; readonly videoTrack: MediaStreamTrack; readonly rawVideoTrack: MediaStreamTrack; readonly addVideoMiddleware: (videoMiddleware: VideoMiddleware) => Promise<{ success: boolean; message: string; }>; readonly setVideoMiddlewareGlobalConfig: (config?: VideoMiddlewareGlobalConfig) => Promise<void>; readonly removeVideoMiddleware: (videoMiddleware: VideoMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAllVideoMiddlewares: () => Promise<{ success: boolean; message: string; }>; readonly screenShareTracks: { audio: MediaStreamTrack; video: MediaStreamTrack; }; readonly audioEnabled: boolean; readonly videoEnabled: boolean; readonly screenShareEnabled: boolean; readonly getCurrentDevices: () => { audio: MediaDeviceInfo; video: MediaDeviceInfo; speaker: MediaDeviceInfo; }; readonly getAudioDevices: () => Promise<MediaDeviceInfo[]>; readonly getVideoDevices: () => Promise<MediaDeviceInfo[]>; readonly getSpeakerDevices: () => Promise<MediaDeviceInfo[]>; readonly getDeviceById: (deviceId: string, kind: \"audio",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "type": "\"speaker\") => Promise<MediaDeviceInfo>; readonly emit: <E extends keyof SelfEvents>(event: E, ...args: Parameters<SelfEvents[E]>) => boolean; readonly on: <E extends keyof SelfEvents>(event: E, callback: SelfEvents[E]) => DyteSelf$1; readonly addListener: <E extends keyof SelfEvents>(event: E, callback: SelfEvents[E]) => DyteSelf$1; readonly off: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly once: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly prependListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly prependOnceListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly removeListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly removeAllListeners: <T extends keyof SelfEvents>(event?: T) => DyteSelf$1; readonly listeners: <T extends keyof SelfEvents>(event: T) => Function[]; readonly listenerCount: <T extends keyof SelfEvents>(event: T) => number; readonly [EventEmitter.captureRejectionSymbol]?: <K>(error: Error, event: string"
            },
            {
              "type": "symbol, ...args: AnyRest) => void; readonly setMaxListeners: (n: number) => DyteSelf$1; readonly getMaxListeners: () => number; readonly rawListeners: <K>(eventName: string"
            },
            {
              "type": "symbol) => Function[]; readonly eventNames: () => (string"
            },
            {
              "type": "symbol)[]; })"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "variant",
          "type": "\"circular\" | \"hexagon\" | \"square\"",
          "complexType": {
            "original": "AvatarVariant",
            "resolved": "\"circular\" | \"hexagon\" | \"square\"",
            "references": {
              "AvatarVariant": {
                "location": "local",
                "path": "/home/runner/work/ui-kit/ui-kit/packages/core/src/components/dyte-avatar/dyte-avatar.tsx",
                "id": "src/components/dyte-avatar/dyte-avatar.tsx::AvatarVariant"
              }
            }
          },
          "mutable": false,
          "attr": "variant",
          "reflectToAttr": true,
          "docs": "Avatar type",
          "docsTags": [],
          "default": "'circular'",
          "values": [
            {
              "value": "circular",
              "type": "string"
            },
            {
              "value": "hexagon",
              "type": "string"
            },
            {
              "value": "square",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [
        {
          "name": "image",
          "docs": ""
        },
        {
          "name": "initials",
          "docs": ""
        }
      ],
      "dependents": [
        "dyte-audio-tile",
        "dyte-breakout-room-manager",
        "dyte-breakout-room-participants",
        "dyte-channel-creator",
        "dyte-channel-details",
        "dyte-channel-selector-ui",
        "dyte-channel-selector-view",
        "dyte-chat-composer-ui",
        "dyte-chat-message",
        "dyte-message-view",
        "dyte-participant",
        "dyte-participants-stage-queue",
        "dyte-participants-waiting-list"
      ],
      "dependencies": [
        "dyte-spinner"
      ],
      "dependencyGraph": {
        "dyte-avatar": [
          "dyte-spinner"
        ],
        "dyte-spinner": [
          "dyte-icon"
        ],
        "dyte-audio-tile": [
          "dyte-avatar"
        ],
        "dyte-breakout-room-manager": [
          "dyte-avatar"
        ],
        "dyte-breakout-room-participants": [
          "dyte-avatar"
        ],
        "dyte-channel-creator": [
          "dyte-avatar"
        ],
        "dyte-channel-details": [
          "dyte-avatar"
        ],
        "dyte-channel-selector-ui": [
          "dyte-avatar"
        ],
        "dyte-channel-selector-view": [
          "dyte-avatar"
        ],
        "dyte-chat-composer-ui": [
          "dyte-avatar"
        ],
        "dyte-chat-message": [
          "dyte-avatar"
        ],
        "dyte-message-view": [
          "dyte-avatar"
        ],
        "dyte-participant": [
          "dyte-avatar"
        ],
        "dyte-participants-stage-queue": [
          "dyte-avatar"
        ],
        "dyte-participants-waiting-list": [
          "dyte-avatar"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-breakout-room-manager/dyte-breakout-room-manager.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-breakout-room-manager",
      "docs": "",
      "docsTags": [],
      "usage": {},
      "props": [
        {
          "name": "allowDelete",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "allow-delete",
          "reflectToAttr": false,
          "docs": "allow room delete",
          "docsTags": [],
          "default": "true",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "assigningParticipants",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "assigning-participants",
          "reflectToAttr": false,
          "docs": "Enable updating participants",
          "docsTags": [],
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "defaultExpanded",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "default-expanded",
          "reflectToAttr": false,
          "docs": "display expanded card by default",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "isDragMode",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "is-drag-mode",
          "reflectToAttr": false,
          "docs": "Drag mode",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "mode",
          "type": "\"create\" | \"edit\"",
          "complexType": {
            "original": "'edit' | 'create'",
            "resolved": "\"create\" | \"edit\"",
            "references": {}
          },
          "mutable": false,
          "attr": "mode",
          "reflectToAttr": false,
          "docs": "Mode in which selector is used",
          "docsTags": [],
          "values": [
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "edit",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "room",
          "type": "{ id: string; title: string; participants: ConnectedMeetingParticipant[]; isParent: boolean; }",
          "complexType": {
            "original": "DraftMeeting",
            "resolved": "{ id: string; title: string; participants: ConnectedMeetingParticipant[]; isParent: boolean; }",
            "references": {
              "DraftMeeting": {
                "location": "import",
                "path": "../../utils/breakout-rooms-manager",
                "id": "src/utils/breakout-rooms-manager.ts::DraftMeeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Connected Room Config Object",
          "docsTags": [],
          "values": [
            {
              "type": "{ id: string; title: string; participants: ConnectedMeetingParticipant[]; isParent: boolean; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "states",
          "type": "States",
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "States object",
          "docsTags": [],
          "values": [
            {
              "type": "States"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "delete",
          "detail": "string",
          "bubbles": true,
          "complexType": {
            "original": "string",
            "resolved": "string",
            "references": {}
          },
          "cancelable": true,
          "composed": true,
          "docs": "Event for deleting room",
          "docsTags": []
        },
        {
          "event": "participantDelete",
          "detail": "{ customParticipantId: string; }",
          "bubbles": true,
          "complexType": {
            "original": "{\n    customParticipantId: string;\n  }",
            "resolved": "{ customParticipantId: string; }",
            "references": {}
          },
          "cancelable": true,
          "composed": true,
          "docs": "On Delete event emitter",
          "docsTags": []
        },
        {
          "event": "participantsAdd",
          "detail": "null",
          "bubbles": true,
          "complexType": {
            "original": "null",
            "resolved": "null",
            "references": {}
          },
          "cancelable": true,
          "composed": true,
          "docs": "Event for adding a participant",
          "docsTags": []
        },
        {
          "event": "roomJoin",
          "detail": "null",
          "bubbles": true,
          "complexType": {
            "original": "null",
            "resolved": "null",
            "references": {}
          },
          "cancelable": true,
          "composed": true,
          "docs": "Event for joining a room",
          "docsTags": []
        },
        {
          "event": "update",
          "detail": "{ title: string; id: string; }",
          "bubbles": true,
          "complexType": {
            "original": "{\n    title: string | undefined;\n    id: string;\n  }",
            "resolved": "{ title: string; id: string; }",
            "references": {}
          },
          "cancelable": true,
          "composed": true,
          "docs": "Event for updating room details",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [],
      "dependents": [
        "dyte-breakout-rooms-manager"
      ],
      "dependencies": [
        "dyte-avatar",
        "dyte-icon",
        "dyte-tooltip",
        "dyte-button"
      ],
      "dependencyGraph": {
        "dyte-breakout-room-manager": [
          "dyte-avatar",
          "dyte-icon",
          "dyte-tooltip",
          "dyte-button"
        ],
        "dyte-avatar": [
          "dyte-spinner"
        ],
        "dyte-spinner": [
          "dyte-icon"
        ],
        "dyte-breakout-rooms-manager": [
          "dyte-breakout-room-manager"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-breakout-room-participants/dyte-breakout-room-participants.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-breakout-room-participants",
      "docs": "A component which lists all participants, with ability to\nrun privileged actions on each participant according to your permissions.",
      "docsTags": [],
      "usage": {},
      "props": [
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "participantIds",
          "type": "string[]",
          "complexType": {
            "original": "string[]",
            "resolved": "string[]",
            "references": {}
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Participant ids",
          "docsTags": [],
          "default": "[]",
          "values": [
            {
              "type": "string[]"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "selectedParticipantIds",
          "type": "string[]",
          "complexType": {
            "original": "string[]",
            "resolved": "string[]",
            "references": {}
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "selected participants",
          "docsTags": [],
          "default": "[]",
          "values": [
            {
              "type": "string[]"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "allParticipantsToggleUpdate",
          "detail": "string[]",
          "bubbles": true,
          "complexType": {
            "original": "string[]",
            "resolved": "string[]",
            "references": {}
          },
          "cancelable": true,
          "composed": true,
          "docs": "Emits an event when all participants are selected or deselected",
          "docsTags": []
        },
        {
          "event": "participantsDragging",
          "detail": "boolean",
          "bubbles": true,
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "cancelable": true,
          "composed": true,
          "docs": "Emits an event when participants are dragged",
          "docsTags": []
        },
        {
          "event": "selectedParticipantsUpdate",
          "detail": "string[]",
          "bubbles": true,
          "complexType": {
            "original": "string[]",
            "resolved": "string[]",
            "references": {}
          },
          "cancelable": true,
          "composed": true,
          "docs": "Emits an event when selected participants are updated",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [
        {
          "name": "container",
          "docs": ""
        },
        {
          "name": "participants",
          "docs": ""
        },
        {
          "name": "search",
          "docs": ""
        },
        {
          "name": "search-icon",
          "docs": ""
        },
        {
          "name": "search-input",
          "docs": ""
        }
      ],
      "dependents": [
        "dyte-breakout-rooms-manager"
      ],
      "dependencies": [
        "dyte-avatar",
        "dyte-icon",
        "dyte-tooltip"
      ],
      "dependencyGraph": {
        "dyte-breakout-room-participants": [
          "dyte-avatar",
          "dyte-icon",
          "dyte-tooltip"
        ],
        "dyte-avatar": [
          "dyte-spinner"
        ],
        "dyte-spinner": [
          "dyte-icon"
        ],
        "dyte-breakout-rooms-manager": [
          "dyte-breakout-room-participants"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-breakout-rooms-manager/dyte-breakout-rooms-manager.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-breakout-rooms-manager",
      "docs": "",
      "docsTags": [],
      "usage": {
        "angular-example": "Template\n\n```html\n<dyte-breakout-rooms-manager #myId></dyte-breakout-rooms-manager>\n```\n\nComponent\n\n```js\nclass MyComponent {\n  title = 'MyComponent';\n\n  @ViewChild('myId') component: DyteBreakoutRoomsManager;\n\n  dyteMeeting: DyteClient; // meeting instance\n\n  async ngAfterViewInit() {\n    this.component.meeting = this.dyteMeeting;\n  }\n}\n```\n",
        "html-example": "```html\n<dyte-breakout-rooms-manager\n  id=\"breakout-rooms-manager\"\n></dyte-breakout-rooms-manager>\n<script>\n  const element = document.getElementById('breakout-rooms-manager');\n  el.meeting = meeting;\n</script>\n```\n",
        "react-example": "```jsx live\n<DyteBreakoutRoomsManager meeting={meeting} />\n```\n"
      },
      "props": [
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "states",
          "type": "States",
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "States object",
          "docsTags": [],
          "values": [
            {
              "type": "States"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "dyteStateUpdate",
          "detail": "{ [x: string]: any; meeting?: \"ended\" | \"joined\" | \"waiting\" | \"idle\" | \"setup\"; viewType?: string; page?: number; maxPeers?: number; activeAI?: boolean; activeCaptions?: boolean; activeMoreMenu?: boolean; activeMuteAllConfirmation?: boolean; activePermissionsMessage?: PermissionSettings; activePlugin?: boolean; activeScreenShare?: boolean; activeSpotlight?: boolean; activeRemoteAccessManager?: boolean; activeSettings?: boolean; activeDebugger?: boolean; activeSidebar?: boolean; activeLeaveConfirmation?: boolean; activeBroadcastMessageModal?: boolean; activeOverlayModal?: { active: boolean; icon?: string; title?: string; description?: string; timeout?: number; }; activeConfirmationModal?: { header?: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\"; active: boolean; content?: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\"; variant?: ButtonVariant; cancelText?: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\"; ctaText?: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\"; case?: string; data?: any; onClick?: (...args: any) => void; onClose?: (...args: any) => void; }; activeBreakoutRoomsManager?: { active: boolean; mode?: \"create\" | \"view\" | \"edit\"; destinationMeetingId?: string; }; activeJoinStage?: boolean; activeChannelCreator?: boolean; image?: ImageMessage; prefs?: UserPreferences; sidebar?: DyteSidebarSection; roomLeftState?: LeaveRoomState | \"unauthorized\"; sidebarFloating?: boolean; participantsTabId?: ParticipantsTabId; }",
          "bubbles": true,
          "complexType": {
            "original": "PartialStateEvent",
            "resolved": "{ [x: string]: any; meeting?: \"ended\" | \"joined\" | \"waiting\" | \"idle\" | \"setup\"; viewType?: string; page?: number; maxPeers?: number; activeAI?: boolean; activeCaptions?: boolean; activeMoreMenu?: boolean; activeMuteAllConfirmation?: boolean; activePermissionsMessage?: PermissionSettings; activePlugin?: boolean; activeScreenShare?: boolean; activeSpotlight?: boolean; activeRemoteAccessManager?: boolean; activeSettings?: boolean; activeDebugger?: boolean; activeSidebar?: boolean; activeLeaveConfirmation?: boolean; activeBroadcastMessageModal?: boolean; activeOverlayModal?: { active: boolean; icon?: string; title?: string; description?: string; timeout?: number; }; activeConfirmationModal?: { header?: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\"; active: boolean; content?: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\"; variant?: ButtonVariant; cancelText?: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\"; ctaText?: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\"; case?: string; data?: any; onClick?: (...args: any) => void; onClose?: (...args: any) => void; }; activeBreakoutRoomsManager?: { active: boolean; mode?: \"create\" | \"view\" | \"edit\"; destinationMeetingId?: string; }; activeJoinStage?: boolean; activeChannelCreator?: boolean; image?: ImageMessage; prefs?: UserPreferences; sidebar?: DyteSidebarSection; roomLeftState?: LeaveRoomState | \"unauthorized\"; sidebarFloating?: boolean; participantsTabId?: ParticipantsTabId; }",
            "references": {
              "PartialStateEvent": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::PartialStateEvent"
              }
            }
          },
          "cancelable": true,
          "composed": true,
          "docs": "Emits updated state data",
          "docsTags": []
        }
      ],
      "listeners": [
        {
          "event": "participantDelete",
          "capture": false,
          "passive": false
        },
        {
          "event": "participantsDragging",
          "capture": false,
          "passive": false
        },
        {
          "event": "selectedParticipantsUpdate",
          "capture": false,
          "passive": false
        },
        {
          "event": "allParticipantsToggleUpdate",
          "capture": false,
          "passive": false
        }
      ],
      "styles": [],
      "slots": [],
      "parts": [
        {
          "name": "menu",
          "docs": ""
        }
      ],
      "dependents": [
        "dyte-dialog-manager"
      ],
      "dependencies": [
        "dyte-breakout-room-manager",
        "dyte-icon",
        "dyte-spinner",
        "dyte-counter",
        "dyte-button",
        "dyte-breakout-room-participants",
        "dyte-tooltip"
      ],
      "dependencyGraph": {
        "dyte-breakout-rooms-manager": [
          "dyte-breakout-room-manager",
          "dyte-icon",
          "dyte-spinner",
          "dyte-counter",
          "dyte-button",
          "dyte-breakout-room-participants",
          "dyte-tooltip"
        ],
        "dyte-breakout-room-manager": [
          "dyte-avatar",
          "dyte-icon",
          "dyte-tooltip",
          "dyte-button"
        ],
        "dyte-avatar": [
          "dyte-spinner"
        ],
        "dyte-spinner": [
          "dyte-icon"
        ],
        "dyte-counter": [
          "dyte-button",
          "dyte-icon"
        ],
        "dyte-breakout-room-participants": [
          "dyte-avatar",
          "dyte-icon",
          "dyte-tooltip"
        ],
        "dyte-dialog-manager": [
          "dyte-breakout-rooms-manager"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-breakout-room-toggle/dyte-breakout-rooms-toggle.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-breakout-rooms-toggle",
      "docs": "A button which toggles visibility of breakout rooms.\n\nYou need to pass the `meeting` object to it.",
      "docsTags": [],
      "usage": {
        "angular-example": "Template\n\n```html\n<dyte-breakout-rooms-toggle #myId></dyte-breakout-rooms-toggle>\n```\n\nComponent\n\n```js\nclass MyComponent {\n  title = 'MyComponent';\n\n  @ViewChild('myId') component: DyteBreakoutRoomsToggle;\n\n  dyteMeeting: DyteClient; // meeting instance\n\n  async ngAfterViewInit() {\n    this.component.meeting = this.dyteMeeting;\n  }\n}\n```\n",
        "html-example": "```html\n<dyte-breakout-rooms-toggle\n  id=\"breakout-rooms-toggle\"\n></dyte-breakout-rooms-toggle>\n<script>\n  const element = document.getElementById('breakout-rooms-toggle');\n  el.meeting = meeting;\n</script>\n```\n",
        "react-example": "```jsx live\n<DyteBreakoutRoomsToggle meeting={meeting} />\n```\n"
      },
      "props": [
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "states",
          "type": "States",
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "States object",
          "docsTags": [],
          "values": [
            {
              "type": "States"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "variant",
          "type": "\"button\" | \"horizontal\"",
          "complexType": {
            "original": "ControlBarVariant",
            "resolved": "\"button\" | \"horizontal\"",
            "references": {
              "ControlBarVariant": {
                "location": "import",
                "path": "../dyte-controlbar-button/dyte-controlbar-button",
                "id": "src/components/dyte-controlbar-button/dyte-controlbar-button.tsx::ControlBarVariant"
              }
            }
          },
          "mutable": false,
          "attr": "variant",
          "reflectToAttr": true,
          "docs": "Variant",
          "docsTags": [],
          "default": "'button'",
          "values": [
            {
              "value": "button",
              "type": "string"
            },
            {
              "value": "horizontal",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "dyteStateUpdate",
          "detail": "{ [x: string]: any; meeting?: \"ended\" | \"joined\" | \"waiting\" | \"idle\" | \"setup\"; viewType?: string; page?: number; maxPeers?: number; activeAI?: boolean; activeCaptions?: boolean; activeMoreMenu?: boolean; activeMuteAllConfirmation?: boolean; activePermissionsMessage?: PermissionSettings; activePlugin?: boolean; activeScreenShare?: boolean; activeSpotlight?: boolean; activeRemoteAccessManager?: boolean; activeSettings?: boolean; activeDebugger?: boolean; activeSidebar?: boolean; activeLeaveConfirmation?: boolean; activeBroadcastMessageModal?: boolean; activeOverlayModal?: { active: boolean; icon?: string; title?: string; description?: string; timeout?: number; }; activeConfirmationModal?: { header?: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\"; active: boolean; content?: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\"; variant?: ButtonVariant; cancelText?: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\"; ctaText?: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\"; case?: string; data?: any; onClick?: (...args: any) => void; onClose?: (...args: any) => void; }; activeBreakoutRoomsManager?: { active: boolean; mode?: \"create\" | \"view\" | \"edit\"; destinationMeetingId?: string; }; activeJoinStage?: boolean; activeChannelCreator?: boolean; image?: ImageMessage; prefs?: UserPreferences; sidebar?: DyteSidebarSection; roomLeftState?: LeaveRoomState | \"unauthorized\"; sidebarFloating?: boolean; participantsTabId?: ParticipantsTabId; }",
          "bubbles": true,
          "complexType": {
            "original": "PartialStateEvent",
            "resolved": "{ [x: string]: any; meeting?: \"ended\" | \"joined\" | \"waiting\" | \"idle\" | \"setup\"; viewType?: string; page?: number; maxPeers?: number; activeAI?: boolean; activeCaptions?: boolean; activeMoreMenu?: boolean; activeMuteAllConfirmation?: boolean; activePermissionsMessage?: PermissionSettings; activePlugin?: boolean; activeScreenShare?: boolean; activeSpotlight?: boolean; activeRemoteAccessManager?: boolean; activeSettings?: boolean; activeDebugger?: boolean; activeSidebar?: boolean; activeLeaveConfirmation?: boolean; activeBroadcastMessageModal?: boolean; activeOverlayModal?: { active: boolean; icon?: string; title?: string; description?: string; timeout?: number; }; activeConfirmationModal?: { header?: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\"; active: boolean; content?: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\"; variant?: ButtonVariant; cancelText?: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\"; ctaText?: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\"; case?: string; data?: any; onClick?: (...args: any) => void; onClose?: (...args: any) => void; }; activeBreakoutRoomsManager?: { active: boolean; mode?: \"create\" | \"view\" | \"edit\"; destinationMeetingId?: string; }; activeJoinStage?: boolean; activeChannelCreator?: boolean; image?: ImageMessage; prefs?: UserPreferences; sidebar?: DyteSidebarSection; roomLeftState?: LeaveRoomState | \"unauthorized\"; sidebarFloating?: boolean; participantsTabId?: ParticipantsTabId; }",
            "references": {
              "PartialStateEvent": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::PartialStateEvent"
              }
            }
          },
          "cancelable": true,
          "composed": true,
          "docs": "Emits updated state data",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [
        {
          "name": "controlbar-button",
          "docs": ""
        }
      ],
      "dependents": [],
      "dependencies": [
        "dyte-controlbar-button"
      ],
      "dependencyGraph": {
        "dyte-breakout-rooms-toggle": [
          "dyte-controlbar-button"
        ],
        "dyte-controlbar-button": [
          "dyte-spinner",
          "dyte-icon"
        ],
        "dyte-spinner": [
          "dyte-icon"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-broadcast-message-modal/dyte-broadcast-message-modal.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-broadcast-message-modal",
      "docs": "",
      "docsTags": [],
      "usage": {},
      "props": [
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "states",
          "type": "States",
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::States"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "States object",
          "docsTags": [],
          "values": [
            {
              "type": "States"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "dyteStateUpdate",
          "detail": "States",
          "bubbles": true,
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::States"
              }
            }
          },
          "cancelable": true,
          "composed": true,
          "docs": "Emits updated state data",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [],
      "dependents": [
        "dyte-dialog-manager"
      ],
      "dependencies": [
        "dyte-icon",
        "dyte-button"
      ],
      "dependencyGraph": {
        "dyte-broadcast-message-modal": [
          "dyte-icon",
          "dyte-button"
        ],
        "dyte-dialog-manager": [
          "dyte-broadcast-message-modal"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-button/dyte-button.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-button",
      "docs": "A button that follows Dyte's Design System.",
      "docsTags": [
        {
          "name": "slot",
          "text": "- Default slot"
        },
        {
          "name": "slot",
          "text": "start - Content placed to the start of the button, i.e; left."
        },
        {
          "name": "slot",
          "text": "end - Content placed to the end of the button, i.e; right."
        }
      ],
      "usage": {
        "angular-example": "Template\n\n```html\n<dyte-button #one>Primary</dyte-button>\n<dyte-button #two>Secondary</dyte-button>\n```\n\nComponent\n\n```js\nclass MyComponent {\n  title = 'MyComponent';\n\n  @ViewChild('one') componentOne: DyteButton;\n\n  @ViewChild('two') componentTwo: DyteButton;\n\n  dyteMeeting: DyteClient; // meeting instance\n\n  async ngAfterViewInit() {\n    this.componentTwo.variant = 'secondary';\n  }\n}\n```\n",
        "html-example": "```html\n<dyte-button>Primary</dyte-button>\n<dyte-button variant=\"secondary\">Secondary</dyte-button>\n```\n",
        "react-example": "```jsx live\n<Row>\n  <DyteButton>Primary</DyteButton>\n  <DyteButton variant=\"secondary\">Secondary</DyteButton>\n</Row>\n```\n"
      },
      "props": [
        {
          "name": "disabled",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "disabled",
          "reflectToAttr": true,
          "docs": "Where the button is disabled or not",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "kind",
          "type": "\"button\" | \"icon\" | \"wide\"",
          "complexType": {
            "original": "ButtonKind",
            "resolved": "\"button\" | \"icon\" | \"wide\"",
            "references": {
              "ButtonKind": {
                "location": "local",
                "path": "/home/runner/work/ui-kit/ui-kit/packages/core/src/components/dyte-button/dyte-button.tsx",
                "id": "src/components/dyte-button/dyte-button.tsx::ButtonKind"
              }
            }
          },
          "mutable": false,
          "attr": "kind",
          "reflectToAttr": true,
          "docs": "Button type",
          "docsTags": [],
          "default": "'button'",
          "values": [
            {
              "value": "button",
              "type": "string"
            },
            {
              "value": "icon",
              "type": "string"
            },
            {
              "value": "wide",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "reverse",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "reverse",
          "reflectToAttr": true,
          "docs": "Whether to reverse order of children",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "type",
          "type": "\"button\" | \"reset\" | \"submit\"",
          "complexType": {
            "original": "HTMLButtonElement['type']",
            "resolved": "\"button\" | \"reset\" | \"submit\"",
            "references": {
              "HTMLButtonElement": {
                "location": "global",
                "id": "global::HTMLButtonElement"
              }
            }
          },
          "mutable": false,
          "attr": "type",
          "reflectToAttr": true,
          "docs": "Button type",
          "docsTags": [],
          "default": "'button'",
          "values": [
            {
              "value": "button",
              "type": "string"
            },
            {
              "value": "reset",
              "type": "string"
            },
            {
              "value": "submit",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "variant",
          "type": "\"danger\" | \"ghost\" | \"primary\" | \"secondary\"",
          "complexType": {
            "original": "ButtonVariant",
            "resolved": "\"danger\" | \"ghost\" | \"primary\" | \"secondary\"",
            "references": {
              "ButtonVariant": {
                "location": "local",
                "path": "/home/runner/work/ui-kit/ui-kit/packages/core/src/components/dyte-button/dyte-button.tsx",
                "id": "src/components/dyte-button/dyte-button.tsx::ButtonVariant"
              }
            }
          },
          "mutable": false,
          "attr": "variant",
          "reflectToAttr": true,
          "docs": "Button variant",
          "docsTags": [],
          "default": "'primary'",
          "values": [
            {
              "value": "danger",
              "type": "string"
            },
            {
              "value": "ghost",
              "type": "string"
            },
            {
              "value": "primary",
              "type": "string"
            },
            {
              "value": "secondary",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [],
      "listeners": [],
      "styles": [],
      "slots": [
        {
          "name": "",
          "docs": "Default slot"
        },
        {
          "name": "end",
          "docs": "Content placed to the end of the button, i.e; right."
        },
        {
          "name": "start",
          "docs": "Content placed to the start of the button, i.e; left."
        }
      ],
      "parts": [
        {
          "name": "button",
          "docs": ""
        },
        {
          "name": "content",
          "docs": ""
        }
      ],
      "dependents": [
        "dyte-ai",
        "dyte-breakout-room-manager",
        "dyte-breakout-rooms-manager",
        "dyte-broadcast-message-modal",
        "dyte-channel-creator",
        "dyte-channel-header",
        "dyte-channel-selector-ui",
        "dyte-chat",
        "dyte-chat-composer-ui",
        "dyte-chat-composer-view",
        "dyte-chat-messages-ui",
        "dyte-confirmation-modal",
        "dyte-counter",
        "dyte-debugger",
        "dyte-dialog",
        "dyte-draft-attachment-view",
        "dyte-emoji-picker",
        "dyte-emoji-picker-button",
        "dyte-file-message",
        "dyte-file-message-view",
        "dyte-file-picker-button",
        "dyte-grid-pagination",
        "dyte-image-message",
        "dyte-image-message-view",
        "dyte-image-viewer",
        "dyte-join-stage",
        "dyte-leave-meeting",
        "dyte-livestream-player",
        "dyte-mute-all-confirmation",
        "dyte-notification",
        "dyte-paginated-list",
        "dyte-participant",
        "dyte-participants-audio",
        "dyte-participants-stage-queue",
        "dyte-participants-waiting-list",
        "dyte-permissions-message",
        "dyte-plugin-main",
        "dyte-plugins",
        "dyte-poll-form",
        "dyte-polls",
        "dyte-screenshare-view",
        "dyte-settings",
        "dyte-setup-screen",
        "dyte-sidebar",
        "dyte-sidebar-ui",
        "dyte-speaker-selector",
        "dyte-tab-bar"
      ],
      "dependencies": [],
      "dependencyGraph": {
        "dyte-ai": [
          "dyte-button"
        ],
        "dyte-breakout-room-manager": [
          "dyte-button"
        ],
        "dyte-breakout-rooms-manager": [
          "dyte-button"
        ],
        "dyte-broadcast-message-modal": [
          "dyte-button"
        ],
        "dyte-channel-creator": [
          "dyte-button"
        ],
        "dyte-channel-header": [
          "dyte-button"
        ],
        "dyte-channel-selector-ui": [
          "dyte-button"
        ],
        "dyte-chat": [
          "dyte-button"
        ],
        "dyte-chat-composer-ui": [
          "dyte-button"
        ],
        "dyte-chat-composer-view": [
          "dyte-button"
        ],
        "dyte-chat-messages-ui": [
          "dyte-button"
        ],
        "dyte-confirmation-modal": [
          "dyte-button"
        ],
        "dyte-counter": [
          "dyte-button"
        ],
        "dyte-debugger": [
          "dyte-button"
        ],
        "dyte-dialog": [
          "dyte-button"
        ],
        "dyte-draft-attachment-view": [
          "dyte-button"
        ],
        "dyte-emoji-picker": [
          "dyte-button"
        ],
        "dyte-emoji-picker-button": [
          "dyte-button"
        ],
        "dyte-file-message": [
          "dyte-button"
        ],
        "dyte-file-message-view": [
          "dyte-button"
        ],
        "dyte-file-picker-button": [
          "dyte-button"
        ],
        "dyte-grid-pagination": [
          "dyte-button"
        ],
        "dyte-image-message": [
          "dyte-button"
        ],
        "dyte-image-message-view": [
          "dyte-button"
        ],
        "dyte-image-viewer": [
          "dyte-button"
        ],
        "dyte-join-stage": [
          "dyte-button"
        ],
        "dyte-leave-meeting": [
          "dyte-button"
        ],
        "dyte-livestream-player": [
          "dyte-button"
        ],
        "dyte-mute-all-confirmation": [
          "dyte-button"
        ],
        "dyte-notification": [
          "dyte-button"
        ],
        "dyte-paginated-list": [
          "dyte-button"
        ],
        "dyte-participant": [
          "dyte-button"
        ],
        "dyte-participants-audio": [
          "dyte-button"
        ],
        "dyte-participants-stage-queue": [
          "dyte-button"
        ],
        "dyte-participants-waiting-list": [
          "dyte-button"
        ],
        "dyte-permissions-message": [
          "dyte-button"
        ],
        "dyte-plugin-main": [
          "dyte-button"
        ],
        "dyte-plugins": [
          "dyte-button"
        ],
        "dyte-poll-form": [
          "dyte-button"
        ],
        "dyte-polls": [
          "dyte-button"
        ],
        "dyte-screenshare-view": [
          "dyte-button"
        ],
        "dyte-settings": [
          "dyte-button"
        ],
        "dyte-setup-screen": [
          "dyte-button"
        ],
        "dyte-sidebar": [
          "dyte-button"
        ],
        "dyte-sidebar-ui": [
          "dyte-button"
        ],
        "dyte-speaker-selector": [
          "dyte-button"
        ],
        "dyte-tab-bar": [
          "dyte-button"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-camera-selector/dyte-camera-selector.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-camera-selector",
      "docs": "A component which lets to manage your audio devices and audio preferences.\n\nEmits `dyteStateUpdate` event with data for muting notification sounds:\n```ts\n{\n prefs: {\n   muteNotificationSounds: boolean\n }\n}\n```",
      "docsTags": [],
      "usage": {},
      "props": [
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "variant",
          "type": "\"full\" | \"inline\"",
          "complexType": {
            "original": "'full' | 'inline'",
            "resolved": "\"full\" | \"inline\"",
            "references": {}
          },
          "mutable": false,
          "attr": "variant",
          "reflectToAttr": false,
          "docs": "variant",
          "docsTags": [],
          "default": "'full'",
          "values": [
            {
              "value": "full",
              "type": "string"
            },
            {
              "value": "inline",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [
        {
          "name": "camera-selection",
          "docs": ""
        }
      ],
      "dependents": [
        "dyte-settings-video",
        "dyte-setup-screen"
      ],
      "dependencies": [
        "dyte-icon"
      ],
      "dependencyGraph": {
        "dyte-camera-selector": [
          "dyte-icon"
        ],
        "dyte-settings-video": [
          "dyte-camera-selector"
        ],
        "dyte-setup-screen": [
          "dyte-camera-selector"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-camera-toggle/dyte-camera-toggle.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-camera-toggle",
      "docs": "A button which toggles your camera.",
      "docsTags": [],
      "usage": {
        "angular-example": "Template\n\n```html\n<dyte-camera-toggle #one></dyte-camera-toggle>\n<dyte-camera-toggle #two></dyte-camera-toggle>\n<dyte-camera-toggle #three></dyte-camera-toggle>\n```\n\nComponent\n\n```js\nclass MyComponent {\n  title = 'MyComponent';\n\n  @ViewChild('one') componentOne: DyteCameraToggle;\n\n  @ViewChild('two') componentTwo: DyteCameraToggle;\n\n  @ViewChild('three') componentTree: DyteCameraToggle;\n\n  dyteMeeting: DyteClient; // meeting instance\n\n  async ngAfterViewInit() {\n    // Change the size to small\n    this.componentOne.meeting = this.dyteMeeting;\n    this.componentOne.size = 'sm';\n\n    // Change the size to large\n    this.componentTwo.meeting = this.dyteMeeting;\n    this.componentTwo.size = 'lg';\n\n    // Render as a horizontal button\n    this.componentThree.meeting = this.dyteMeeting;\n    this.componentThree.variant = 'horizontal';\n  }\n}\n```\n",
        "html-example": "```html\n<dyte-camera-toggle size=\"sm\" class=\"dyte-el\"></dyte-camera-toggle>\n<dyte-camera-toggle size=\"lg\" class=\"dyte-el\"></dyte-camera-toggle>\n<dyte-camera-toggle variant=\"horizontal\" class=\"dyte-el\"></dyte-camera-toggle>\n\n<script>\n  const elements = document.getElementsByClassName('dyte-el');\n  for (const el of elements) {\n    el.meeting = meeting;\n  }\n</script>\n```\n",
        "react-example": "```jsx live\n<Center>\n  <DyteCameraToggle size=\"sm\" meeting={meeting} />\n  <DyteCameraToggle size=\"lg\" meeting={meeting} />\n  <DyteCameraToggle variant=\"horizontal\" size=\"sm\" meeting={meeting} />\n</Center>\n```\n"
      },
      "props": [
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "variant",
          "type": "\"button\" | \"horizontal\"",
          "complexType": {
            "original": "ControlBarVariant",
            "resolved": "\"button\" | \"horizontal\"",
            "references": {
              "ControlBarVariant": {
                "location": "import",
                "path": "../dyte-controlbar-button/dyte-controlbar-button",
                "id": "src/components/dyte-controlbar-button/dyte-controlbar-button.tsx::ControlBarVariant"
              }
            }
          },
          "mutable": false,
          "attr": "variant",
          "reflectToAttr": true,
          "docs": "Variant",
          "docsTags": [],
          "default": "'button'",
          "values": [
            {
              "value": "button",
              "type": "string"
            },
            {
              "value": "horizontal",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "dyteStateUpdate",
          "detail": "States",
          "bubbles": true,
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "cancelable": true,
          "composed": true,
          "docs": "Emits updated state data",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [
        {
          "name": "controlbar-button",
          "docs": ""
        },
        {
          "name": "tooltip",
          "docs": ""
        }
      ],
      "dependents": [],
      "dependencies": [
        "dyte-tooltip",
        "dyte-controlbar-button"
      ],
      "dependencyGraph": {
        "dyte-camera-toggle": [
          "dyte-tooltip",
          "dyte-controlbar-button"
        ],
        "dyte-controlbar-button": [
          "dyte-spinner",
          "dyte-icon"
        ],
        "dyte-spinner": [
          "dyte-icon"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-caption-toggle/dyte-caption-toggle.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-caption-toggle",
      "docs": "",
      "docsTags": [],
      "usage": {},
      "props": [
        {
          "name": "config",
          "type": "UIConfig",
          "complexType": {
            "original": "UIConfig",
            "resolved": "UIConfig",
            "references": {
              "UIConfig": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::UIConfig"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Config",
          "docsTags": [],
          "default": "defaultConfig",
          "values": [
            {
              "type": "UIConfig"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "states",
          "type": "States",
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::States"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "States object",
          "docsTags": [],
          "values": [
            {
              "type": "States"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "variant",
          "type": "\"button\" | \"horizontal\"",
          "complexType": {
            "original": "ControlBarVariant",
            "resolved": "\"button\" | \"horizontal\"",
            "references": {
              "ControlBarVariant": {
                "location": "import",
                "path": "../dyte-controlbar-button/dyte-controlbar-button",
                "id": "src/components/dyte-controlbar-button/dyte-controlbar-button.tsx::ControlBarVariant"
              }
            }
          },
          "mutable": false,
          "attr": "variant",
          "reflectToAttr": true,
          "docs": "Variant",
          "docsTags": [],
          "default": "'button'",
          "values": [
            {
              "value": "button",
              "type": "string"
            },
            {
              "value": "horizontal",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "dyteStateUpdate",
          "detail": "States",
          "bubbles": true,
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::States"
              }
            }
          },
          "cancelable": true,
          "composed": true,
          "docs": "Emits updated state data",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [
        {
          "name": "controlbar-button",
          "docs": ""
        }
      ],
      "dependents": [],
      "dependencies": [
        "dyte-controlbar-button"
      ],
      "dependencyGraph": {
        "dyte-caption-toggle": [
          "dyte-controlbar-button"
        ],
        "dyte-controlbar-button": [
          "dyte-spinner",
          "dyte-icon"
        ],
        "dyte-spinner": [
          "dyte-icon"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-channel-creator/dyte-channel-creator.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-channel-creator",
      "docs": "",
      "docsTags": [],
      "usage": {},
      "props": [
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "dyteStateUpdate",
          "detail": "States",
          "bubbles": true,
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::States"
              }
            }
          },
          "cancelable": true,
          "composed": true,
          "docs": "Emits updated state data",
          "docsTags": []
        },
        {
          "event": "switchChannel",
          "detail": "string",
          "bubbles": true,
          "complexType": {
            "original": "string",
            "resolved": "string",
            "references": {}
          },
          "cancelable": true,
          "composed": true,
          "docs": "Emits event to switch channel",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [],
      "dependents": [
        "dyte-dialog-manager"
      ],
      "dependencies": [
        "dyte-avatar",
        "dyte-icon",
        "dyte-button"
      ],
      "dependencyGraph": {
        "dyte-channel-creator": [
          "dyte-avatar",
          "dyte-icon",
          "dyte-button"
        ],
        "dyte-avatar": [
          "dyte-spinner"
        ],
        "dyte-spinner": [
          "dyte-icon"
        ],
        "dyte-dialog-manager": [
          "dyte-channel-creator"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-channel-details/dyte-channel-details.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-channel-details",
      "docs": "",
      "docsTags": [],
      "usage": {},
      "props": [
        {
          "name": "channel",
          "type": "ChatChannel",
          "complexType": {
            "original": "ChatChannel",
            "resolved": "ChatChannel",
            "references": {
              "ChatChannel": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::ChatChannel"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Channel object",
          "docsTags": [],
          "values": [
            {
              "type": "ChatChannel"
            }
          ],
          "optional": false,
          "required": true,
          "getter": false,
          "setter": false
        },
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "members",
          "type": "DyteBasicParticipant[]",
          "complexType": {
            "original": "DyteBasicParticipant[]",
            "resolved": "DyteBasicParticipant[]",
            "references": {
              "DyteBasicParticipant": {
                "location": "import",
                "path": "@dytesdk/web-core",
                "id": "../../node_modules/@dytesdk/web-core/dist/index.d.ts::DyteBasicParticipant"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "List of channel members",
          "docsTags": [],
          "default": "[]",
          "values": [
            {
              "type": "DyteBasicParticipant[]"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [],
      "dependents": [
        "dyte-channel-header"
      ],
      "dependencies": [
        "dyte-avatar"
      ],
      "dependencyGraph": {
        "dyte-channel-details": [
          "dyte-avatar"
        ],
        "dyte-avatar": [
          "dyte-spinner"
        ],
        "dyte-spinner": [
          "dyte-icon"
        ],
        "dyte-channel-header": [
          "dyte-channel-details"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-channel-header/dyte-channel-header.tsx",
      "encapsulation": "none",
      "tag": "dyte-channel-header",
      "docs": "",
      "docsTags": [],
      "usage": {},
      "props": [
        {
          "name": "channel",
          "type": "ChatChannel",
          "complexType": {
            "original": "ChatChannel",
            "resolved": "ChatChannel",
            "references": {
              "ChatChannel": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::ChatChannel"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Channel object",
          "docsTags": [],
          "values": [
            {
              "type": "ChatChannel"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "showBackButton",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "show-back-button",
          "reflectToAttr": false,
          "docs": "Show back button",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "back",
          "detail": "void",
          "bubbles": true,
          "complexType": {
            "original": "void",
            "resolved": "void",
            "references": {}
          },
          "cancelable": true,
          "composed": true,
          "docs": "Event emitted when back button is clicked",
          "docsTags": []
        },
        {
          "event": "search",
          "detail": "string",
          "bubbles": true,
          "complexType": {
            "original": "string",
            "resolved": "string",
            "references": {}
          },
          "cancelable": true,
          "composed": true,
          "docs": "event triggered for search",
          "docsTags": []
        },
        {
          "event": "searchDismissed",
          "detail": "any",
          "bubbles": true,
          "complexType": {
            "original": "any",
            "resolved": "any",
            "references": {}
          },
          "cancelable": true,
          "composed": true,
          "docs": "event triggered for search",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [],
      "dependents": [
        "dyte-chat"
      ],
      "dependencies": [
        "dyte-dialog",
        "dyte-channel-details",
        "dyte-button",
        "dyte-icon",
        "dyte-tooltip"
      ],
      "dependencyGraph": {
        "dyte-channel-header": [
          "dyte-dialog",
          "dyte-channel-details",
          "dyte-button",
          "dyte-icon",
          "dyte-tooltip"
        ],
        "dyte-dialog": [
          "dyte-button",
          "dyte-icon"
        ],
        "dyte-channel-details": [
          "dyte-avatar"
        ],
        "dyte-avatar": [
          "dyte-spinner"
        ],
        "dyte-spinner": [
          "dyte-icon"
        ],
        "dyte-chat": [
          "dyte-channel-header"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-channel-selector-ui/dyte-channel-selector-ui.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-channel-selector-ui",
      "docs": "",
      "docsTags": [],
      "usage": {},
      "props": [
        {
          "name": "channels",
          "type": "ChatChannel[]",
          "complexType": {
            "original": "ChatChannel[]",
            "resolved": "ChatChannel[]",
            "references": {
              "ChatChannel": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::ChatChannel"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Channels",
          "docsTags": [],
          "values": [
            {
              "type": "ChatChannel[]"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "selectedChannelId",
          "type": "string",
          "complexType": {
            "original": "string",
            "resolved": "string",
            "references": {}
          },
          "mutable": false,
          "attr": "selected-channel-id",
          "reflectToAttr": false,
          "docs": "Selected channel id",
          "docsTags": [],
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "showRecentMessage",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "show-recent-message",
          "reflectToAttr": false,
          "docs": "show recent message in channel",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "channelChanged",
          "detail": "string",
          "bubbles": true,
          "complexType": {
            "original": "string",
            "resolved": "string",
            "references": {}
          },
          "cancelable": true,
          "composed": true,
          "docs": "On channel changed",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [],
      "dependents": [],
      "dependencies": [
        "dyte-avatar",
        "dyte-icon",
        "dyte-button"
      ],
      "dependencyGraph": {
        "dyte-channel-selector-ui": [
          "dyte-avatar",
          "dyte-icon",
          "dyte-button"
        ],
        "dyte-avatar": [
          "dyte-spinner"
        ],
        "dyte-spinner": [
          "dyte-icon"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-channel-selector-view/dyte-channel-selector-view.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-channel-selector-view",
      "docs": "",
      "docsTags": [],
      "usage": {
        "angular-example": "```html\n<dyte-channel-selector-view\n  [channels]=\"channels\"\n  (channelChange)=\"onChannelChange($event)\"\n></dyte-channel-selector-view>\n```\n\nComponent\n\n```js\nclass MyComponent {\n  channels = [\n    {\n      id: '123',\n      name: 'general',\n      latestMessage: 'Good morning!',\n      latestMessageTime: new Date(),\n      unreadCount: 1,\n    },\n    {\n      id: '321',\n      name: 'alerts',\n      unreadCount: 420,\n    },\n  ];\n  onChannelChange(event) {\n    console.log('selected channel:', event.detail);\n  }\n}\n```\n",
        "html-example": "```html\n<dyte-channel-selector-view id=\"dyte-el\" />\n\n<script>\n  const el = document.getElementById('dyte-el');\n  el.channels = [\n    {\n      id: '123',\n      name: 'general',\n      latestMessage: 'Good morning!',\n      latestMessageTime: new Date(),\n      unreadCount: 1,\n    },\n    {\n      id: '321',\n      name: 'alerts',\n      unreadCount: 420,\n    },\n  ];\n  el.addEventListener('channelChanged', (event) => {\n    console.log('selected channel:', event.detail);\n  });\n</script>\n```\n",
        "react-example": "```jsx live\n<DyteDraftAttachmentView\n  channels={[\n    {\n      id: '123',\n      name: 'general',\n      latestMessage: 'Good morning!',\n      latestMessageTime: new Date(),\n      unreadCount: 1,\n    },\n    {\n      id: '321',\n      name: 'alerts',\n      unreadCount: 420,\n    },\n  ]}\n  onChannelChanged={(event) => console.log('selected channel:', event.detail)}\n/>\n```\n"
      },
      "props": [
        {
          "name": "channels",
          "type": "{ id: string; name: string; avatarUrl?: string; icon?: \"pin\" | \"disconnected\" | \"dismiss\" | \"settings\" | \"image\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"mic_off\" | \"mic_on\" | \"minimize\" | \"maximize\" | \"video_off\" | \"video_on\" | \"participants\" | \"breakout_rooms\" | \"search\" | \"chat\" | \"add\" | \"delete\" | \"warning\" | \"people\" | \"people_checked\" | \"poll\" | \"rocket\" | \"call_end\" | \"share\" | \"share_screen_start\" | \"share_screen_stop\" | \"share_screen_person\" | \"clock\" | \"send\" | \"more_vertical\" | \"chevron_down\" | \"chevron_up\" | \"chevron_left\" | \"chevron_right\" | \"wifi\" | \"speaker\" | \"speaker_off\" | \"download\" | \"full_screen_maximize\" | \"full_screen_minimize\" | \"copy\" | \"attach\" | \"emoji_multiple\" | \"image_off\" | \"wand\" | \"recording\" | \"subtract\" | \"stop_recording\" | \"pin_off\" | \"spinner\" | \"shuffle\" | \"edit\" | \"back\" | \"save\" | \"web\" | \"checkmark\" | \"spotlight\" | \"join_stage\" | \"leave_stage\" | \"signal_1\" | \"signal_2\" | \"signal_3\" | \"signal_4\" | \"signal_5\" | \"start_livestream\" | \"stop_livestream\" | \"debug\" | \"info\" | \"devices\" | \"horizontal_dots\" | \"ai_sparkle\" | \"meeting_ai\" | \"create_channel\" | \"create_channel_illustration\" | \"captionsOn\" | \"captionsOff\" | \"play\" | \"pause\" | \"fastForward\"; latestMessage?: string; latestMessageTime?: Date; unreadCount?: number; }[]",
          "complexType": {
            "original": "{\n    id: string;\n    name: string;\n    avatarUrl?: string;\n    icon?: keyof IconPack;\n    latestMessage?: string;\n    latestMessageTime?: Date;\n    unreadCount?: number;\n  }[]",
            "resolved": "{ id: string; name: string; avatarUrl?: string; icon?: \"pin\" | \"disconnected\" | \"dismiss\" | \"settings\" | \"image\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"mic_off\" | \"mic_on\" | \"minimize\" | \"maximize\" | \"video_off\" | \"video_on\" | \"participants\" | \"breakout_rooms\" | \"search\" | \"chat\" | \"add\" | \"delete\" | \"warning\" | \"people\" | \"people_checked\" | \"poll\" | \"rocket\" | \"call_end\" | \"share\" | \"share_screen_start\" | \"share_screen_stop\" | \"share_screen_person\" | \"clock\" | \"send\" | \"more_vertical\" | \"chevron_down\" | \"chevron_up\" | \"chevron_left\" | \"chevron_right\" | \"wifi\" | \"speaker\" | \"speaker_off\" | \"download\" | \"full_screen_maximize\" | \"full_screen_minimize\" | \"copy\" | \"attach\" | \"emoji_multiple\" | \"image_off\" | \"wand\" | \"recording\" | \"subtract\" | \"stop_recording\" | \"pin_off\" | \"spinner\" | \"shuffle\" | \"edit\" | \"back\" | \"save\" | \"web\" | \"checkmark\" | \"spotlight\" | \"join_stage\" | \"leave_stage\" | \"signal_1\" | \"signal_2\" | \"signal_3\" | \"signal_4\" | \"signal_5\" | \"start_livestream\" | \"stop_livestream\" | \"debug\" | \"info\" | \"devices\" | \"horizontal_dots\" | \"ai_sparkle\" | \"meeting_ai\" | \"create_channel\" | \"create_channel_illustration\" | \"captionsOn\" | \"captionsOff\" | \"play\" | \"pause\" | \"fastForward\"; latestMessage?: string; latestMessageTime?: Date; unreadCount?: number; }[]",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::IconPack"
              },
              "Date": {
                "location": "global",
                "id": "global::Date"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Channels",
          "docsTags": [],
          "values": [
            {
              "type": "{ id: string; name: string; avatarUrl?: string; icon?: \"pin\""
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "add",
              "type": "string"
            },
            {
              "value": "delete",
              "type": "string"
            },
            {
              "value": "warning",
              "type": "string"
            },
            {
              "value": "people",
              "type": "string"
            },
            {
              "value": "people_checked",
              "type": "string"
            },
            {
              "value": "poll",
              "type": "string"
            },
            {
              "value": "rocket",
              "type": "string"
            },
            {
              "value": "call_end",
              "type": "string"
            },
            {
              "value": "share",
              "type": "string"
            },
            {
              "value": "share_screen_start",
              "type": "string"
            },
            {
              "value": "share_screen_stop",
              "type": "string"
            },
            {
              "value": "share_screen_person",
              "type": "string"
            },
            {
              "value": "clock",
              "type": "string"
            },
            {
              "value": "send",
              "type": "string"
            },
            {
              "value": "more_vertical",
              "type": "string"
            },
            {
              "value": "chevron_down",
              "type": "string"
            },
            {
              "value": "chevron_up",
              "type": "string"
            },
            {
              "value": "chevron_left",
              "type": "string"
            },
            {
              "value": "chevron_right",
              "type": "string"
            },
            {
              "value": "wifi",
              "type": "string"
            },
            {
              "value": "speaker",
              "type": "string"
            },
            {
              "value": "speaker_off",
              "type": "string"
            },
            {
              "value": "download",
              "type": "string"
            },
            {
              "value": "full_screen_maximize",
              "type": "string"
            },
            {
              "value": "full_screen_minimize",
              "type": "string"
            },
            {
              "value": "copy",
              "type": "string"
            },
            {
              "value": "attach",
              "type": "string"
            },
            {
              "value": "emoji_multiple",
              "type": "string"
            },
            {
              "value": "image_off",
              "type": "string"
            },
            {
              "value": "wand",
              "type": "string"
            },
            {
              "value": "recording",
              "type": "string"
            },
            {
              "value": "subtract",
              "type": "string"
            },
            {
              "value": "stop_recording",
              "type": "string"
            },
            {
              "value": "pin_off",
              "type": "string"
            },
            {
              "value": "spinner",
              "type": "string"
            },
            {
              "value": "shuffle",
              "type": "string"
            },
            {
              "value": "edit",
              "type": "string"
            },
            {
              "value": "back",
              "type": "string"
            },
            {
              "value": "save",
              "type": "string"
            },
            {
              "value": "web",
              "type": "string"
            },
            {
              "value": "checkmark",
              "type": "string"
            },
            {
              "value": "spotlight",
              "type": "string"
            },
            {
              "value": "join_stage",
              "type": "string"
            },
            {
              "value": "leave_stage",
              "type": "string"
            },
            {
              "value": "signal_1",
              "type": "string"
            },
            {
              "value": "signal_2",
              "type": "string"
            },
            {
              "value": "signal_3",
              "type": "string"
            },
            {
              "value": "signal_4",
              "type": "string"
            },
            {
              "value": "signal_5",
              "type": "string"
            },
            {
              "value": "start_livestream",
              "type": "string"
            },
            {
              "value": "stop_livestream",
              "type": "string"
            },
            {
              "value": "debug",
              "type": "string"
            },
            {
              "value": "info",
              "type": "string"
            },
            {
              "value": "devices",
              "type": "string"
            },
            {
              "value": "horizontal_dots",
              "type": "string"
            },
            {
              "value": "ai_sparkle",
              "type": "string"
            },
            {
              "value": "meeting_ai",
              "type": "string"
            },
            {
              "value": "create_channel",
              "type": "string"
            },
            {
              "value": "create_channel_illustration",
              "type": "string"
            },
            {
              "value": "captionsOn",
              "type": "string"
            },
            {
              "value": "captionsOff",
              "type": "string"
            },
            {
              "value": "play",
              "type": "string"
            },
            {
              "value": "pause",
              "type": "string"
            },
            {
              "type": "\"fastForward\"; latestMessage?: string; latestMessageTime?: Date; unreadCount?: number; }[]"
            }
          ],
          "optional": false,
          "required": true,
          "getter": false,
          "setter": false
        },
        {
          "name": "disableSearch",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "disable-search",
          "reflectToAttr": false,
          "docs": "Disables search bar (default = false)",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "hideAvatar",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "hide-avatar",
          "reflectToAttr": false,
          "docs": "Hides avatar (default = false)",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon Pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "selectedChannelId",
          "type": "string",
          "complexType": {
            "original": "string",
            "resolved": "string",
            "references": {}
          },
          "mutable": false,
          "attr": "selected-channel-id",
          "reflectToAttr": false,
          "docs": "Selected channel id",
          "docsTags": [],
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "viewAs",
          "type": "\"dropdown\" | \"list\"",
          "complexType": {
            "original": "'dropdown' | 'list'",
            "resolved": "\"dropdown\" | \"list\"",
            "references": {}
          },
          "mutable": false,
          "attr": "view-as",
          "reflectToAttr": false,
          "docs": "Render as dropdown or list (default = list)",
          "docsTags": [],
          "default": "'list'",
          "values": [
            {
              "value": "dropdown",
              "type": "string"
            },
            {
              "value": "list",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "channelChange",
          "detail": "{ id: string; name: string; avatarUrl?: string; icon?: \"pin\" | \"disconnected\" | \"dismiss\" | \"settings\" | \"image\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"mic_off\" | \"mic_on\" | \"minimize\" | \"maximize\" | \"video_off\" | \"video_on\" | \"participants\" | \"breakout_rooms\" | \"search\" | \"chat\" | \"add\" | \"delete\" | \"warning\" | \"people\" | \"people_checked\" | \"poll\" | \"rocket\" | \"call_end\" | \"share\" | \"share_screen_start\" | \"share_screen_stop\" | \"share_screen_person\" | \"clock\" | \"send\" | \"more_vertical\" | \"chevron_down\" | \"chevron_up\" | \"chevron_left\" | \"chevron_right\" | \"wifi\" | \"speaker\" | \"speaker_off\" | \"download\" | \"full_screen_maximize\" | \"full_screen_minimize\" | \"copy\" | \"attach\" | \"emoji_multiple\" | \"image_off\" | \"wand\" | \"recording\" | \"subtract\" | \"stop_recording\" | \"pin_off\" | \"spinner\" | \"shuffle\" | \"edit\" | \"back\" | \"save\" | \"web\" | \"checkmark\" | \"spotlight\" | \"join_stage\" | \"leave_stage\" | \"signal_1\" | \"signal_2\" | \"signal_3\" | \"signal_4\" | \"signal_5\" | \"start_livestream\" | \"stop_livestream\" | \"debug\" | \"info\" | \"devices\" | \"horizontal_dots\" | \"ai_sparkle\" | \"meeting_ai\" | \"create_channel\" | \"create_channel_illustration\" | \"captionsOn\" | \"captionsOff\" | \"play\" | \"pause\" | \"fastForward\"; latestMessage?: string; latestMessageTime?: Date; unreadCount?: number; }",
          "bubbles": true,
          "complexType": {
            "original": "{\n    id: string;\n    name: string;\n    avatarUrl?: string;\n    icon?: keyof IconPack;\n    latestMessage?: string;\n    latestMessageTime?: Date;\n    unreadCount?: number;\n  }",
            "resolved": "{ id: string; name: string; avatarUrl?: string; icon?: \"pin\" | \"disconnected\" | \"dismiss\" | \"settings\" | \"image\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"mic_off\" | \"mic_on\" | \"minimize\" | \"maximize\" | \"video_off\" | \"video_on\" | \"participants\" | \"breakout_rooms\" | \"search\" | \"chat\" | \"add\" | \"delete\" | \"warning\" | \"people\" | \"people_checked\" | \"poll\" | \"rocket\" | \"call_end\" | \"share\" | \"share_screen_start\" | \"share_screen_stop\" | \"share_screen_person\" | \"clock\" | \"send\" | \"more_vertical\" | \"chevron_down\" | \"chevron_up\" | \"chevron_left\" | \"chevron_right\" | \"wifi\" | \"speaker\" | \"speaker_off\" | \"download\" | \"full_screen_maximize\" | \"full_screen_minimize\" | \"copy\" | \"attach\" | \"emoji_multiple\" | \"image_off\" | \"wand\" | \"recording\" | \"subtract\" | \"stop_recording\" | \"pin_off\" | \"spinner\" | \"shuffle\" | \"edit\" | \"back\" | \"save\" | \"web\" | \"checkmark\" | \"spotlight\" | \"join_stage\" | \"leave_stage\" | \"signal_1\" | \"signal_2\" | \"signal_3\" | \"signal_4\" | \"signal_5\" | \"start_livestream\" | \"stop_livestream\" | \"debug\" | \"info\" | \"devices\" | \"horizontal_dots\" | \"ai_sparkle\" | \"meeting_ai\" | \"create_channel\" | \"create_channel_illustration\" | \"captionsOn\" | \"captionsOff\" | \"play\" | \"pause\" | \"fastForward\"; latestMessage?: string; latestMessageTime?: Date; unreadCount?: number; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::IconPack"
              },
              "Date": {
                "location": "global",
                "id": "global::Date"
              }
            }
          },
          "cancelable": true,
          "composed": true,
          "docs": "Event emitted when selected channel changes",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [],
      "dependents": [
        "dyte-chat"
      ],
      "dependencies": [
        "dyte-icon",
        "dyte-avatar",
        "dyte-text-message-view"
      ],
      "dependencyGraph": {
        "dyte-channel-selector-view": [
          "dyte-icon",
          "dyte-avatar",
          "dyte-text-message-view"
        ],
        "dyte-avatar": [
          "dyte-spinner"
        ],
        "dyte-spinner": [
          "dyte-icon"
        ],
        "dyte-text-message-view": [
          "dyte-markdown-view"
        ],
        "dyte-chat": [
          "dyte-channel-selector-view"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-chat/dyte-chat.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-chat",
      "docs": "Fully featured chat component with image & file upload, emoji picker and auto-scroll.",
      "docsTags": [],
      "usage": {
        "angular.example": "Template\n\n```html\n<dyte-chat\n  #chat\n  style=\"height: '480px'; maxWidth: '320px'; backgroundColor: '#000';\"\n></dyte-chat>\n```\n\nComponent\n\n```js\nclass MyComponent {\n  title = 'MyComponent';\n\n  @ViewChild('chat') componentChat: DyteChat;\n\n  dyteMeeting: DyteClient; // meeting instance\n\n  async ngAfterViewInit() {\n    this.componentChat.meeting = this.dyteMeeting;\n  }\n}\n```\n",
        "html-example": "```html\n<dyte-chat id=\"dyte-el\"></dyte-chat>\n\n<script>\n  document.getElementById('dyte-el').meeting = meeting;\n</script>\n\n<style>\n  dyte-chat {\n    height: 480px;\n    width: 100%;\n    max-width: 320px;\n    background-color: '#000';\n  }\n</style>\n```\n",
        "react-example": "```jsx live\n<Center>\n  <DyteChat\n    meeting={meeting}\n    style={{ height: '480px', maxWidth: '320px', backgroundColor: '#000' }}\n  />\n</Center>\n```\n"
      },
      "props": [
        {
          "name": "config",
          "type": "UIConfig",
          "complexType": {
            "original": "UIConfig",
            "resolved": "UIConfig",
            "references": {
              "UIConfig": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::UIConfig"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Config",
          "docsTags": [],
          "default": "defaultConfig",
          "values": [
            {
              "type": "UIConfig"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "disablePrivateChat",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "disable-private-chat",
          "reflectToAttr": false,
          "docs": "disables private chat",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "displayFilter",
          "type": "(message: Message) => boolean",
          "complexType": {
            "original": "ChatFilter",
            "resolved": "(message: Message) => boolean",
            "references": {
              "ChatFilter": {
                "location": "local",
                "path": "/home/runner/work/ui-kit/ui-kit/packages/core/src/components/dyte-chat/dyte-chat.tsx",
                "id": "src/components/dyte-chat/dyte-chat.tsx::ChatFilter"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "",
          "docsTags": [
            {
              "name": "deprecated",
              "text": "Beta API, will change in future\nA filter function for messages to be displayed"
            }
          ],
          "default": "undefined",
          "deprecation": "Beta API, will change in future\nA filter function for messages to be displayed",
          "values": [
            {
              "type": "(message: Message) => boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "privatePresetFilter",
          "type": "String[]",
          "complexType": {
            "original": "String[]",
            "resolved": "String[]",
            "references": {
              "String": {
                "location": "global",
                "id": "global::String"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "",
          "docsTags": [
            {
              "name": "deprecated",
              "text": "Beta API, will change in future\nList of target presets allowed as private chat recipient"
            }
          ],
          "default": "[]",
          "deprecation": "Beta API, will change in future\nList of target presets allowed as private chat recipient",
          "values": [
            {
              "type": "String[]"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "dyteStateUpdate",
          "detail": "States",
          "bubbles": true,
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::States"
              }
            }
          },
          "cancelable": true,
          "composed": true,
          "docs": "Emits updated state data",
          "docsTags": []
        }
      ],
      "listeners": [
        {
          "event": "editMessageInit",
          "target": "window",
          "capture": false,
          "passive": false
        },
        {
          "event": "switchChannel",
          "capture": false,
          "passive": false
        }
      ],
      "styles": [],
      "slots": [],
      "parts": [
        {
          "name": "dropzone",
          "docs": ""
        }
      ],
      "dependents": [
        "dyte-meeting"
      ],
      "dependencies": [
        "dyte-tooltip",
        "dyte-icon",
        "dyte-dialog-manager",
        "dyte-notifications",
        "dyte-chat-composer-view",
        "dyte-spinner",
        "dyte-button",
        "dyte-channel-header",
        "dyte-chat-search-results",
        "dyte-chat-messages-ui-paginated",
        "dyte-channel-selector-view",
        "dyte-logo",
        "dyte-chat-messages-ui"
      ],
      "dependencyGraph": {
        "dyte-chat": [
          "dyte-tooltip",
          "dyte-icon",
          "dyte-dialog-manager",
          "dyte-notifications",
          "dyte-chat-composer-view",
          "dyte-spinner",
          "dyte-button",
          "dyte-channel-header",
          "dyte-chat-search-results",
          "dyte-chat-messages-ui-paginated",
          "dyte-channel-selector-view",
          "dyte-logo",
          "dyte-chat-messages-ui"
        ],
        "dyte-dialog-manager": [
          "dyte-dialog",
          "dyte-image-viewer",
          "dyte-settings",
          "dyte-debugger",
          "dyte-leave-meeting",
          "dyte-permissions-message",
          "dyte-breakout-rooms-manager",
          "dyte-confirmation-modal",
          "dyte-overlay-modal",
          "dyte-broadcast-message-modal",
          "dyte-join-stage",
          "dyte-mute-all-confirmation",
          "dyte-channel-creator"
        ],
        "dyte-dialog": [
          "dyte-button",
          "dyte-icon"
        ],
        "dyte-image-viewer": [
          "dyte-button",
          "dyte-icon"
        ],
        "dyte-settings": [
          "dyte-icon",
          "dyte-button",
          "dyte-settings-audio",
          "dyte-settings-video"
        ],
        "dyte-settings-audio": [
          "dyte-microphone-selector",
          "dyte-audio-visualizer",
          "dyte-speaker-selector",
          "dyte-switch"
        ],
        "dyte-microphone-selector": [
          "dyte-icon"
        ],
        "dyte-audio-visualizer": [
          "dyte-icon"
        ],
        "dyte-speaker-selector": [
          "dyte-icon",
          "dyte-button"
        ],
        "dyte-settings-video": [
          "dyte-participant-tile",
          "dyte-icon",
          "dyte-camera-selector",
          "dyte-switch"
        ],
        "dyte-participant-tile": [
          "dyte-icon"
        ],
        "dyte-camera-selector": [
          "dyte-icon"
        ],
        "dyte-debugger": [
          "dyte-icon",
          "dyte-button",
          "dyte-debugger-audio",
          "dyte-debugger-video",
          "dyte-debugger-screenshare",
          "dyte-debugger-system"
        ],
        "dyte-leave-meeting": [
          "dyte-button"
        ],
        "dyte-permissions-message": [
          "dyte-icon",
          "dyte-button"
        ],
        "dyte-breakout-rooms-manager": [
          "dyte-breakout-room-manager",
          "dyte-icon",
          "dyte-spinner",
          "dyte-counter",
          "dyte-button",
          "dyte-breakout-room-participants",
          "dyte-tooltip"
        ],
        "dyte-breakout-room-manager": [
          "dyte-avatar",
          "dyte-icon",
          "dyte-tooltip",
          "dyte-button"
        ],
        "dyte-avatar": [
          "dyte-spinner"
        ],
        "dyte-spinner": [
          "dyte-icon"
        ],
        "dyte-counter": [
          "dyte-button",
          "dyte-icon"
        ],
        "dyte-breakout-room-participants": [
          "dyte-avatar",
          "dyte-icon",
          "dyte-tooltip"
        ],
        "dyte-confirmation-modal": [
          "dyte-button"
        ],
        "dyte-overlay-modal": [
          "dyte-icon"
        ],
        "dyte-broadcast-message-modal": [
          "dyte-icon",
          "dyte-button"
        ],
        "dyte-join-stage": [
          "dyte-button",
          "dyte-icon"
        ],
        "dyte-mute-all-confirmation": [
          "dyte-button"
        ],
        "dyte-channel-creator": [
          "dyte-avatar",
          "dyte-icon",
          "dyte-button"
        ],
        "dyte-notifications": [
          "dyte-notification"
        ],
        "dyte-notification": [
          "dyte-icon",
          "dyte-button"
        ],
        "dyte-chat-composer-view": [
          "dyte-emoji-picker",
          "dyte-text-message-view",
          "dyte-icon",
          "dyte-draft-attachment-view",
          "dyte-text-composer-view",
          "dyte-file-picker-button",
          "dyte-emoji-picker-button",
          "dyte-tooltip",
          "dyte-button"
        ],
        "dyte-emoji-picker": [
          "dyte-spinner",
          "dyte-button",
          "dyte-icon"
        ],
        "dyte-text-message-view": [
          "dyte-markdown-view"
        ],
        "dyte-draft-attachment-view": [
          "dyte-tooltip",
          "dyte-button",
          "dyte-icon"
        ],
        "dyte-text-composer-view": [
          "dyte-icon"
        ],
        "dyte-file-picker-button": [
          "dyte-tooltip",
          "dyte-button",
          "dyte-icon"
        ],
        "dyte-emoji-picker-button": [
          "dyte-tooltip",
          "dyte-button",
          "dyte-icon"
        ],
        "dyte-channel-header": [
          "dyte-dialog",
          "dyte-channel-details",
          "dyte-button",
          "dyte-icon",
          "dyte-tooltip"
        ],
        "dyte-channel-details": [
          "dyte-avatar"
        ],
        "dyte-chat-search-results": [
          "dyte-chat-message",
          "dyte-paginated-list"
        ],
        "dyte-chat-message": [
          "dyte-text-message",
          "dyte-image-message",
          "dyte-file-message",
          "dyte-menu",
          "dyte-icon",
          "dyte-menu-list",
          "dyte-menu-item",
          "dyte-avatar"
        ],
        "dyte-image-message": [
          "dyte-spinner",
          "dyte-icon",
          "dyte-button"
        ],
        "dyte-file-message": [
          "dyte-button",
          "dyte-icon"
        ],
        "dyte-paginated-list": [
          "dyte-button",
          "dyte-icon",
          "dyte-spinner"
        ],
        "dyte-chat-messages-ui-paginated": [
          "dyte-message-view",
          "dyte-text-message-view",
          "dyte-file-message-view",
          "dyte-image-message-view",
          "dyte-icon",
          "dyte-paginated-list"
        ],
        "dyte-message-view": [
          "dyte-menu",
          "dyte-icon",
          "dyte-menu-list",
          "dyte-menu-item",
          "dyte-avatar"
        ],
        "dyte-file-message-view": [
          "dyte-button",
          "dyte-icon"
        ],
        "dyte-image-message-view": [
          "dyte-spinner",
          "dyte-icon",
          "dyte-button"
        ],
        "dyte-channel-selector-view": [
          "dyte-icon",
          "dyte-avatar",
          "dyte-text-message-view"
        ],
        "dyte-chat-messages-ui": [
          "dyte-message-view",
          "dyte-text-message-view",
          "dyte-file-message-view",
          "dyte-image-message-view",
          "dyte-tooltip",
          "dyte-button",
          "dyte-icon"
        ],
        "dyte-meeting": [
          "dyte-chat"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-chat-composer-ui/dyte-chat-composer-ui.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-chat-composer-ui",
      "docs": "",
      "docsTags": [],
      "usage": {},
      "props": [
        {
          "name": "canSendFiles",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "can-send-files",
          "reflectToAttr": false,
          "docs": "Whether user can send file messages",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "canSendTextMessage",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "can-send-text-message",
          "reflectToAttr": false,
          "docs": "Whether user can send text messages",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "channelId",
          "type": "string",
          "complexType": {
            "original": "string",
            "resolved": "string",
            "references": {}
          },
          "mutable": false,
          "attr": "channel-id",
          "reflectToAttr": false,
          "docs": "channel id",
          "docsTags": [],
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": true,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "disableEmojiPicker",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "disable-emoji-picker",
          "reflectToAttr": false,
          "docs": "Whether to show emoji picker",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": true,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "members",
          "type": "DyteBasicParticipant[]",
          "complexType": {
            "original": "DyteBasicParticipant[]",
            "resolved": "DyteBasicParticipant[]",
            "references": {
              "DyteBasicParticipant": {
                "location": "import",
                "path": "@dytesdk/web-core",
                "id": "../../node_modules/@dytesdk/web-core/dist/index.d.ts::DyteBasicParticipant"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "list of members that can be mentioned",
          "docsTags": [],
          "default": "[]",
          "values": [
            {
              "type": "DyteBasicParticipant[]"
            }
          ],
          "optional": true,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "prefill",
          "type": "{ suggestedReplies?: string[]; editMessage?: TextMessage; replyMessage?: TextMessage; }",
          "complexType": {
            "original": "{\n    suggestedReplies?: string[];\n    editMessage?: TextMessage;\n    replyMessage?: TextMessage;\n  }",
            "resolved": "{ suggestedReplies?: string[]; editMessage?: TextMessage; replyMessage?: TextMessage; }",
            "references": {
              "TextMessage": {
                "location": "import",
                "path": "@dytesdk/web-core",
                "id": "../../node_modules/@dytesdk/web-core/dist/index.d.ts::TextMessage"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "prefill the composer",
          "docsTags": [],
          "default": "{}",
          "values": [
            {
              "type": "{ suggestedReplies?: string[]; editMessage?: TextMessage; replyMessage?: TextMessage; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "dyteEditCancelled",
          "detail": "any",
          "bubbles": true,
          "complexType": {
            "original": "any",
            "resolved": "any",
            "references": {}
          },
          "cancelable": true,
          "composed": true,
          "docs": "Event emitted when message editing is cancelled",
          "docsTags": []
        },
        {
          "event": "dyteEditMessage",
          "detail": "{ id: string; message: string; channelId?: string; }",
          "bubbles": true,
          "complexType": {
            "original": "{\n    id: string;\n    message: string;\n    channelId?: string;\n  }",
            "resolved": "{ id: string; message: string; channelId?: string; }",
            "references": {}
          },
          "cancelable": true,
          "composed": true,
          "docs": "Event emitted when message is edited",
          "docsTags": []
        },
        {
          "event": "dyteNewMessage",
          "detail": "DyteFile | DyteImage | DyteText",
          "bubbles": true,
          "complexType": {
            "original": "DyteNewMessageEvent",
            "resolved": "DyteFile | DyteImage | DyteText",
            "references": {
              "DyteNewMessageEvent": {
                "location": "local",
                "path": "/home/runner/work/ui-kit/ui-kit/packages/core/src/components/dyte-chat-composer-ui/dyte-chat-composer-ui.tsx",
                "id": "src/components/dyte-chat-composer-ui/dyte-chat-composer-ui.tsx::DyteNewMessageEvent"
              }
            }
          },
          "cancelable": true,
          "composed": true,
          "docs": "Event emitted when new message is submitted",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [
        {
          "name": "chat-buttons",
          "docs": ""
        },
        {
          "name": "chat-buttons-left",
          "docs": ""
        },
        {
          "name": "chat-buttons-right",
          "docs": ""
        },
        {
          "name": "chat-input",
          "docs": ""
        },
        {
          "name": "emoji-picker",
          "docs": ""
        },
        {
          "name": "textarea",
          "docs": ""
        }
      ],
      "dependents": [],
      "dependencies": [
        "dyte-tooltip",
        "dyte-avatar",
        "dyte-button",
        "dyte-icon",
        "dyte-emoji-picker"
      ],
      "dependencyGraph": {
        "dyte-chat-composer-ui": [
          "dyte-tooltip",
          "dyte-avatar",
          "dyte-button",
          "dyte-icon",
          "dyte-emoji-picker"
        ],
        "dyte-avatar": [
          "dyte-spinner"
        ],
        "dyte-spinner": [
          "dyte-icon"
        ],
        "dyte-emoji-picker": [
          "dyte-spinner",
          "dyte-button",
          "dyte-icon"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-chat-composer-view/dyte-chat-composer-view.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-chat-composer-view",
      "docs": "A component which renders a chat composer",
      "docsTags": [],
      "usage": {
        "angular-example": "```html\n<dyte-chat-composer-view\n  (newMessage)=\"onNewMessage($event)\"\n></dyte-chat-composer-view>\n```\n\nComponent\n\n```js\nclass MyComponent {\n  onNewMessage(event) {\n    console.log(event.detail);\n  }\n}\n```\n",
        "html-example": "```html\n<dyte-chat-composer-view id=\"dyte-el\" />\n\n<script>\n  const el = document.getElementById('dyte-el');\n  el.addEventListener('newMessage', (event) => {\n    console.log('message: ', event.detail);\n  });\n</script>\n```\n",
        "react-example": "```jsx live\n<DyteChatComposerView onNewMessage={(event) => console.log(event.detail)} />\n```\n"
      },
      "props": [
        {
          "name": "canSendFiles",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "can-send-files",
          "reflectToAttr": false,
          "docs": "Whether user can send file messages",
          "docsTags": [],
          "default": "true",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "canSendTextMessage",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "can-send-text-message",
          "reflectToAttr": false,
          "docs": "Whether user can send text messages",
          "docsTags": [],
          "default": "true",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "disableEmojiPicker",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "disable-emoji-picker",
          "reflectToAttr": false,
          "docs": "Whether to show emoji picker",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": true,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "inputTextPlaceholder",
          "type": "string",
          "complexType": {
            "original": "string",
            "resolved": "string",
            "references": {}
          },
          "mutable": false,
          "attr": "input-text-placeholder",
          "reflectToAttr": false,
          "docs": "Placeholder for text input",
          "docsTags": [],
          "default": "'Enter your message'",
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "isEditing",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "is-editing",
          "reflectToAttr": false,
          "docs": "Sets composer to edit mode",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "maxLength",
          "type": "number",
          "complexType": {
            "original": "number",
            "resolved": "number",
            "references": {}
          },
          "mutable": false,
          "attr": "max-length",
          "reflectToAttr": false,
          "docs": "Max length for text input",
          "docsTags": [],
          "values": [
            {
              "type": "number"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "message",
          "type": "string",
          "complexType": {
            "original": "string",
            "resolved": "string",
            "references": {}
          },
          "mutable": false,
          "attr": "message",
          "reflectToAttr": false,
          "docs": "Message to be pre-populated",
          "docsTags": [],
          "default": "''",
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "quotedMessage",
          "type": "string",
          "complexType": {
            "original": "string",
            "resolved": "string",
            "references": {}
          },
          "mutable": false,
          "attr": "quoted-message",
          "reflectToAttr": false,
          "docs": "Quote message to be displayed",
          "docsTags": [],
          "default": "''",
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "rateLimits",
          "type": "{ period: number; maxInvocations: number; }",
          "complexType": {
            "original": "{ period: number; maxInvocations: number; }",
            "resolved": "{ period: number; maxInvocations: number; }",
            "references": {}
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Rate limits",
          "docsTags": [],
          "default": "{\n    period: 60,\n    maxInvocations: 60,\n  }",
          "values": [
            {
              "type": "{ period: number; maxInvocations: number; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "storageKey",
          "type": "string",
          "complexType": {
            "original": "string",
            "resolved": "string",
            "references": {}
          },
          "mutable": false,
          "attr": "storage-key",
          "reflectToAttr": false,
          "docs": "Key for storing message in localStorage",
          "docsTags": [],
          "default": "'dyte-text-message'",
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "editCancel",
          "detail": "void",
          "bubbles": true,
          "complexType": {
            "original": "void",
            "resolved": "void",
            "references": {}
          },
          "cancelable": true,
          "composed": true,
          "docs": "Event emitted when message editing is cancelled",
          "docsTags": []
        },
        {
          "event": "editMessage",
          "detail": "string",
          "bubbles": true,
          "complexType": {
            "original": "string",
            "resolved": "string",
            "references": {}
          },
          "cancelable": true,
          "composed": true,
          "docs": "Event emitted when message is edited",
          "docsTags": []
        },
        {
          "event": "newMessage",
          "detail": "{ type: \"file\"; file: File; } | { type: \"image\"; image: File; } | { type: \"text\"; message: string; }",
          "bubbles": true,
          "complexType": {
            "original": "NewMessageEvent",
            "resolved": "{ type: \"file\"; file: File; } | { type: \"image\"; image: File; } | { type: \"text\"; message: string; }",
            "references": {
              "NewMessageEvent": {
                "location": "local",
                "path": "/home/runner/work/ui-kit/ui-kit/packages/core/src/components/dyte-chat-composer-view/dyte-chat-composer-view.tsx",
                "id": "src/components/dyte-chat-composer-view/dyte-chat-composer-view.tsx::NewMessageEvent"
              }
            }
          },
          "cancelable": true,
          "composed": true,
          "docs": "Event emitted when new message is submitted",
          "docsTags": []
        },
        {
          "event": "quotedMessageDismiss",
          "detail": "void",
          "bubbles": true,
          "complexType": {
            "original": "void",
            "resolved": "void",
            "references": {}
          },
          "cancelable": true,
          "composed": true,
          "docs": "Event emitted when quoted message is dismissed",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [
        {
          "name": "chat-buttons",
          "docs": ""
        },
        {
          "name": "chat-buttons-left",
          "docs": ""
        },
        {
          "name": "chat-buttons-right",
          "docs": ""
        },
        {
          "name": "quoted-message-container",
          "docs": ""
        }
      ],
      "dependents": [
        "dyte-chat"
      ],
      "dependencies": [
        "dyte-emoji-picker",
        "dyte-text-message-view",
        "dyte-icon",
        "dyte-draft-attachment-view",
        "dyte-text-composer-view",
        "dyte-file-picker-button",
        "dyte-emoji-picker-button",
        "dyte-tooltip",
        "dyte-button"
      ],
      "dependencyGraph": {
        "dyte-chat-composer-view": [
          "dyte-emoji-picker",
          "dyte-text-message-view",
          "dyte-icon",
          "dyte-draft-attachment-view",
          "dyte-text-composer-view",
          "dyte-file-picker-button",
          "dyte-emoji-picker-button",
          "dyte-tooltip",
          "dyte-button"
        ],
        "dyte-emoji-picker": [
          "dyte-spinner",
          "dyte-button",
          "dyte-icon"
        ],
        "dyte-spinner": [
          "dyte-icon"
        ],
        "dyte-text-message-view": [
          "dyte-markdown-view"
        ],
        "dyte-draft-attachment-view": [
          "dyte-tooltip",
          "dyte-button",
          "dyte-icon"
        ],
        "dyte-text-composer-view": [
          "dyte-icon"
        ],
        "dyte-file-picker-button": [
          "dyte-tooltip",
          "dyte-button",
          "dyte-icon"
        ],
        "dyte-emoji-picker-button": [
          "dyte-tooltip",
          "dyte-button",
          "dyte-icon"
        ],
        "dyte-chat": [
          "dyte-chat-composer-view"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-chat-message/dyte-chat-message.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-chat-message",
      "docs": "",
      "docsTags": [],
      "usage": {},
      "props": [
        {
          "name": "alignRight",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "align-right",
          "reflectToAttr": false,
          "docs": "aligns message to right",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "canDelete",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "can-delete",
          "reflectToAttr": false,
          "docs": "can delete message",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "canEdit",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "can-edit",
          "reflectToAttr": false,
          "docs": "can edit message",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "canPin",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "can-pin",
          "reflectToAttr": false,
          "docs": "can pin this message",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "canReply",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "can-reply",
          "reflectToAttr": false,
          "docs": "can quote reply this message",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "child",
          "type": "HTMLElement",
          "complexType": {
            "original": "HTMLElement",
            "resolved": "HTMLElement",
            "references": {
              "HTMLElement": {
                "location": "global",
                "id": "global::HTMLElement"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Child",
          "docsTags": [],
          "values": [
            {
              "type": "HTMLElement"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "disableControls",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "disable-controls",
          "reflectToAttr": false,
          "docs": "disables controls",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "hideAvatar",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "hide-avatar",
          "reflectToAttr": false,
          "docs": "hides avatar",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "isContinued",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "is-continued",
          "reflectToAttr": false,
          "docs": "is continued",
          "docsTags": [],
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "isSelf",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "is-self",
          "reflectToAttr": false,
          "docs": "if sender is self",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "isUnread",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "is-unread",
          "reflectToAttr": false,
          "docs": "is unread",
          "docsTags": [],
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "leftAlign",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "left-align",
          "reflectToAttr": false,
          "docs": "Whether to left align the chat bubbles",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "message",
          "type": "CustomMessage | FileMessage | ImageMessage | TextMessage",
          "complexType": {
            "original": "Message",
            "resolved": "CustomMessage | FileMessage | ImageMessage | TextMessage",
            "references": {
              "Message": {
                "location": "import",
                "path": "@dytesdk/web-core",
                "id": "../../node_modules/@dytesdk/web-core/dist/index.d.ts::Message"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "message item",
          "docsTags": [],
          "values": [
            {
              "type": "CustomMessage"
            },
            {
              "type": "FileMessage"
            },
            {
              "type": "ImageMessage"
            },
            {
              "type": "TextMessage"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "senderDisplayPicture",
          "type": "string",
          "complexType": {
            "original": "string",
            "resolved": "string",
            "references": {}
          },
          "mutable": false,
          "attr": "sender-display-picture",
          "reflectToAttr": false,
          "docs": "sender display picture url",
          "docsTags": [],
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "delete",
          "detail": "CustomMessage | FileMessage | ImageMessage | TextMessage",
          "bubbles": true,
          "complexType": {
            "original": "Message",
            "resolved": "CustomMessage | FileMessage | ImageMessage | TextMessage",
            "references": {
              "Message": {
                "location": "import",
                "path": "@dytesdk/web-core",
                "id": "../../node_modules/@dytesdk/web-core/dist/index.d.ts::Message"
              }
            }
          },
          "cancelable": true,
          "composed": true,
          "docs": "Event for when edit is clicked on a message",
          "docsTags": []
        },
        {
          "event": "edit",
          "detail": "CustomMessage | FileMessage | ImageMessage | TextMessage",
          "bubbles": true,
          "complexType": {
            "original": "Message",
            "resolved": "CustomMessage | FileMessage | ImageMessage | TextMessage",
            "references": {
              "Message": {
                "location": "import",
                "path": "@dytesdk/web-core",
                "id": "../../node_modules/@dytesdk/web-core/dist/index.d.ts::Message"
              }
            }
          },
          "cancelable": true,
          "composed": true,
          "docs": "Event for when edit is clicked on a message",
          "docsTags": []
        },
        {
          "event": "pin",
          "detail": "CustomMessage | FileMessage | ImageMessage | TextMessage",
          "bubbles": true,
          "complexType": {
            "original": "Message",
            "resolved": "CustomMessage | FileMessage | ImageMessage | TextMessage",
            "references": {
              "Message": {
                "location": "import",
                "path": "@dytesdk/web-core",
                "id": "../../node_modules/@dytesdk/web-core/dist/index.d.ts::Message"
              }
            }
          },
          "cancelable": true,
          "composed": true,
          "docs": "Event for when pin is clicked on a message",
          "docsTags": []
        },
        {
          "event": "reply",
          "detail": "CustomMessage | FileMessage | ImageMessage | TextMessage",
          "bubbles": true,
          "complexType": {
            "original": "Message",
            "resolved": "CustomMessage | FileMessage | ImageMessage | TextMessage",
            "references": {
              "Message": {
                "location": "import",
                "path": "@dytesdk/web-core",
                "id": "../../node_modules/@dytesdk/web-core/dist/index.d.ts::Message"
              }
            }
          },
          "cancelable": true,
          "composed": true,
          "docs": "Event for when reply is clicked on a message",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [
        {
          "name": "new-chat-marker",
          "docs": ""
        }
      ],
      "dependents": [
        "dyte-chat-search-results"
      ],
      "dependencies": [
        "dyte-text-message",
        "dyte-image-message",
        "dyte-file-message",
        "dyte-menu",
        "dyte-icon",
        "dyte-menu-list",
        "dyte-menu-item",
        "dyte-avatar"
      ],
      "dependencyGraph": {
        "dyte-chat-message": [
          "dyte-text-message",
          "dyte-image-message",
          "dyte-file-message",
          "dyte-menu",
          "dyte-icon",
          "dyte-menu-list",
          "dyte-menu-item",
          "dyte-avatar"
        ],
        "dyte-image-message": [
          "dyte-spinner",
          "dyte-icon",
          "dyte-button"
        ],
        "dyte-spinner": [
          "dyte-icon"
        ],
        "dyte-file-message": [
          "dyte-button",
          "dyte-icon"
        ],
        "dyte-avatar": [
          "dyte-spinner"
        ],
        "dyte-chat-search-results": [
          "dyte-chat-message"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-chat-messages-ui/dyte-chat-messages-ui.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-chat-messages-ui",
      "docs": "",
      "docsTags": [],
      "usage": {},
      "props": [
        {
          "name": "canPinMessages",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "can-pin-messages",
          "reflectToAttr": false,
          "docs": "Can current user pin/unpin messages",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "messages",
          "type": "Chat[]",
          "complexType": {
            "original": "Chat[]",
            "resolved": "Chat[]",
            "references": {
              "Chat": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::Chat"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Chat Messages",
          "docsTags": [],
          "default": "[]",
          "values": [
            {
              "type": "Chat[]"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "selectedGroup",
          "type": "string",
          "complexType": {
            "original": "string",
            "resolved": "string",
            "references": {}
          },
          "mutable": false,
          "attr": "selected-group",
          "reflectToAttr": false,
          "docs": "Selected group key",
          "docsTags": [],
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "selfUserId",
          "type": "string",
          "complexType": {
            "original": "string",
            "resolved": "string",
            "references": {}
          },
          "mutable": false,
          "attr": "self-user-id",
          "reflectToAttr": false,
          "docs": "User ID of self user",
          "docsTags": [],
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "dyteStateUpdate",
          "detail": "States",
          "bubbles": true,
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "cancelable": true,
          "composed": true,
          "docs": "Emits updated state data",
          "docsTags": []
        },
        {
          "event": "pinMessage",
          "detail": "CustomMessage | FileMessage | ImageMessage | TextMessage",
          "bubbles": true,
          "complexType": {
            "original": "Message",
            "resolved": "CustomMessage | FileMessage | ImageMessage | TextMessage",
            "references": {
              "Message": {
                "location": "import",
                "path": "@dytesdk/web-core",
                "id": "../../node_modules/@dytesdk/web-core/dist/index.d.ts::Message"
              }
            }
          },
          "cancelable": true,
          "composed": true,
          "docs": "Event emitted when a message is pinned or unpinned",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [
        {
          "name": "chat",
          "docs": ""
        },
        {
          "name": "container",
          "docs": ""
        },
        {
          "name": "new-chat-marker",
          "docs": ""
        },
        {
          "name": "pin-button",
          "docs": ""
        },
        {
          "name": "show-new-messages",
          "docs": ""
        },
        {
          "name": "spacer",
          "docs": ""
        }
      ],
      "dependents": [
        "dyte-chat"
      ],
      "dependencies": [
        "dyte-message-view",
        "dyte-text-message-view",
        "dyte-file-message-view",
        "dyte-image-message-view",
        "dyte-tooltip",
        "dyte-button",
        "dyte-icon"
      ],
      "dependencyGraph": {
        "dyte-chat-messages-ui": [
          "dyte-message-view",
          "dyte-text-message-view",
          "dyte-file-message-view",
          "dyte-image-message-view",
          "dyte-tooltip",
          "dyte-button",
          "dyte-icon"
        ],
        "dyte-message-view": [
          "dyte-menu",
          "dyte-icon",
          "dyte-menu-list",
          "dyte-menu-item",
          "dyte-avatar"
        ],
        "dyte-avatar": [
          "dyte-spinner"
        ],
        "dyte-spinner": [
          "dyte-icon"
        ],
        "dyte-text-message-view": [
          "dyte-markdown-view"
        ],
        "dyte-file-message-view": [
          "dyte-button",
          "dyte-icon"
        ],
        "dyte-image-message-view": [
          "dyte-spinner",
          "dyte-icon",
          "dyte-button"
        ],
        "dyte-chat": [
          "dyte-chat-messages-ui"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-chat-messages-ui-paginated/dyte-chat-messages-ui-paginated.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-chat-messages-ui-paginated",
      "docs": "",
      "docsTags": [],
      "usage": {},
      "props": [
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "leftAlign",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "left-align",
          "reflectToAttr": false,
          "docs": "Whether to align chat bubbles to the left",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "selectedChannel",
          "type": "ChatChannel",
          "complexType": {
            "original": "ChatChannel",
            "resolved": "ChatChannel",
            "references": {
              "ChatChannel": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::ChatChannel"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Selected channel",
          "docsTags": [],
          "values": [
            {
              "type": "ChatChannel"
            }
          ],
          "optional": true,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "selectedChannelId",
          "type": "string",
          "complexType": {
            "original": "string",
            "resolved": "string",
            "references": {}
          },
          "mutable": false,
          "attr": "selected-channel-id",
          "reflectToAttr": false,
          "docs": "Selected channel id",
          "docsTags": [],
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": true,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "deleteMessage",
          "detail": "CustomMessage | FileMessage | ImageMessage | TextMessage",
          "bubbles": true,
          "complexType": {
            "original": "Message",
            "resolved": "CustomMessage | FileMessage | ImageMessage | TextMessage",
            "references": {
              "Message": {
                "location": "import",
                "path": "@dytesdk/web-core",
                "id": "../../node_modules/@dytesdk/web-core/dist/index.d.ts::Message"
              }
            }
          },
          "cancelable": true,
          "composed": true,
          "docs": "Event emitted when a message is deleted",
          "docsTags": []
        },
        {
          "event": "dyteStateUpdate",
          "detail": "States",
          "bubbles": true,
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "cancelable": true,
          "composed": true,
          "docs": "Emits updated state data",
          "docsTags": []
        },
        {
          "event": "editMessageInit",
          "detail": "{ payload: TextMessage; flags: { isReply?: boolean; isEdit?: boolean; }; }",
          "bubbles": true,
          "complexType": {
            "original": "{\n    payload: TextMessage;\n    flags: { isReply?: boolean; isEdit?: boolean };\n  }",
            "resolved": "{ payload: TextMessage; flags: { isReply?: boolean; isEdit?: boolean; }; }",
            "references": {
              "TextMessage": {
                "location": "import",
                "path": "@dytesdk/web-core",
                "id": "../../node_modules/@dytesdk/web-core/dist/index.d.ts::TextMessage"
              }
            }
          },
          "cancelable": true,
          "composed": true,
          "docs": "Event for editing a message",
          "docsTags": []
        },
        {
          "event": "pinMessage",
          "detail": "CustomMessage | FileMessage | ImageMessage | TextMessage",
          "bubbles": true,
          "complexType": {
            "original": "Message",
            "resolved": "CustomMessage | FileMessage | ImageMessage | TextMessage",
            "references": {
              "Message": {
                "location": "import",
                "path": "@dytesdk/web-core",
                "id": "../../node_modules/@dytesdk/web-core/dist/index.d.ts::Message"
              }
            }
          },
          "cancelable": true,
          "composed": true,
          "docs": "Event emitted when a message is pinned or unpinned",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [
        {
          "name": "pin-icon",
          "docs": ""
        }
      ],
      "dependents": [
        "dyte-chat"
      ],
      "dependencies": [
        "dyte-message-view",
        "dyte-text-message-view",
        "dyte-file-message-view",
        "dyte-image-message-view",
        "dyte-icon",
        "dyte-paginated-list"
      ],
      "dependencyGraph": {
        "dyte-chat-messages-ui-paginated": [
          "dyte-message-view",
          "dyte-text-message-view",
          "dyte-file-message-view",
          "dyte-image-message-view",
          "dyte-icon",
          "dyte-paginated-list"
        ],
        "dyte-message-view": [
          "dyte-menu",
          "dyte-icon",
          "dyte-menu-list",
          "dyte-menu-item",
          "dyte-avatar"
        ],
        "dyte-avatar": [
          "dyte-spinner"
        ],
        "dyte-spinner": [
          "dyte-icon"
        ],
        "dyte-text-message-view": [
          "dyte-markdown-view"
        ],
        "dyte-file-message-view": [
          "dyte-button",
          "dyte-icon"
        ],
        "dyte-image-message-view": [
          "dyte-spinner",
          "dyte-icon",
          "dyte-button"
        ],
        "dyte-paginated-list": [
          "dyte-button",
          "dyte-icon",
          "dyte-spinner"
        ],
        "dyte-chat": [
          "dyte-chat-messages-ui-paginated"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-chat-search-results/dyte-chat-search-results.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-chat-search-results",
      "docs": "",
      "docsTags": [],
      "usage": {},
      "props": [
        {
          "name": "channelId",
          "type": "string",
          "complexType": {
            "original": "string",
            "resolved": "string",
            "references": {}
          },
          "mutable": false,
          "attr": "channel-id",
          "reflectToAttr": false,
          "docs": "Channel id",
          "docsTags": [],
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "query",
          "type": "string",
          "complexType": {
            "original": "string",
            "resolved": "string",
            "references": {}
          },
          "mutable": false,
          "attr": "query",
          "reflectToAttr": false,
          "docs": "Search query",
          "docsTags": [],
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [],
      "dependents": [
        "dyte-chat"
      ],
      "dependencies": [
        "dyte-chat-message",
        "dyte-paginated-list"
      ],
      "dependencyGraph": {
        "dyte-chat-search-results": [
          "dyte-chat-message",
          "dyte-paginated-list"
        ],
        "dyte-chat-message": [
          "dyte-text-message",
          "dyte-image-message",
          "dyte-file-message",
          "dyte-menu",
          "dyte-icon",
          "dyte-menu-list",
          "dyte-menu-item",
          "dyte-avatar"
        ],
        "dyte-image-message": [
          "dyte-spinner",
          "dyte-icon",
          "dyte-button"
        ],
        "dyte-spinner": [
          "dyte-icon"
        ],
        "dyte-file-message": [
          "dyte-button",
          "dyte-icon"
        ],
        "dyte-avatar": [
          "dyte-spinner"
        ],
        "dyte-paginated-list": [
          "dyte-button",
          "dyte-icon",
          "dyte-spinner"
        ],
        "dyte-chat": [
          "dyte-chat-search-results"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-chat-selector-ui/dyte-chat-selector-ui.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-chat-selector-ui",
      "docs": "",
      "docsTags": [],
      "usage": {},
      "props": [
        {
          "name": "groups",
          "type": "ChatGroup[]",
          "complexType": {
            "original": "ChatGroup[]",
            "resolved": "ChatGroup[]",
            "references": {
              "ChatGroup": {
                "location": "local",
                "path": "/home/runner/work/ui-kit/ui-kit/packages/core/src/components/dyte-chat-selector-ui/dyte-chat-selector-ui.tsx",
                "id": "src/components/dyte-chat-selector-ui/dyte-chat-selector-ui.tsx::ChatGroup"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Participants",
          "docsTags": [],
          "default": "[]",
          "values": [
            {
              "type": "ChatGroup[]"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "selectedGroupId",
          "type": "string",
          "complexType": {
            "original": "string",
            "resolved": "string",
            "references": {}
          },
          "mutable": false,
          "attr": "selected-group-id",
          "reflectToAttr": false,
          "docs": "Selected participant",
          "docsTags": [],
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "selfUserId",
          "type": "string",
          "complexType": {
            "original": "string",
            "resolved": "string",
            "references": {}
          },
          "mutable": false,
          "attr": "self-user-id",
          "reflectToAttr": false,
          "docs": "Self User ID",
          "docsTags": [],
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "unreadCounts",
          "type": "{ [x: string]: number; }",
          "complexType": {
            "original": "Record<string, number>",
            "resolved": "{ [x: string]: number; }",
            "references": {
              "Record": {
                "location": "global",
                "id": "global::Record"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Unread counts",
          "docsTags": [],
          "default": "{}",
          "values": [
            {
              "type": "{ [x: string]: number; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "dyteChatGroupChanged",
          "detail": "string | { readonly userId: string; readonly name: string; }",
          "bubbles": true,
          "complexType": {
            "original": "ChatGroupChangedType",
            "resolved": "string | { readonly userId: string; readonly name: string; }",
            "references": {
              "ChatGroupChangedType": {
                "location": "local",
                "path": "/home/runner/work/ui-kit/ui-kit/packages/core/src/components/dyte-chat-selector-ui/dyte-chat-selector-ui.tsx",
                "id": "src/components/dyte-chat-selector-ui/dyte-chat-selector-ui.tsx::ChatGroupChangedType"
              }
            }
          },
          "cancelable": true,
          "composed": true,
          "docs": "Event emitted when chat scope is changed",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [
        {
          "name": "search",
          "docs": ""
        },
        {
          "name": "search-icon",
          "docs": ""
        },
        {
          "name": "search-input",
          "docs": ""
        },
        {
          "name": "unread-count",
          "docs": ""
        }
      ],
      "dependents": [],
      "dependencies": [
        "dyte-icon"
      ],
      "dependencyGraph": {
        "dyte-chat-selector-ui": [
          "dyte-icon"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-chat-toggle/dyte-chat-toggle.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-chat-toggle",
      "docs": "A button which toggles visibility of chat.\n\nYou need to pass the `meeting` object to it to see the unread messages count badge.\n\nWhen clicked it emits a `dyteStateUpdate` event with the data:\n\n```ts\n{ activeSidebar: boolean; sidebar: 'chat' }\n```",
      "docsTags": [],
      "usage": {
        "angular-example": "Template\n\n```html\n<dyte-chat-toggle #one></dyte-chat-toggle>\n<dyte-chat-toggle #two></dyte-chat-toggle>\n<dyte-chat-toggle #three></dyte-chat-toggle>\n```\n\nComponent\n\n```js\nclass MyComponent {\n  title = 'MyComponent';\n\n  @ViewChild('one') componentOne: DyteChatToggle;\n\n  @ViewChild('two') componentTwo: DyteChatToggle;\n\n  @ViewChild('three') componentTree: DyteChatToggle;\n\n  dyteMeeting: DyteClient; // meeting instance\n\n  async ngAfterViewInit() {\n    this.componentOne.meeting = this.dyteMeeting;\n    this.componentOne.size = 'sm';\n\n    this.componentTwo.meeting = this.dyteMeeting;\n    this.componentTwo.size = 'lg';\n\n    this.componentThree.meeting = this.dyteMeeting;\n    this.componentThree.variant = 'horizontal';\n  }\n}\n```\n",
        "html-example": "```html\n<dyte-chat-toggle size=\"sm\" class=\"dyte-el\"></dyte-chat-toggle>\n<dyte-chat-toggle size=\"lg\" class=\"dyte-el\"></dyte-chat-toggle>\n<dyte-chat-toggle variant=\"horizontal\" class=\"dyte-el\"></dyte-chat-toggle>\n\n<script>\n  const elements = document.getElementsByClassName('dyte-el');\n  for (const el of elements) {\n    el.meeting = meeting;\n  }\n</script>\n```\n",
        "react-example": "```jsx live\n<Center>\n  <DyteChatToggle size=\"sm\" meeting={meeting} />\n  <DyteChatToggle size=\"lg\" meeting={meeting} />\n  <DyteChatToggle variant=\"horizontal\" size=\"sm\" meeting={meeting} />\n</Center>\n```\n"
      },
      "props": [
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "states",
          "type": "States",
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "States object",
          "docsTags": [],
          "values": [
            {
              "type": "States"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "variant",
          "type": "\"button\" | \"horizontal\"",
          "complexType": {
            "original": "ControlBarVariant",
            "resolved": "\"button\" | \"horizontal\"",
            "references": {
              "ControlBarVariant": {
                "location": "import",
                "path": "../dyte-controlbar-button/dyte-controlbar-button",
                "id": "src/components/dyte-controlbar-button/dyte-controlbar-button.tsx::ControlBarVariant"
              }
            }
          },
          "mutable": false,
          "attr": "variant",
          "reflectToAttr": true,
          "docs": "Variant",
          "docsTags": [],
          "default": "'button'",
          "values": [
            {
              "value": "button",
              "type": "string"
            },
            {
              "value": "horizontal",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "dyteStateUpdate",
          "detail": "States",
          "bubbles": true,
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "cancelable": true,
          "composed": true,
          "docs": "Emits updated state data",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [
        {
          "name": "controlbar-button",
          "docs": ""
        },
        {
          "name": "unread-count",
          "docs": ""
        },
        {
          "name": "unread-count-dot",
          "docs": ""
        }
      ],
      "dependents": [],
      "dependencies": [
        "dyte-controlbar-button"
      ],
      "dependencyGraph": {
        "dyte-chat-toggle": [
          "dyte-controlbar-button"
        ],
        "dyte-controlbar-button": [
          "dyte-spinner",
          "dyte-icon"
        ],
        "dyte-spinner": [
          "dyte-icon"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-clock/dyte-clock.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-clock",
      "docs": "Shows the time elapsed in a meeting.",
      "docsTags": [],
      "usage": {
        "angular-example": "Template\n\n```html\n<dyte-clock #clock></dyte-clock>\n```\n\nComponent\n\n```js\nclass MyComponent {\n  title = 'MyComponent';\n\n  @ViewChild('clock') componentClock: DyteClock;\n\n  dyteMeeting: DyteClient; // meeting instance\n\n  async ngAfterViewInit() {\n    this.componentClock.meeting = this.dyteMeeting;\n  }\n}\n```\n",
        "html-example": "```html\n<dyte-clock id=\"dyte-el\"></dyte-clock>\n\n<script>\n  document.getElementById('dyte-el').meeting = meeting;\n</script>\n```\n",
        "react-example": "```jsx live\n<DyteClock meeting={meeting} />\n```\n"
      },
      "props": [
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [
        {
          "name": "icon",
          "docs": ""
        },
        {
          "name": "text",
          "docs": ""
        }
      ],
      "dependents": [],
      "dependencies": [
        "dyte-icon"
      ],
      "dependencyGraph": {
        "dyte-clock": [
          "dyte-icon"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-confirmation-modal/dyte-confirmation-modal.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-confirmation-modal",
      "docs": "A confirmation modal.",
      "docsTags": [],
      "usage": {},
      "props": [
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "states",
          "type": "States",
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "States object",
          "docsTags": [],
          "values": [
            {
              "type": "States"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "dyteStateUpdate",
          "detail": "States",
          "bubbles": true,
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "cancelable": true,
          "composed": true,
          "docs": "Emits updated state data",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [],
      "dependents": [
        "dyte-dialog-manager"
      ],
      "dependencies": [
        "dyte-button"
      ],
      "dependencyGraph": {
        "dyte-confirmation-modal": [
          "dyte-button"
        ],
        "dyte-dialog-manager": [
          "dyte-confirmation-modal"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-controlbar/dyte-controlbar.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-controlbar",
      "docs": "Controlbar component provides you with various designs as variants.",
      "docsTags": [
        {
          "name": "slot",
          "text": "- Default slot"
        }
      ],
      "usage": {},
      "props": [
        {
          "name": "config",
          "type": "UIConfig",
          "complexType": {
            "original": "UIConfig",
            "resolved": "UIConfig",
            "references": {
              "UIConfig": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::UIConfig"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Config",
          "docsTags": [],
          "default": "defaultConfig",
          "values": [
            {
              "type": "UIConfig"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "disableRender",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "disable-render",
          "reflectToAttr": false,
          "docs": "Whether to render the default UI",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon Pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "states",
          "type": "States",
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "States",
          "docsTags": [],
          "values": [
            {
              "type": "States"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "variant",
          "type": "\"boxed\" | \"solid\"",
          "complexType": {
            "original": "'solid' | 'boxed'",
            "resolved": "\"boxed\" | \"solid\"",
            "references": {}
          },
          "mutable": false,
          "attr": "variant",
          "reflectToAttr": true,
          "docs": "Variant",
          "docsTags": [],
          "default": "'solid'",
          "values": [
            {
              "value": "boxed",
              "type": "string"
            },
            {
              "value": "solid",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [],
      "listeners": [],
      "styles": [],
      "slots": [
        {
          "name": "",
          "docs": "Default slot"
        }
      ],
      "parts": [],
      "dependents": [],
      "dependencies": [],
      "dependencyGraph": {}
    },
    {
      "filePath": "src/components/dyte-controlbar-button/dyte-controlbar-button.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-controlbar-button",
      "docs": "A skeleton component used for composing custom controlbar buttons.",
      "docsTags": [],
      "usage": {
        "angular-example": "Template\n\n```html\n<dyte-controlbar-button #one></dyte-controlbar-button>\n<dyte-controlbar-button #two></dyte-controlbar-button>\n<dyte-controlbar-button #three></dyte-controlbar-button>\n```\n\nComponent\n\n```js\nclass MyComponent {\n  title = 'MyComponent';\n\n  @ViewChild('one') componentOne: DyteControlbarButton;\n\n  @ViewChild('two') componentTwo: DyteControlbarButton;\n\n  @ViewChild('three') componentTree: DyteControlbarButton;\n\n  dyteMeeting: DyteClient; // meeting instance\n\n  async ngAfterViewInit() {\n    this.componentOne.label = 'Flight Mode';\n    this.componentOne.icon = '✈️';\n    this.componentOne.size = 'sm';\n    this.componentOne.onClick = () => {\n      alert('Flight mode clicked');\n    };\n\n    this.componentTwo.label = 'Flight Mode';\n    this.componentTwo.icon = '✈️';\n    this.componentTwo.size = 'lg';\n    this.componentTwo.onClick = () => {\n      alert('Flight mode clicked');\n    };\n\n    this.componentTree.label = 'Flight Mode';\n    this.componentTree.icon = '✈️';\n    this.componentTree.variant = 'horizontal';\n    this.componentTree.onClick = () => {\n      alert('Flight mode clicked');\n    };\n  }\n}\n```\n",
        "html-example": "```html\n<dyte-controlbar-button\n  label=\"Flight Mode\"\n  icon=\"✈️\"\n  onclick=\"alert('flight mode toggled')\"\n  size=\"sm\"\n  class=\"dyte-el\"\n></dyte-controlbar-button>\n<dyte-controlbar-button\n  label=\"Flight Mode\"\n  icon=\"✈️\"\n  onclick=\"alert('flight mode toggled')\"\n  size=\"lg\"\n  class=\"dyte-el\"\n></dyte-controlbar-button>\n<dyte-controlbar-button\n  label=\"Flight Mode\"\n  icon=\"✈️\"\n  onclick=\"alert('flight mode toggled')\"\n  variant=\"horizontal\"\n  class=\"dyte-el\"\n></dyte-controlbar-button>\n```\n",
        "react-example": "```jsx live\n<Center>\n  <DyteControlbarButton\n    label=\"Flight Mode\"\n    icon={airplaneSVG}\n    onClick={() => alert('Flight mode toggled')}\n    size=\"sm\"\n  />\n  <DyteControlbarButton\n    label=\"Flight Mode\"\n    icon={airplaneSVG}\n    onClick={() => alert('Flight mode toggled')}\n    size=\"lg\"\n  />\n  <DyteControlbarButton\n    label=\"Flight Mode\"\n    icon={airplaneSVG}\n    onClick={() => alert('Flight mode toggled')}\n    variant=\"horizontal\"\n    size=\"sm\"\n  />\n</Center>\n```\n"
      },
      "props": [
        {
          "name": "brandIcon",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "brand-icon",
          "reflectToAttr": true,
          "docs": "Whether icon requires brand color",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "disabled",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "disabled",
          "reflectToAttr": true,
          "docs": "Whether button is disabled",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "icon",
          "type": "string",
          "complexType": {
            "original": "string",
            "resolved": "string",
            "references": {}
          },
          "mutable": false,
          "attr": "icon",
          "reflectToAttr": false,
          "docs": "Icon",
          "docsTags": [],
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "isLoading",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "is-loading",
          "reflectToAttr": false,
          "docs": "Loading state\nIgnores current icon and shows a spinner if true",
          "docsTags": [],
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "label",
          "type": "string",
          "complexType": {
            "original": "string",
            "resolved": "string",
            "references": {}
          },
          "mutable": false,
          "attr": "label",
          "reflectToAttr": false,
          "docs": "Label of button",
          "docsTags": [],
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "showWarning",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "show-warning",
          "reflectToAttr": false,
          "docs": "Whether to show warning icon",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "variant",
          "type": "\"button\" | \"horizontal\"",
          "complexType": {
            "original": "ControlBarVariant",
            "resolved": "\"button\" | \"horizontal\"",
            "references": {
              "ControlBarVariant": {
                "location": "local",
                "path": "/home/runner/work/ui-kit/ui-kit/packages/core/src/components/dyte-controlbar-button/dyte-controlbar-button.tsx",
                "id": "src/components/dyte-controlbar-button/dyte-controlbar-button.tsx::ControlBarVariant"
              }
            }
          },
          "mutable": false,
          "attr": "variant",
          "reflectToAttr": true,
          "docs": "Variant",
          "docsTags": [],
          "default": "'button'",
          "values": [
            {
              "value": "button",
              "type": "string"
            },
            {
              "value": "horizontal",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [
        {
          "name": "button",
          "docs": ""
        },
        {
          "name": "icon",
          "docs": ""
        },
        {
          "name": "label",
          "docs": ""
        },
        {
          "name": "spinner",
          "docs": ""
        },
        {
          "name": "warning-indicator",
          "docs": ""
        }
      ],
      "dependents": [
        "dyte-ai-toggle",
        "dyte-breakout-rooms-toggle",
        "dyte-camera-toggle",
        "dyte-caption-toggle",
        "dyte-chat-toggle",
        "dyte-debugger-toggle",
        "dyte-fullscreen-toggle",
        "dyte-leave-button",
        "dyte-livestream-toggle",
        "dyte-mic-toggle",
        "dyte-more-toggle",
        "dyte-mute-all-button",
        "dyte-participants-toggle",
        "dyte-pip-toggle",
        "dyte-plugins-toggle",
        "dyte-polls-toggle",
        "dyte-recording-toggle",
        "dyte-screen-share-toggle",
        "dyte-settings-toggle",
        "dyte-stage-toggle"
      ],
      "dependencies": [
        "dyte-spinner",
        "dyte-icon"
      ],
      "dependencyGraph": {
        "dyte-controlbar-button": [
          "dyte-spinner",
          "dyte-icon"
        ],
        "dyte-spinner": [
          "dyte-icon"
        ],
        "dyte-ai-toggle": [
          "dyte-controlbar-button"
        ],
        "dyte-breakout-rooms-toggle": [
          "dyte-controlbar-button"
        ],
        "dyte-camera-toggle": [
          "dyte-controlbar-button"
        ],
        "dyte-caption-toggle": [
          "dyte-controlbar-button"
        ],
        "dyte-chat-toggle": [
          "dyte-controlbar-button"
        ],
        "dyte-debugger-toggle": [
          "dyte-controlbar-button"
        ],
        "dyte-fullscreen-toggle": [
          "dyte-controlbar-button"
        ],
        "dyte-leave-button": [
          "dyte-controlbar-button"
        ],
        "dyte-livestream-toggle": [
          "dyte-controlbar-button"
        ],
        "dyte-mic-toggle": [
          "dyte-controlbar-button"
        ],
        "dyte-more-toggle": [
          "dyte-controlbar-button"
        ],
        "dyte-mute-all-button": [
          "dyte-controlbar-button"
        ],
        "dyte-participants-toggle": [
          "dyte-controlbar-button"
        ],
        "dyte-pip-toggle": [
          "dyte-controlbar-button"
        ],
        "dyte-plugins-toggle": [
          "dyte-controlbar-button"
        ],
        "dyte-polls-toggle": [
          "dyte-controlbar-button"
        ],
        "dyte-recording-toggle": [
          "dyte-controlbar-button"
        ],
        "dyte-screen-share-toggle": [
          "dyte-controlbar-button"
        ],
        "dyte-settings-toggle": [
          "dyte-controlbar-button"
        ],
        "dyte-stage-toggle": [
          "dyte-controlbar-button"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-counter/dyte-counter.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-counter",
      "docs": "A number picker with increment and decrement buttons.",
      "docsTags": [],
      "usage": {},
      "props": [
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "minValue",
          "type": "number",
          "complexType": {
            "original": "number",
            "resolved": "number",
            "references": {}
          },
          "mutable": false,
          "attr": "min-value",
          "reflectToAttr": false,
          "docs": "Minimum value",
          "docsTags": [],
          "default": "0",
          "values": [
            {
              "type": "number"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "value",
          "type": "number",
          "complexType": {
            "original": "number",
            "resolved": "number",
            "references": {}
          },
          "mutable": false,
          "attr": "value",
          "reflectToAttr": false,
          "docs": "Initial value",
          "docsTags": [],
          "values": [
            {
              "type": "number"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "valueChange",
          "detail": "string",
          "bubbles": true,
          "complexType": {
            "original": "string",
            "resolved": "string",
            "references": {}
          },
          "cancelable": true,
          "composed": true,
          "docs": "On change event emitter",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [],
      "dependents": [
        "dyte-breakout-rooms-manager"
      ],
      "dependencies": [
        "dyte-button",
        "dyte-icon"
      ],
      "dependencyGraph": {
        "dyte-counter": [
          "dyte-button",
          "dyte-icon"
        ],
        "dyte-breakout-rooms-manager": [
          "dyte-counter"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-debugger/dyte-debugger.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-debugger",
      "docs": "A troubleshooting component to identify and fix any issues in the meeting.",
      "docsTags": [],
      "usage": {},
      "props": [
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "states",
          "type": "States",
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "States object",
          "docsTags": [],
          "values": [
            {
              "type": "States"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "dyteStateUpdate",
          "detail": "States",
          "bubbles": true,
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "cancelable": true,
          "composed": true,
          "docs": "Emits updated state data",
          "docsTags": []
        }
      ],
      "listeners": [
        {
          "event": "testProgress",
          "capture": false,
          "passive": false
        }
      ],
      "styles": [],
      "slots": [],
      "parts": [
        {
          "name": "main-content",
          "docs": ""
        },
        {
          "name": "menu",
          "docs": ""
        }
      ],
      "dependents": [
        "dyte-dialog-manager"
      ],
      "dependencies": [
        "dyte-icon",
        "dyte-button",
        "dyte-debugger-audio",
        "dyte-debugger-video",
        "dyte-debugger-screenshare",
        "dyte-debugger-system"
      ],
      "dependencyGraph": {
        "dyte-debugger": [
          "dyte-icon",
          "dyte-button",
          "dyte-debugger-audio",
          "dyte-debugger-video",
          "dyte-debugger-screenshare",
          "dyte-debugger-system"
        ],
        "dyte-dialog-manager": [
          "dyte-debugger"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-debugger-audio/dyte-debugger-audio.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-debugger-audio",
      "docs": "",
      "docsTags": [],
      "usage": {},
      "props": [
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "states",
          "type": "States",
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::States"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "States object",
          "docsTags": [],
          "values": [
            {
              "type": "States"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [],
      "dependents": [
        "dyte-debugger"
      ],
      "dependencies": [],
      "dependencyGraph": {
        "dyte-debugger": [
          "dyte-debugger-audio"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-debugger-screenshare/dyte-debugger-screenshare.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-debugger-screenshare",
      "docs": "",
      "docsTags": [],
      "usage": {},
      "props": [
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "states",
          "type": "States",
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::States"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "States object",
          "docsTags": [],
          "values": [
            {
              "type": "States"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [],
      "dependents": [
        "dyte-debugger"
      ],
      "dependencies": [],
      "dependencyGraph": {
        "dyte-debugger": [
          "dyte-debugger-screenshare"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-debugger-system/dyte-debugger-system.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-debugger-system",
      "docs": "",
      "docsTags": [],
      "usage": {},
      "props": [
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "states",
          "type": "States",
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::States"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "States object",
          "docsTags": [],
          "values": [
            {
              "type": "States"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [],
      "dependents": [
        "dyte-debugger"
      ],
      "dependencies": [],
      "dependencyGraph": {
        "dyte-debugger": [
          "dyte-debugger-system"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-debugger-toggle/dyte-debugger-toggle.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-debugger-toggle",
      "docs": "",
      "docsTags": [],
      "usage": {},
      "props": [
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "states",
          "type": "States",
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "States object",
          "docsTags": [],
          "values": [
            {
              "type": "States"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "variant",
          "type": "\"button\" | \"horizontal\"",
          "complexType": {
            "original": "ControlBarVariant",
            "resolved": "\"button\" | \"horizontal\"",
            "references": {
              "ControlBarVariant": {
                "location": "import",
                "path": "../dyte-controlbar-button/dyte-controlbar-button",
                "id": "src/components/dyte-controlbar-button/dyte-controlbar-button.tsx::ControlBarVariant"
              }
            }
          },
          "mutable": false,
          "attr": "variant",
          "reflectToAttr": true,
          "docs": "Variant",
          "docsTags": [],
          "default": "'button'",
          "values": [
            {
              "value": "button",
              "type": "string"
            },
            {
              "value": "horizontal",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "dyteStateUpdate",
          "detail": "States",
          "bubbles": true,
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "cancelable": true,
          "composed": true,
          "docs": "Emits updated state data",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [],
      "dependents": [],
      "dependencies": [
        "dyte-controlbar-button"
      ],
      "dependencyGraph": {
        "dyte-debugger-toggle": [
          "dyte-controlbar-button"
        ],
        "dyte-controlbar-button": [
          "dyte-spinner",
          "dyte-icon"
        ],
        "dyte-spinner": [
          "dyte-icon"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-debugger-video/dyte-debugger-video.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-debugger-video",
      "docs": "",
      "docsTags": [],
      "usage": {},
      "props": [
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "states",
          "type": "States",
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::States"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "States object",
          "docsTags": [],
          "values": [
            {
              "type": "States"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [],
      "dependents": [
        "dyte-debugger"
      ],
      "dependencies": [],
      "dependencyGraph": {
        "dyte-debugger": [
          "dyte-debugger-video"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-dialog/dyte-dialog.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-dialog",
      "docs": "A dialog component.",
      "docsTags": [],
      "usage": {
        "angular-example": "Template\n\n```html\n<div>\n  <dyte-button (click)=\"showDialog()\">Show dialog</dyte-button>\n  <dyte-dialog #dialog :open=\"false\" (dyteDialogClose)=\"onDialogClose()\">\n    <div\n      style=\"width: 512px; background-color: #000; color: #fff; padding: 12px; border-radius: 8px;\"\n    >\n      <h3>Hello!</h3>\n      <p style=\"margin-bottom: 0;\">This is some text inside dialog!</p>\n    </div>\n  </dyte-dialog>\n</div>\n```\n\nComponent\n\n```js\nclass MyComponent {\n  title = 'MyComponent';\n\n  @ViewChild('dialog') componentDialog: DyteDialog;\n\n  dyteMeeting: DyteClient; // meeting instance\n\n  showDialog() {\n    this.componentDialog.open = true;\n  }\n\n  onDialogClose() {\n    console.log('dialog closed');\n  }\n}\n```\n",
        "html-example": "```html\n<dyte-button onclick=\"showDialog()\">Show dialog</dyte-button>\n<dyte-dialog id=\"dyte-el\" open=\"false\">\n  <div>\n    <h3>Hello!</h3>\n    <p>This is some text inside dialog!</p>\n  </div>\n</dyte-dialog>\n\n<script>\n  const dialog = document.getElementById('dyte-el');\n\n  dialog.addEventListener('dyteDialogClose', (open) => {\n    console.log('dialog closed');\n  });\n\n  function showDialog() {\n    dialog.open = true;\n  }\n</script>\n<style>\n  dyte-dialog > div {\n    width: 512px;\n    backgroundcolor: #000;\n    color: #fff;\n    padding: 12px;\n    borderradius: 8px;\n  }\n  p {\n    margin-bottom: 0;\n  }\n</style>\n```\n",
        "react-example": "```jsx live\nfunction Example() {\n  const [showDialog, setShowDialog] = useState(false);\n\n  return (\n    <div>\n      <DyteButton onClick={() => setShowDialog(true)}>Show Dialog</DyteButton>\n      <DyteDialog open={showDialog} onDyteDialogClose={() => setShowDialog(false)}>\n        <div\n          style={{\n            width: '512px',\n            backgroundColor: '#000',\n            color: '#fff',\n            padding: 12,\n            borderRadius: 8,\n          }}\n        >\n          <h3>Hello!</h3>\n          <p style={{ marginBottom: 0 }}>This is some text inside dialog!</p>\n        </div>\n      </DyteDialog>\n    </div>\n  );\n}\n```\n"
      },
      "props": [
        {
          "name": "config",
          "type": "UIConfig",
          "complexType": {
            "original": "UIConfig",
            "resolved": "UIConfig",
            "references": {
              "UIConfig": {
                "location": "import",
                "path": "../../types/ui-config",
                "id": "src/types/ui-config/index.ts::UIConfig"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "UI Config",
          "docsTags": [],
          "default": "defaultConfig",
          "values": [
            {
              "type": "UIConfig"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "disableEscapeKey",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "disable-escape-key",
          "reflectToAttr": false,
          "docs": "Whether Escape key can close the modal",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "hideCloseButton",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "hide-close-button",
          "reflectToAttr": false,
          "docs": "Whether to show the close button",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "open",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": true,
          "attr": "open",
          "reflectToAttr": true,
          "docs": "Whether a dialog is open or not",
          "docsTags": [],
          "default": "true",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "states",
          "type": "States",
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "States object",
          "docsTags": [],
          "values": [
            {
              "type": "States"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "dyteDialogClose",
          "detail": "any",
          "bubbles": true,
          "complexType": {
            "original": "any",
            "resolved": "any",
            "references": {}
          },
          "cancelable": true,
          "composed": true,
          "docs": "Event emitted when dialog is closed",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [
        {
          "name": "close-button",
          "docs": ""
        },
        {
          "name": "container",
          "docs": ""
        }
      ],
      "dependents": [
        "dyte-channel-header",
        "dyte-dialog-manager",
        "dyte-participants-audio"
      ],
      "dependencies": [
        "dyte-button",
        "dyte-icon"
      ],
      "dependencyGraph": {
        "dyte-dialog": [
          "dyte-button",
          "dyte-icon"
        ],
        "dyte-channel-header": [
          "dyte-dialog"
        ],
        "dyte-dialog-manager": [
          "dyte-dialog"
        ],
        "dyte-participants-audio": [
          "dyte-dialog"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-dialog-manager/dyte-dialog-manager.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-dialog-manager",
      "docs": "A component which handles all dialog elements in a component such as:\n\n- dyte-settings\n- dyte-leave-meeting\n- dyte-permissions-message\n- dyte-image-viewer\n- dyte-breakout-rooms-manager\n\nThis components depends on the values from `states` object.",
      "docsTags": [],
      "usage": {
        "angular-example": "```html\n<dyte-button (click)=\"showSettings()\">Show Settings</dyte-button>\n<dyte-button (click)=\"showLeaveConfirmation()\">Show Settings</dyte-button>\n\n<dyte-dialog-manager\n  #dialogManager\n  (dyteStateUpdate)=\"stateUpdate\"\n></dyte-dialog-manager>\n```\n\nComponent\n\n```js\nclass MyComponent {\n  title = 'MyComponent';\n\n  @ViewChild('dialogManager') componentDialogManager: DyteDialogManager;\n\n  dyteMeeting: DyteClient; // meeting instance\n\n  states = { activeSettings: false, activeLeaveConfirmation: false };\n\n  async ngAfterViewInit() {\n    this.componentDialogManager.meeting = this.dyteMeeting;\n    this.setComponentState();\n  }\n\n  setComponentState() {\n    componentDialogManager.states = this.states;\n  }\n\n  stateUpdate(s) {\n    this.states = { ...this.states, ...s };\n    this.setComponentState();\n  }\n\n  showSettings() {\n    this.stateUpdate({ activeSettings: true });\n  }\n\n  showLeaveConfirmation() {\n    this.stateUpdate({ activeLeaveConfirmation: true });\n  }\n}\n```\n",
        "html-example": "```html\n<dyte-button onclick=\"showSettings()\">Show Settings</dyte-button>\n<dyte-button onclick=\"showLeaveConfirmation()\">Show Settings</dyte-button>\n\n<dyte-dialog-manager id=\"dyte-el\"></dyte-dialog-manager>\n\n<script>\n  const dialog = document.getElementById('dyte-el');\n  dialog.meeting = meeting;\n  let states = {};\n\n  function updateStates() {\n    dialog.states = states;\n  }\n\n  function stateUpdate(s) {\n    states = { ...states, ...s };\n    updateStates();\n  }\n\n  function showSettings() {\n    stateUpdate({ activeSettings: true });\n  }\n\n  function showLeaveConfirmation() {\n    stateUpdate({ activeLeaveConfirmation: true });\n  }\n\n  dialog.addEventListener('dyteStateUpdate', (e) => {\n    stateUpdate(e.detail);\n  });\n\n  updateStates();\n</script>\n```\n",
        "react-example": "```jsx live\nfunction Example() {\n  const [states, setStates] = useState({});\n\n  const setState = (s) => setStates((states) => ({ ...states, ...s }));\n\n  return (\n    <Row>\n      <DyteButton onClick={() => setState({ activeSettings: true })}>\n        Show Settings\n      </DyteButton>\n      <DyteButton onClick={() => setState({ activeLeaveConfirmation: true })}>\n        Show Leave Confirmation\n      </DyteButton>\n      <DyteButton\n        onClick={() =>\n          setState({\n            activePermissionsMessage: { enabled: true, kind: 'audio' },\n          })\n        }\n      >\n        Show Permissions Troubleshooting UI\n      </DyteButton>\n      <DyteButton onClick={() => setState({ activeRemoteAccessManager: true })}>\n        Show Remote Access Manager\n      </DyteButton>\n      <DyteDialogManager\n        meeting={meeting}\n        states={states}\n        onDyteStateUpdate={(e) => setState(e.detail)}\n      />\n    </Row>\n  );\n}\n```\n"
      },
      "props": [
        {
          "name": "config",
          "type": "UIConfig",
          "complexType": {
            "original": "UIConfig",
            "resolved": "UIConfig",
            "references": {
              "UIConfig": {
                "location": "import",
                "path": "../../types/ui-config",
                "id": "src/types/ui-config/index.ts::UIConfig"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "UI Config",
          "docsTags": [],
          "default": "defaultConfig",
          "values": [
            {
              "type": "UIConfig"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "states",
          "type": "States",
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "States object",
          "docsTags": [],
          "values": [
            {
              "type": "States"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "dyteStateUpdate",
          "detail": "States",
          "bubbles": true,
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "cancelable": true,
          "composed": true,
          "docs": "Emits updated state data",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [],
      "dependents": [
        "dyte-chat"
      ],
      "dependencies": [
        "dyte-dialog",
        "dyte-image-viewer",
        "dyte-settings",
        "dyte-debugger",
        "dyte-leave-meeting",
        "dyte-permissions-message",
        "dyte-breakout-rooms-manager",
        "dyte-confirmation-modal",
        "dyte-overlay-modal",
        "dyte-broadcast-message-modal",
        "dyte-join-stage",
        "dyte-mute-all-confirmation",
        "dyte-channel-creator"
      ],
      "dependencyGraph": {
        "dyte-dialog-manager": [
          "dyte-dialog",
          "dyte-image-viewer",
          "dyte-settings",
          "dyte-debugger",
          "dyte-leave-meeting",
          "dyte-permissions-message",
          "dyte-breakout-rooms-manager",
          "dyte-confirmation-modal",
          "dyte-overlay-modal",
          "dyte-broadcast-message-modal",
          "dyte-join-stage",
          "dyte-mute-all-confirmation",
          "dyte-channel-creator"
        ],
        "dyte-dialog": [
          "dyte-button",
          "dyte-icon"
        ],
        "dyte-image-viewer": [
          "dyte-button",
          "dyte-icon"
        ],
        "dyte-settings": [
          "dyte-icon",
          "dyte-button",
          "dyte-settings-audio",
          "dyte-settings-video"
        ],
        "dyte-settings-audio": [
          "dyte-microphone-selector",
          "dyte-audio-visualizer",
          "dyte-speaker-selector",
          "dyte-switch"
        ],
        "dyte-microphone-selector": [
          "dyte-icon"
        ],
        "dyte-audio-visualizer": [
          "dyte-icon"
        ],
        "dyte-speaker-selector": [
          "dyte-icon",
          "dyte-button"
        ],
        "dyte-settings-video": [
          "dyte-participant-tile",
          "dyte-icon",
          "dyte-camera-selector",
          "dyte-switch"
        ],
        "dyte-participant-tile": [
          "dyte-icon"
        ],
        "dyte-camera-selector": [
          "dyte-icon"
        ],
        "dyte-debugger": [
          "dyte-icon",
          "dyte-button",
          "dyte-debugger-audio",
          "dyte-debugger-video",
          "dyte-debugger-screenshare",
          "dyte-debugger-system"
        ],
        "dyte-leave-meeting": [
          "dyte-button"
        ],
        "dyte-permissions-message": [
          "dyte-icon",
          "dyte-button"
        ],
        "dyte-breakout-rooms-manager": [
          "dyte-breakout-room-manager",
          "dyte-icon",
          "dyte-spinner",
          "dyte-counter",
          "dyte-button",
          "dyte-breakout-room-participants",
          "dyte-tooltip"
        ],
        "dyte-breakout-room-manager": [
          "dyte-avatar",
          "dyte-icon",
          "dyte-tooltip",
          "dyte-button"
        ],
        "dyte-avatar": [
          "dyte-spinner"
        ],
        "dyte-spinner": [
          "dyte-icon"
        ],
        "dyte-counter": [
          "dyte-button",
          "dyte-icon"
        ],
        "dyte-breakout-room-participants": [
          "dyte-avatar",
          "dyte-icon",
          "dyte-tooltip"
        ],
        "dyte-confirmation-modal": [
          "dyte-button"
        ],
        "dyte-overlay-modal": [
          "dyte-icon"
        ],
        "dyte-broadcast-message-modal": [
          "dyte-icon",
          "dyte-button"
        ],
        "dyte-join-stage": [
          "dyte-button",
          "dyte-icon"
        ],
        "dyte-mute-all-confirmation": [
          "dyte-button"
        ],
        "dyte-channel-creator": [
          "dyte-avatar",
          "dyte-icon",
          "dyte-button"
        ],
        "dyte-chat": [
          "dyte-dialog-manager"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-draft-attachment-view/dyte-draft-attachment-view.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-draft-attachment-view",
      "docs": "A component which renders the draft attachment to send",
      "docsTags": [],
      "usage": {
        "angular-example": "```html\n<dyte-draft-attachment-view\n  [attachment]=\"attachmentToUpload\"\n  (deleteAttachment)=\"onAttachmentDismissed()\"\n></dyte-draft-attachment-view>\n```\n\nComponent\n\n```js\nclass MyComponent {\n  attachmentToUpload = { type: 'image', file: new File() };\n  onAttachmentDismissed() {\n    this.attachmentToUpload = null;\n  }\n}\n```\n",
        "html-example": "```html\n<dyte-draft-attachment-view id=\"dyte-el\" />\n\n<script>\n  const el = document.getElementById('dyte-el');\n  el.attachment = { type: 'image', file: new File() };\n  el.addEventListener('deleteAttachment', () => {\n    el.attachment = null;\n  });\n</script>\n```\n",
        "react-example": "```jsx live\n<DyteDraftAttachmentView\n  attachment={{ type: 'image', file: new File() }}\n  onDeleteAttachment={() => console.log('attachment removed')}\n/>\n```\n"
      },
      "props": [
        {
          "name": "attachment",
          "type": "{ type: \"file\" | \"image\"; file: File; }",
          "complexType": {
            "original": "{\n    type: 'image' | 'file';\n    file: File;\n  }",
            "resolved": "{ type: \"file\" | \"image\"; file: File; }",
            "references": {
              "File": {
                "location": "global",
                "id": "global::File"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Attachment to display",
          "docsTags": [],
          "default": "null",
          "values": [
            {
              "type": "{ type: \"file\""
            },
            {
              "type": "\"image\"; file: File; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "deleteAttachment",
          "detail": "any",
          "bubbles": true,
          "complexType": {
            "original": "any",
            "resolved": "any",
            "references": {}
          },
          "cancelable": true,
          "composed": true,
          "docs": "Event triggered when the attachment is deleted",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [],
      "dependents": [
        "dyte-chat-composer-view"
      ],
      "dependencies": [
        "dyte-tooltip",
        "dyte-button",
        "dyte-icon"
      ],
      "dependencyGraph": {
        "dyte-draft-attachment-view": [
          "dyte-tooltip",
          "dyte-button",
          "dyte-icon"
        ],
        "dyte-chat-composer-view": [
          "dyte-draft-attachment-view"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-emoji-picker/dyte-emoji-picker.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-emoji-picker",
      "docs": "A very simple emoji picker component.",
      "docsTags": [],
      "usage": {
        "angular-example": "```html\n<div\n  #emojiSelected\n  style=\"height: 200px; width: 200px; margin: 0 auto; margin-bottom: 20px;\"\n>\n  Select an emoji\n</div>\n<dyte-emoji-picker\n  #emojiPicker\n  (dyteEmojiClicked)=\"selectEmoji\"\n></dyte-emoji-picker>\n```\n\n```js\nclass MyComponent {\n  title = 'MyComponent';\n\n  @ViewChild('emojiPicker') componentEmojiPicker: DyteEmojiPicker;\n\n  @ViewChild('emojiSelected') componentSelected: HTMLDivElement;\n\n  dyteMeeting: DyteClient; // meeting instance\n\n  async ngAfterViewInit() {}\n\n  selectEmoji(s) {\n    console.log(s);\n    this.emojiPicker.innerHTML = s;\n  }\n}\n```\n",
        "html-example": "```html\n<dyte-emoji-picker id=\"dyte-el\"></dyte-emoji-picker>\n<script>\n  const el = document.getElementById('dyte-el');\n\n  el.addEventListener('dyteEmojiClicked', (e) => {\n    console.log('selected:', e.detail);\n  });\n</script>\n```\n",
        "react-example": "```jsx live\n<DyteEmojiPicker\n  onDyteEmojiClicked={(e) => console.log('You selected', e.detail)}\n/>\n```\n"
      },
      "props": [
        {
          "name": "focusWhenOpened",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "focus-when-opened",
          "reflectToAttr": false,
          "docs": "Controls whether or not to focus on mount",
          "docsTags": [],
          "default": "true",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "dyteEmojiClicked",
          "detail": "string",
          "bubbles": true,
          "complexType": {
            "original": "string",
            "resolved": "string",
            "references": {}
          },
          "cancelable": true,
          "composed": true,
          "docs": "Event which is emitted when an Emoji is clicked",
          "docsTags": []
        },
        {
          "event": "pickerClose",
          "detail": "void",
          "bubbles": true,
          "complexType": {
            "original": "void",
            "resolved": "void",
            "references": {}
          },
          "cancelable": true,
          "composed": true,
          "docs": "Close event",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [],
      "dependents": [
        "dyte-chat-composer-ui",
        "dyte-chat-composer-view"
      ],
      "dependencies": [
        "dyte-spinner",
        "dyte-button",
        "dyte-icon"
      ],
      "dependencyGraph": {
        "dyte-emoji-picker": [
          "dyte-spinner",
          "dyte-button",
          "dyte-icon"
        ],
        "dyte-spinner": [
          "dyte-icon"
        ],
        "dyte-chat-composer-ui": [
          "dyte-emoji-picker"
        ],
        "dyte-chat-composer-view": [
          "dyte-emoji-picker"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-emoji-picker-button/dyte-emoji-picker-button.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-emoji-picker-button",
      "docs": "",
      "docsTags": [],
      "usage": {
        "angular-example": "```html\n<dyte-emoji-picker-button\n  [isActive]=\"isActive\"\n  (click)=\"onClick()\"\n></dyte-emoji-picker-button>\n```\n\nComponent\n\n```js\nclass MyComponent {\n  isActive = false;\n  onClick() {\n    this.isActive = !this.isActive;\n  }\n}\n```\n",
        "html-example": "```html\n<dyte-emoji-picker-button id=\"dyte-el\" />\n\n<script>\n  let isActive = false;\n  const el = document.getElementById('dyte-el');\n  el.isActive = isActive;\n  el.addEventListener('click', () => {\n    el.isActive = !isActive;\n  });\n</script>\n```\n",
        "react-example": "```jsx live\n<DyteEmojiPickerButton\n  isActive={false}\n  onClick={() => console.log('button clicked')}\n/>\n```\n"
      },
      "props": [
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "isActive",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "is-active",
          "reflectToAttr": false,
          "docs": "Active state indicator",
          "docsTags": [],
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [],
      "dependents": [
        "dyte-chat-composer-view"
      ],
      "dependencies": [
        "dyte-tooltip",
        "dyte-button",
        "dyte-icon"
      ],
      "dependencyGraph": {
        "dyte-emoji-picker-button": [
          "dyte-tooltip",
          "dyte-button",
          "dyte-icon"
        ],
        "dyte-chat-composer-view": [
          "dyte-emoji-picker-button"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-ended-screen/dyte-ended-screen.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-ended-screen",
      "docs": "A screen which shows a meeting has ended.",
      "docsTags": [],
      "usage": {
        "angular-example": "```html\n<dyte-ended-screen #endedScreen style=\"height: 360px\"></dyte-ended-screen>\n```\n\nComponent\n\n```js\nclass MyComponent {\n  title = 'MyComponent';\n\n  @ViewChild('endedScreen') componentEndedScreen: DyteEndedScreen;\n\n  dyteMeeting: DyteClient; // meeting instance\n\n  async ngAfterViewInit() {\n    const config = {\n      designTokens: { logo: 'https://docs.dyte.io/logo/dark.svg' },\n    };\n    this.componentEndedScreen.config = config;\n  }\n}\n```\n",
        "html-example": "```html\n<dyte-ended-screen id=\"dyte-el\" style=\"height: 360px\"></dyte-ended-screen>\n\n<script>\n  const el = document.getElementById('dyte-el');\n  el.config = { designTokens: { logo: '/logo/dark.svg' } };\n</script>\n```\n",
        "react-example": "```jsx live\n<DyteEndedScreen\n  config={{ designTokens: { logo: '/logo/dark.svg' } }}\n  style={{ height: '360px' }}\n/>\n```\n"
      },
      "props": [
        {
          "name": "config",
          "type": "UIConfig",
          "complexType": {
            "original": "UIConfig",
            "resolved": "UIConfig",
            "references": {
              "UIConfig": {
                "location": "import",
                "path": "../../types/ui-config",
                "id": "src/types/ui-config/index.ts::UIConfig"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Config object",
          "docsTags": [],
          "default": "defaultConfig",
          "values": [
            {
              "type": "UIConfig"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Global states",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "states",
          "type": "States",
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Global states",
          "docsTags": [],
          "values": [
            {
              "type": "States"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [
        {
          "name": "container",
          "docs": ""
        },
        {
          "name": "description",
          "docs": ""
        },
        {
          "name": "logo",
          "docs": ""
        },
        {
          "name": "message",
          "docs": ""
        }
      ],
      "dependents": [],
      "dependencies": [
        "dyte-icon",
        "dyte-logo"
      ],
      "dependencyGraph": {
        "dyte-ended-screen": [
          "dyte-icon",
          "dyte-logo"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-file-dropzone/dyte-file-dropzone.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-file-dropzone",
      "docs": "",
      "docsTags": [],
      "usage": {},
      "props": [
        {
          "name": "hostEl",
          "type": "HTMLElement",
          "complexType": {
            "original": "HTMLElement",
            "resolved": "HTMLElement",
            "references": {
              "HTMLElement": {
                "location": "global",
                "id": "global::HTMLElement"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Host element on which drop events to attach",
          "docsTags": [],
          "values": [
            {
              "type": "HTMLElement"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "dropCallback",
          "detail": "DragEvent",
          "bubbles": true,
          "complexType": {
            "original": "DragEvent",
            "resolved": "DragEvent",
            "references": {
              "DragEvent": {
                "location": "global",
                "id": "global::DragEvent"
              }
            }
          },
          "cancelable": true,
          "composed": true,
          "docs": "drop event callback",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [
        {
          "name": "dropzone",
          "docs": ""
        }
      ],
      "dependents": [],
      "dependencies": [
        "dyte-icon"
      ],
      "dependencyGraph": {
        "dyte-file-dropzone": [
          "dyte-icon"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-file-message/dyte-file-message.tsx",
      "encapsulation": "none",
      "tag": "dyte-file-message",
      "docs": "A component which renders a file message from chat.",
      "docsTags": [],
      "usage": {
        "angular-example": "```html\n<dyte-file-message #message />\n```\n\nComponent\n\n```js\nclass MyComponent {\n  title = 'MyComponent';\n\n  @ViewChild('message') componentMessage: DyteFileMessage;\n\n  dyteMeeting: DyteClient; // meeting instance\n\n  async ngAfterViewInit() {\n    this.componentMessage.message = this.dyteMeeting.chat.messages[0]; // pick a file message\n  }\n}\n```\n",
        "html-example": "```html\n<dyte-file-message id=\"dyte-el\" />\n\n<script>\n  const el = document.getElementById('dyte-el');\n  el.message = meeting.chat.messages[0];\n</script>\n```\n",
        "react-example": "```jsx live\n<DyteFileMessage message={meeting.chat.messages[0]} />\n```\n"
      },
      "props": [
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "isContinued",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "is-continued",
          "reflectToAttr": true,
          "docs": "Whether the message is continued by same user",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "message",
          "type": "FileMessage",
          "complexType": {
            "original": "FileMessage",
            "resolved": "FileMessage",
            "references": {
              "FileMessage": {
                "location": "import",
                "path": "@dytesdk/web-core",
                "id": "../../node_modules/@dytesdk/web-core/dist/index.d.ts::FileMessage"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Text message object",
          "docsTags": [],
          "values": [
            {
              "type": "FileMessage"
            }
          ],
          "optional": false,
          "required": true,
          "getter": false,
          "setter": false
        },
        {
          "name": "now",
          "type": "Date",
          "complexType": {
            "original": "Date",
            "resolved": "Date",
            "references": {
              "Date": {
                "location": "global",
                "id": "global::Date"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Date object of now, to calculate distance between dates",
          "docsTags": [],
          "default": "new Date()",
          "values": [
            {
              "type": "Date"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "showBubble",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "show-bubble",
          "reflectToAttr": false,
          "docs": "show message in bubble",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [
        {
          "name": "body",
          "docs": ""
        },
        {
          "name": "button",
          "docs": ""
        }
      ],
      "dependents": [
        "dyte-chat-message"
      ],
      "dependencies": [
        "dyte-button",
        "dyte-icon"
      ],
      "dependencyGraph": {
        "dyte-file-message": [
          "dyte-button",
          "dyte-icon"
        ],
        "dyte-chat-message": [
          "dyte-file-message"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-file-message-view/dyte-file-message-view.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-file-message-view",
      "docs": "A component which renders a file message.",
      "docsTags": [],
      "usage": {
        "angular-example": "```html\n<dyte-file-message-view #message />\n```\n\nComponent\n\n```js\nclass MyComponent {\n  title = 'MyComponent';\n\n  @ViewChild('message') componentMessage: DyteFileMessageView;\n\n  async ngAfterViewInit() {\n    this.componentMessage.name = 'bonus.pdf';\n    this.componentMessage.size = 1024;\n    this.componentMessage.url = 'https://company.co/peter/2023/bonus.pdf';\n  }\n}\n```\n",
        "html-example": "```html\n<dyte-file-message-view id=\"dyte-el\" />\n\n<script>\n  const el = document.getElementById('dyte-el');\n  el.name = 'bonus.pdf';\n  el.size = 1024;\n  el.url = 'https://company.co/peter/2023/bonus.pdf';\n</script>\n```\n",
        "react-example": "```jsx live\n<DyteFileMessageView\n  name=\"bonus.pdf\"\n  size={4200}\n  url=\"https://company.co/peter/2023/bonus.pdf\"\n/>\n```\n"
      },
      "props": [
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "name",
          "type": "string",
          "complexType": {
            "original": "string",
            "resolved": "string",
            "references": {}
          },
          "mutable": false,
          "attr": "name",
          "reflectToAttr": false,
          "docs": "Name of the file",
          "docsTags": [],
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": true,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "number",
          "complexType": {
            "original": "number",
            "resolved": "number",
            "references": {}
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": false,
          "docs": "Size of the file",
          "docsTags": [],
          "values": [
            {
              "type": "number"
            }
          ],
          "optional": false,
          "required": true,
          "getter": false,
          "setter": false
        },
        {
          "name": "url",
          "type": "string",
          "complexType": {
            "original": "string",
            "resolved": "string",
            "references": {}
          },
          "mutable": false,
          "attr": "url",
          "reflectToAttr": false,
          "docs": "Url of the file",
          "docsTags": [],
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": true,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [
        {
          "name": "button",
          "docs": ""
        }
      ],
      "dependents": [
        "dyte-chat-messages-ui",
        "dyte-chat-messages-ui-paginated"
      ],
      "dependencies": [
        "dyte-button",
        "dyte-icon"
      ],
      "dependencyGraph": {
        "dyte-file-message-view": [
          "dyte-button",
          "dyte-icon"
        ],
        "dyte-chat-messages-ui": [
          "dyte-file-message-view"
        ],
        "dyte-chat-messages-ui-paginated": [
          "dyte-file-message-view"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-file-picker-button/dyte-file-picker-button.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-file-picker-button",
      "docs": "",
      "docsTags": [],
      "usage": {
        "angular-example": "```html\n<dyte-file-picker-button\n  label=\"Upload File\"\n  (fileChange)=\"onFileChange($event)\"\n></dyte-file-picker-button>\n<dyte-file-picker-button\n  filter=\"image/*\"\n  label=\"Upload Image\"\n  icon=\"image\"\n  (fileChange)=\"onImageChange($event)\"\n></dyte-file-picker-button>\n```\n\nComponent\n\n```js\nclass MyComponent {\n  onFileChange(event) {\n    console.log(event.detail);\n  }\n  onImageChange(event) {\n    console.log(event.detail);\n  }\n}\n```\n",
        "html-example": "```html\n<dyte-file-picker-button id=\"file-el\" />\n<dyte-file-picker-button id=\"image-el\" />\n\n<script>\n  const imageEl = document.getElementById('file-el');\n  fileEl.addEventListener('fileChange', (event) => {\n    console.log('file: ', event.detail);\n  });\n\n  const imageEl = document.getElementById('image-el');\n  imageEl.filter = 'image/*';\n  imageEl.label = 'Upload Image';\n  imageEl.icon = 'image';\n  imageEl.addEventListener('fileChange', (event) => {\n    console.log('image: ', event.detail);\n  });\n</script>\n```\n",
        "react-example": "```jsx live\n<DyteFilePickerButton\n  label=\"Upload File\"\n  onFileChange={(event) => console.log(event.detail)}\n/>\n<DyteFilePickerButton\n  filter=\"image/*\"\n  label=\"Upload Image\"\n  icon=\"image\"\n  onFileChange={(event) => console.log(event.detail)}\n/>\n```\n"
      },
      "props": [
        {
          "name": "filter",
          "type": "string",
          "complexType": {
            "original": "string",
            "resolved": "string",
            "references": {}
          },
          "mutable": false,
          "attr": "filter",
          "reflectToAttr": false,
          "docs": "File type filter to open file picker with",
          "docsTags": [],
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "icon",
          "type": "\"pin\" | \"disconnected\" | \"dismiss\" | \"settings\" | \"image\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"mic_off\" | \"mic_on\" | \"minimize\" | \"maximize\" | \"video_off\" | \"video_on\" | \"participants\" | \"breakout_rooms\" | \"search\" | \"chat\" | \"add\" | \"delete\" | \"warning\" | \"people\" | \"people_checked\" | \"poll\" | \"rocket\" | \"call_end\" | \"share\" | \"share_screen_start\" | \"share_screen_stop\" | \"share_screen_person\" | \"clock\" | \"send\" | \"more_vertical\" | \"chevron_down\" | \"chevron_up\" | \"chevron_left\" | \"chevron_right\" | \"wifi\" | \"speaker\" | \"speaker_off\" | \"download\" | \"full_screen_maximize\" | \"full_screen_minimize\" | \"copy\" | \"attach\" | \"emoji_multiple\" | \"image_off\" | \"wand\" | \"recording\" | \"subtract\" | \"stop_recording\" | \"pin_off\" | \"spinner\" | \"shuffle\" | \"edit\" | \"back\" | \"save\" | \"web\" | \"checkmark\" | \"spotlight\" | \"join_stage\" | \"leave_stage\" | \"signal_1\" | \"signal_2\" | \"signal_3\" | \"signal_4\" | \"signal_5\" | \"start_livestream\" | \"stop_livestream\" | \"debug\" | \"info\" | \"devices\" | \"horizontal_dots\" | \"ai_sparkle\" | \"meeting_ai\" | \"create_channel\" | \"create_channel_illustration\" | \"captionsOn\" | \"captionsOff\" | \"play\" | \"pause\" | \"fastForward\"",
          "complexType": {
            "original": "keyof IconPack",
            "resolved": "\"pin\" | \"disconnected\" | \"dismiss\" | \"settings\" | \"image\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"mic_off\" | \"mic_on\" | \"minimize\" | \"maximize\" | \"video_off\" | \"video_on\" | \"participants\" | \"breakout_rooms\" | \"search\" | \"chat\" | \"add\" | \"delete\" | \"warning\" | \"people\" | \"people_checked\" | \"poll\" | \"rocket\" | \"call_end\" | \"share\" | \"share_screen_start\" | \"share_screen_stop\" | \"share_screen_person\" | \"clock\" | \"send\" | \"more_vertical\" | \"chevron_down\" | \"chevron_up\" | \"chevron_left\" | \"chevron_right\" | \"wifi\" | \"speaker\" | \"speaker_off\" | \"download\" | \"full_screen_maximize\" | \"full_screen_minimize\" | \"copy\" | \"attach\" | \"emoji_multiple\" | \"image_off\" | \"wand\" | \"recording\" | \"subtract\" | \"stop_recording\" | \"pin_off\" | \"spinner\" | \"shuffle\" | \"edit\" | \"back\" | \"save\" | \"web\" | \"checkmark\" | \"spotlight\" | \"join_stage\" | \"leave_stage\" | \"signal_1\" | \"signal_2\" | \"signal_3\" | \"signal_4\" | \"signal_5\" | \"start_livestream\" | \"stop_livestream\" | \"debug\" | \"info\" | \"devices\" | \"horizontal_dots\" | \"ai_sparkle\" | \"meeting_ai\" | \"create_channel\" | \"create_channel_illustration\" | \"captionsOn\" | \"captionsOff\" | \"play\" | \"pause\" | \"fastForward\"",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "attr": "icon",
          "reflectToAttr": false,
          "docs": "Icon",
          "docsTags": [],
          "default": "'attach'",
          "values": [
            {
              "value": "pin",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "add",
              "type": "string"
            },
            {
              "value": "delete",
              "type": "string"
            },
            {
              "value": "warning",
              "type": "string"
            },
            {
              "value": "people",
              "type": "string"
            },
            {
              "value": "people_checked",
              "type": "string"
            },
            {
              "value": "poll",
              "type": "string"
            },
            {
              "value": "rocket",
              "type": "string"
            },
            {
              "value": "call_end",
              "type": "string"
            },
            {
              "value": "share",
              "type": "string"
            },
            {
              "value": "share_screen_start",
              "type": "string"
            },
            {
              "value": "share_screen_stop",
              "type": "string"
            },
            {
              "value": "share_screen_person",
              "type": "string"
            },
            {
              "value": "clock",
              "type": "string"
            },
            {
              "value": "send",
              "type": "string"
            },
            {
              "value": "more_vertical",
              "type": "string"
            },
            {
              "value": "chevron_down",
              "type": "string"
            },
            {
              "value": "chevron_up",
              "type": "string"
            },
            {
              "value": "chevron_left",
              "type": "string"
            },
            {
              "value": "chevron_right",
              "type": "string"
            },
            {
              "value": "wifi",
              "type": "string"
            },
            {
              "value": "speaker",
              "type": "string"
            },
            {
              "value": "speaker_off",
              "type": "string"
            },
            {
              "value": "download",
              "type": "string"
            },
            {
              "value": "full_screen_maximize",
              "type": "string"
            },
            {
              "value": "full_screen_minimize",
              "type": "string"
            },
            {
              "value": "copy",
              "type": "string"
            },
            {
              "value": "attach",
              "type": "string"
            },
            {
              "value": "emoji_multiple",
              "type": "string"
            },
            {
              "value": "image_off",
              "type": "string"
            },
            {
              "value": "wand",
              "type": "string"
            },
            {
              "value": "recording",
              "type": "string"
            },
            {
              "value": "subtract",
              "type": "string"
            },
            {
              "value": "stop_recording",
              "type": "string"
            },
            {
              "value": "pin_off",
              "type": "string"
            },
            {
              "value": "spinner",
              "type": "string"
            },
            {
              "value": "shuffle",
              "type": "string"
            },
            {
              "value": "edit",
              "type": "string"
            },
            {
              "value": "back",
              "type": "string"
            },
            {
              "value": "save",
              "type": "string"
            },
            {
              "value": "web",
              "type": "string"
            },
            {
              "value": "checkmark",
              "type": "string"
            },
            {
              "value": "spotlight",
              "type": "string"
            },
            {
              "value": "join_stage",
              "type": "string"
            },
            {
              "value": "leave_stage",
              "type": "string"
            },
            {
              "value": "signal_1",
              "type": "string"
            },
            {
              "value": "signal_2",
              "type": "string"
            },
            {
              "value": "signal_3",
              "type": "string"
            },
            {
              "value": "signal_4",
              "type": "string"
            },
            {
              "value": "signal_5",
              "type": "string"
            },
            {
              "value": "start_livestream",
              "type": "string"
            },
            {
              "value": "stop_livestream",
              "type": "string"
            },
            {
              "value": "debug",
              "type": "string"
            },
            {
              "value": "info",
              "type": "string"
            },
            {
              "value": "devices",
              "type": "string"
            },
            {
              "value": "horizontal_dots",
              "type": "string"
            },
            {
              "value": "ai_sparkle",
              "type": "string"
            },
            {
              "value": "meeting_ai",
              "type": "string"
            },
            {
              "value": "create_channel",
              "type": "string"
            },
            {
              "value": "create_channel_illustration",
              "type": "string"
            },
            {
              "value": "captionsOn",
              "type": "string"
            },
            {
              "value": "captionsOff",
              "type": "string"
            },
            {
              "value": "play",
              "type": "string"
            },
            {
              "value": "pause",
              "type": "string"
            },
            {
              "value": "fastForward",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "label",
          "type": "string",
          "complexType": {
            "original": "string",
            "resolved": "string",
            "references": {}
          },
          "mutable": false,
          "attr": "label",
          "reflectToAttr": false,
          "docs": "Label for tooltip",
          "docsTags": [],
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "fileChange",
          "detail": "File",
          "bubbles": true,
          "complexType": {
            "original": "File",
            "resolved": "File",
            "references": {
              "File": {
                "location": "global",
                "id": "global::File"
              }
            }
          },
          "cancelable": true,
          "composed": true,
          "docs": "Event when a file is selected for upload",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [],
      "dependents": [
        "dyte-chat-composer-view"
      ],
      "dependencies": [
        "dyte-tooltip",
        "dyte-button",
        "dyte-icon"
      ],
      "dependencyGraph": {
        "dyte-file-picker-button": [
          "dyte-tooltip",
          "dyte-button",
          "dyte-icon"
        ],
        "dyte-chat-composer-view": [
          "dyte-file-picker-button"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-fullscreen-toggle/dyte-fullscreen-toggle.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-fullscreen-toggle",
      "docs": "A button which toggles full screen mode for any\nexisting `dyte-meeting` component in the DOM.",
      "docsTags": [],
      "usage": {
        "angular-example": "```html\n<dyte-fullscreen-toggle #one></dyte-fullscreen-toggle>\n<dyte-fullscreen-toggle #two variant=\"horizontal\"></dyte-fullscreen-toggle>\n```\n",
        "html-example": "```html\n<dyte-fullscreen-toggle></dyte-fullscreen-toggle>\n<dyte-fullscreen-toggle variant=\"horizontal\"></dyte-fullscreen-toggle>\n```\n",
        "react-example": "```jsx live\n<Center>\n  <DyteFullscreenToggle />\n  <DyteFullscreenToggle variant=\"horizontal\" />\n</Center>\n```\n"
      },
      "props": [
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "states",
          "type": "States",
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "States object",
          "docsTags": [],
          "values": [
            {
              "type": "States"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "targetElement",
          "type": "HTMLElement",
          "complexType": {
            "original": "HTMLElement",
            "resolved": "HTMLElement",
            "references": {
              "HTMLElement": {
                "location": "global",
                "id": "global::HTMLElement"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Target Element to fullscreen",
          "docsTags": [],
          "values": [
            {
              "type": "HTMLElement"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "variant",
          "type": "\"button\" | \"horizontal\"",
          "complexType": {
            "original": "ControlBarVariant",
            "resolved": "\"button\" | \"horizontal\"",
            "references": {
              "ControlBarVariant": {
                "location": "import",
                "path": "../dyte-controlbar-button/dyte-controlbar-button",
                "id": "src/components/dyte-controlbar-button/dyte-controlbar-button.tsx::ControlBarVariant"
              }
            }
          },
          "mutable": false,
          "attr": "variant",
          "reflectToAttr": true,
          "docs": "Variant",
          "docsTags": [],
          "default": "'button'",
          "values": [
            {
              "value": "button",
              "type": "string"
            },
            {
              "value": "horizontal",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "dyteStateUpdate",
          "detail": "States",
          "bubbles": true,
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "cancelable": true,
          "composed": true,
          "docs": "Emits updated state data",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [],
      "dependents": [
        "dyte-livestream-player"
      ],
      "dependencies": [
        "dyte-controlbar-button"
      ],
      "dependencyGraph": {
        "dyte-fullscreen-toggle": [
          "dyte-controlbar-button"
        ],
        "dyte-controlbar-button": [
          "dyte-spinner",
          "dyte-icon"
        ],
        "dyte-spinner": [
          "dyte-icon"
        ],
        "dyte-livestream-player": [
          "dyte-fullscreen-toggle"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-grid/dyte-grid.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-grid",
      "docs": "The main grid component which abstracts all the grid handling logic and renders it for you.",
      "docsTags": [],
      "usage": {
        "angular-example": "```html\n<dyte-grid #grid style=\"height: 360px;\"></dyte-grid>\n```\n\nComponent\n\n```js\nclass MyComponent {\n  title = 'MyComponent';\n\n  @ViewChild('grid') componentGrid: DyteGrid;\n\n  dyteMeeting: DyteClient; // meeting instance\n\n  async ngAfterViewInit() {\n    this.componentGrid.message = this.dyteMeeting;\n  }\n}\n```\n",
        "html-example": "```html\n<dyte-grid id=\"dyte-el\"></dyte-grid>\n\n<script>\n  const el = document.getElementById('dyte-el');\n  el.meeting = meeting;\n</script>\n\n<style>\n  dyte-grid {\n    height: 360px;\n  }\n</style>\n```\n",
        "react-example": "```jsx live\n<DyteGrid meeting={meeting} style={{ height: '360px' }} />\n```\n"
      },
      "props": [
        {
          "name": "aspectRatio",
          "type": "string",
          "complexType": {
            "original": "string",
            "resolved": "string",
            "references": {}
          },
          "mutable": false,
          "attr": "aspect-ratio",
          "reflectToAttr": true,
          "docs": "The aspect ratio of each participant",
          "docsTags": [],
          "default": "'16:9'",
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "config",
          "type": "UIConfig",
          "complexType": {
            "original": "UIConfig",
            "resolved": "UIConfig",
            "references": {
              "UIConfig": {
                "location": "import",
                "path": "../../types/ui-config",
                "id": "src/types/ui-config/index.ts::UIConfig"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Config object",
          "docsTags": [],
          "default": "defaultConfig",
          "values": [
            {
              "type": "UIConfig"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "gap",
          "type": "number",
          "complexType": {
            "original": "number",
            "resolved": "number",
            "references": {}
          },
          "mutable": false,
          "attr": "gap",
          "reflectToAttr": true,
          "docs": "Gap between participants",
          "docsTags": [],
          "default": "8",
          "values": [
            {
              "type": "number"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "gridSize",
          "type": "GridSize",
          "complexType": {
            "original": "GridSize",
            "resolved": "GridSize",
            "references": {
              "GridSize": {
                "location": "local",
                "path": "/home/runner/work/ui-kit/ui-kit/packages/core/src/components/dyte-grid/dyte-grid.tsx",
                "id": "src/components/dyte-grid/dyte-grid.tsx::GridSize"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Grid size",
          "docsTags": [],
          "default": "defaultGridSize",
          "values": [
            {
              "type": "GridSize"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "layout",
          "type": "\"column\" | \"row\"",
          "complexType": {
            "original": "GridLayout",
            "resolved": "\"column\" | \"row\"",
            "references": {
              "GridLayout": {
                "location": "local",
                "path": "/home/runner/work/ui-kit/ui-kit/packages/core/src/components/dyte-grid/dyte-grid.tsx",
                "id": "src/components/dyte-grid/dyte-grid.tsx::GridLayout"
              }
            }
          },
          "mutable": false,
          "attr": "layout",
          "reflectToAttr": true,
          "docs": "Grid Layout",
          "docsTags": [],
          "default": "'row'",
          "values": [
            {
              "value": "column",
              "type": "string"
            },
            {
              "value": "row",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "overrides",
          "type": "any",
          "complexType": {
            "original": "any",
            "resolved": "any",
            "references": {}
          },
          "mutable": false,
          "attr": "overrides",
          "reflectToAttr": false,
          "docs": "",
          "docsTags": [
            {
              "name": "deprecated"
            }
          ],
          "default": "{}",
          "deprecation": "",
          "values": [
            {
              "type": "any"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "states",
          "type": "States",
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "States",
          "docsTags": [],
          "values": [
            {
              "type": "States"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "dyteStateUpdate",
          "detail": "States",
          "bubbles": true,
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "cancelable": true,
          "composed": true,
          "docs": "Emits updated state data",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [
        {
          "name": "container",
          "docs": ""
        },
        {
          "name": "description",
          "docs": ""
        },
        {
          "name": "message",
          "docs": ""
        }
      ],
      "dependents": [],
      "dependencies": [
        "dyte-icon",
        "dyte-livestream-player",
        "dyte-livestream-indicator",
        "dyte-viewer-count"
      ],
      "dependencyGraph": {
        "dyte-grid": [
          "dyte-icon",
          "dyte-livestream-player",
          "dyte-livestream-indicator",
          "dyte-viewer-count"
        ],
        "dyte-livestream-player": [
          "dyte-icon",
          "dyte-fullscreen-toggle",
          "dyte-button",
          "dyte-spinner"
        ],
        "dyte-fullscreen-toggle": [
          "dyte-controlbar-button"
        ],
        "dyte-controlbar-button": [
          "dyte-spinner",
          "dyte-icon"
        ],
        "dyte-spinner": [
          "dyte-icon"
        ],
        "dyte-livestream-indicator": [
          "dyte-icon"
        ],
        "dyte-viewer-count": [
          "dyte-icon"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-grid-pagination/dyte-grid-pagination.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-grid-pagination",
      "docs": "A component which allows you to change current page and view mode\nof active participants list. This is reflected in the `dyte-grid` component.",
      "docsTags": [],
      "usage": {
        "angular-example": "```html\n<dyte-grid-pagination #gridPagination></dyte-grid-pagination>\n```\n\nComponent\n\n```js\nclass MyComponent {\n  title = 'MyComponent';\n\n  @ViewChild('gridPagination') componentGridPagination: DyteGridPagination;\n\n  dyteMeeting: DyteClient; // meeting instance\n\n  async ngAfterViewInit() {\n    this.componentGridPagination.message = this.dyteMeeting;\n  }\n}\n```\n",
        "html-example": "```html\n<dyte-grid-pagination id=\"dyte-el\"></dyte-grid-pagination>\n\n<script>\n  const el = document.getElementById('dyte-el');\n  el.meeting = meeting;\n</script>\n```\n",
        "react-example": "```jsx live\n<Center>\n  <DyteGridPagination meeting={meeting} />\n</Center>\n```\n"
      },
      "props": [
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon Pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size Prop",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "states",
          "type": "States",
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "States",
          "docsTags": [],
          "values": [
            {
              "type": "States"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "variant",
          "type": "\"grid\" | \"rounded\" | \"solid\"",
          "complexType": {
            "original": "GridPaginationVariants",
            "resolved": "\"grid\" | \"rounded\" | \"solid\"",
            "references": {
              "GridPaginationVariants": {
                "location": "local",
                "path": "/home/runner/work/ui-kit/ui-kit/packages/core/src/components/dyte-grid-pagination/dyte-grid-pagination.tsx",
                "id": "src/components/dyte-grid-pagination/dyte-grid-pagination.tsx::GridPaginationVariants"
              }
            }
          },
          "mutable": false,
          "attr": "variant",
          "reflectToAttr": true,
          "docs": "Variant",
          "docsTags": [],
          "default": "'rounded'",
          "values": [
            {
              "value": "grid",
              "type": "string"
            },
            {
              "value": "rounded",
              "type": "string"
            },
            {
              "value": "solid",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [],
      "dependents": [],
      "dependencies": [
        "dyte-button",
        "dyte-icon",
        "dyte-tooltip"
      ],
      "dependencyGraph": {
        "dyte-grid-pagination": [
          "dyte-button",
          "dyte-icon",
          "dyte-tooltip"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-header/dyte-header.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-header",
      "docs": "A component that houses all the header components.",
      "docsTags": [
        {
          "name": "slot",
          "text": "- Default slot"
        }
      ],
      "usage": {
        "angular-example": "```html\n<dyte-header #header></dyte-header>\n```\n\nComponent\n\n```js\nclass MyComponent {\n  title = 'MyComponent';\n\n  @ViewChild('header') componentHeader: DyteHeader;\n\n  dyteMeeting: DyteClient; // meeting instance\n\n  async ngAfterViewInit() {\n    this.componentHeader.message = this.dyteMeeting;\n  }\n}\n```\n",
        "html-example": "```html\n<dyte-header id=\"dyte-el\"></dyte-header>\n\n<script>\n  const el = document.getElementById('dyte-el');\n  el.meeting = meeting;\n</script>\n```\n",
        "react-example": "```jsx live\n<DyteHeader meeting={meeting} />\n```\n"
      },
      "props": [
        {
          "name": "config",
          "type": "UIConfig",
          "complexType": {
            "original": "UIConfig",
            "resolved": "UIConfig",
            "references": {
              "UIConfig": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::UIConfig"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Config",
          "docsTags": [],
          "default": "defaultConfig",
          "values": [
            {
              "type": "UIConfig"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "disableRender",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "disable-render",
          "reflectToAttr": false,
          "docs": "Whether to render the default UI",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon Pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "states",
          "type": "States",
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "States",
          "docsTags": [],
          "values": [
            {
              "type": "States"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "variant",
          "type": "\"boxed\" | \"solid\"",
          "complexType": {
            "original": "'solid' | 'boxed'",
            "resolved": "\"boxed\" | \"solid\"",
            "references": {}
          },
          "mutable": false,
          "attr": "variant",
          "reflectToAttr": true,
          "docs": "Variant",
          "docsTags": [],
          "default": "'solid'",
          "values": [
            {
              "value": "boxed",
              "type": "string"
            },
            {
              "value": "solid",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [],
      "listeners": [],
      "styles": [],
      "slots": [
        {
          "name": "",
          "docs": "Default slot"
        }
      ],
      "parts": [],
      "dependents": [],
      "dependencies": [],
      "dependencyGraph": {}
    },
    {
      "filePath": "src/components/dyte-icon/dyte-icon.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-icon",
      "docs": "An icon component which accepts an svg string and renders it.",
      "docsTags": [],
      "usage": {
        "angular-example": "```html\n<dyte-icon\n  icon='<svg fill=\"none\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.989 11.946a1.991 1.991 0 0 1-2.05 1.99l-4.738-.139-3.454 7.143c-.277.574-.86.94-1.498.94a.926.926 0 0 1-.919-1.037l.862-7.193-3.765-.11-.49 1.341a1.29 1.29 0 0 1-1.211.847.901.901 0 0 1-.901-.902V13.35l-.81-.169a1.261 1.261 0 0 1 0-2.469l.81-.168V9.066c0-.46.343-.838.788-.894l.113-.007a1.29 1.29 0 0 1 1.21.846l.492 1.34 3.751-.11-.849-7.084a.93.93 0 0 1-.005-.055l-.002-.055c0-.511.415-.926.926-.926.585 0 1.123.307 1.423.8l.075.14 3.403 7.035 4.79-.14a1.991 1.991 0 0 1 2.048 1.932l.001.058Z\" fill=\"currentColor\"/></svg>'\n></dyte-icon>\n```\n",
        "html-example": "```html\n<dyte-icon\n  icon='<svg fill=\"none\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.989 11.946a1.991 1.991 0 0 1-2.05 1.99l-4.738-.139-3.454 7.143c-.277.574-.86.94-1.498.94a.926.926 0 0 1-.919-1.037l.862-7.193-3.765-.11-.49 1.341a1.29 1.29 0 0 1-1.211.847.901.901 0 0 1-.901-.902V13.35l-.81-.169a1.261 1.261 0 0 1 0-2.469l.81-.168V9.066c0-.46.343-.838.788-.894l.113-.007a1.29 1.29 0 0 1 1.21.846l.492 1.34 3.751-.11-.849-7.084a.93.93 0 0 1-.005-.055l-.002-.055c0-.511.415-.926.926-.926.585 0 1.123.307 1.423.8l.075.14 3.403 7.035 4.79-.14a1.991 1.991 0 0 1 2.048 1.932l.001.058Z\" fill=\"currentColor\"/></svg>'\n></dyte-icon>\n```\n",
        "react-example": "```jsx live\n<DyteIcon icon={airplaneSVG} />\n```\n"
      },
      "props": [
        {
          "name": "icon",
          "type": "string",
          "complexType": {
            "original": "string",
            "resolved": "string",
            "references": {}
          },
          "mutable": false,
          "attr": "icon",
          "reflectToAttr": false,
          "docs": "Icon",
          "docsTags": [],
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "default": "'lg'",
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "variant",
          "type": "\"danger\" | \"primary\" | \"secondary\"",
          "complexType": {
            "original": "IconVariant",
            "resolved": "\"danger\" | \"primary\" | \"secondary\"",
            "references": {
              "IconVariant": {
                "location": "local",
                "path": "/home/runner/work/ui-kit/ui-kit/packages/core/src/components/dyte-icon/dyte-icon.tsx",
                "id": "src/components/dyte-icon/dyte-icon.tsx::IconVariant"
              }
            }
          },
          "mutable": false,
          "attr": "variant",
          "reflectToAttr": true,
          "docs": "Icon variant",
          "docsTags": [],
          "default": "'primary'",
          "values": [
            {
              "value": "danger",
              "type": "string"
            },
            {
              "value": "primary",
              "type": "string"
            },
            {
              "value": "secondary",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [
        {
          "name": "wrapper",
          "docs": ""
        }
      ],
      "dependents": [
        "dyte-ai",
        "dyte-audio-tile",
        "dyte-audio-visualizer",
        "dyte-breakout-room-manager",
        "dyte-breakout-room-participants",
        "dyte-breakout-rooms-manager",
        "dyte-broadcast-message-modal",
        "dyte-camera-selector",
        "dyte-channel-creator",
        "dyte-channel-header",
        "dyte-channel-selector-ui",
        "dyte-channel-selector-view",
        "dyte-chat",
        "dyte-chat-composer-ui",
        "dyte-chat-composer-view",
        "dyte-chat-message",
        "dyte-chat-messages-ui",
        "dyte-chat-messages-ui-paginated",
        "dyte-chat-selector-ui",
        "dyte-clock",
        "dyte-controlbar-button",
        "dyte-counter",
        "dyte-debugger",
        "dyte-dialog",
        "dyte-draft-attachment-view",
        "dyte-emoji-picker",
        "dyte-emoji-picker-button",
        "dyte-ended-screen",
        "dyte-file-dropzone",
        "dyte-file-message",
        "dyte-file-message-view",
        "dyte-file-picker-button",
        "dyte-grid",
        "dyte-grid-pagination",
        "dyte-image-message",
        "dyte-image-message-view",
        "dyte-image-viewer",
        "dyte-information-tooltip",
        "dyte-join-stage",
        "dyte-livestream-indicator",
        "dyte-livestream-player",
        "dyte-message-view",
        "dyte-microphone-selector",
        "dyte-network-indicator",
        "dyte-notification",
        "dyte-overlay-modal",
        "dyte-paginated-list",
        "dyte-participant",
        "dyte-participant-count",
        "dyte-participant-tile",
        "dyte-participants",
        "dyte-participants-stage-queue",
        "dyte-participants-waiting-list",
        "dyte-permissions-message",
        "dyte-plugin-main",
        "dyte-plugins",
        "dyte-poll-form",
        "dyte-recording-indicator",
        "dyte-screenshare-view",
        "dyte-settings",
        "dyte-settings-video",
        "dyte-setup-screen",
        "dyte-sidebar",
        "dyte-sidebar-ui",
        "dyte-speaker-selector",
        "dyte-spinner",
        "dyte-spotlight-indicator",
        "dyte-tab-bar",
        "dyte-text-composer-view",
        "dyte-viewer-count"
      ],
      "dependencies": [],
      "dependencyGraph": {
        "dyte-ai": [
          "dyte-icon"
        ],
        "dyte-audio-tile": [
          "dyte-icon"
        ],
        "dyte-audio-visualizer": [
          "dyte-icon"
        ],
        "dyte-breakout-room-manager": [
          "dyte-icon"
        ],
        "dyte-breakout-room-participants": [
          "dyte-icon"
        ],
        "dyte-breakout-rooms-manager": [
          "dyte-icon"
        ],
        "dyte-broadcast-message-modal": [
          "dyte-icon"
        ],
        "dyte-camera-selector": [
          "dyte-icon"
        ],
        "dyte-channel-creator": [
          "dyte-icon"
        ],
        "dyte-channel-header": [
          "dyte-icon"
        ],
        "dyte-channel-selector-ui": [
          "dyte-icon"
        ],
        "dyte-channel-selector-view": [
          "dyte-icon"
        ],
        "dyte-chat": [
          "dyte-icon"
        ],
        "dyte-chat-composer-ui": [
          "dyte-icon"
        ],
        "dyte-chat-composer-view": [
          "dyte-icon"
        ],
        "dyte-chat-message": [
          "dyte-icon"
        ],
        "dyte-chat-messages-ui": [
          "dyte-icon"
        ],
        "dyte-chat-messages-ui-paginated": [
          "dyte-icon"
        ],
        "dyte-chat-selector-ui": [
          "dyte-icon"
        ],
        "dyte-clock": [
          "dyte-icon"
        ],
        "dyte-controlbar-button": [
          "dyte-icon"
        ],
        "dyte-counter": [
          "dyte-icon"
        ],
        "dyte-debugger": [
          "dyte-icon"
        ],
        "dyte-dialog": [
          "dyte-icon"
        ],
        "dyte-draft-attachment-view": [
          "dyte-icon"
        ],
        "dyte-emoji-picker": [
          "dyte-icon"
        ],
        "dyte-emoji-picker-button": [
          "dyte-icon"
        ],
        "dyte-ended-screen": [
          "dyte-icon"
        ],
        "dyte-file-dropzone": [
          "dyte-icon"
        ],
        "dyte-file-message": [
          "dyte-icon"
        ],
        "dyte-file-message-view": [
          "dyte-icon"
        ],
        "dyte-file-picker-button": [
          "dyte-icon"
        ],
        "dyte-grid": [
          "dyte-icon"
        ],
        "dyte-grid-pagination": [
          "dyte-icon"
        ],
        "dyte-image-message": [
          "dyte-icon"
        ],
        "dyte-image-message-view": [
          "dyte-icon"
        ],
        "dyte-image-viewer": [
          "dyte-icon"
        ],
        "dyte-information-tooltip": [
          "dyte-icon"
        ],
        "dyte-join-stage": [
          "dyte-icon"
        ],
        "dyte-livestream-indicator": [
          "dyte-icon"
        ],
        "dyte-livestream-player": [
          "dyte-icon"
        ],
        "dyte-message-view": [
          "dyte-icon"
        ],
        "dyte-microphone-selector": [
          "dyte-icon"
        ],
        "dyte-network-indicator": [
          "dyte-icon"
        ],
        "dyte-notification": [
          "dyte-icon"
        ],
        "dyte-overlay-modal": [
          "dyte-icon"
        ],
        "dyte-paginated-list": [
          "dyte-icon"
        ],
        "dyte-participant": [
          "dyte-icon"
        ],
        "dyte-participant-count": [
          "dyte-icon"
        ],
        "dyte-participant-tile": [
          "dyte-icon"
        ],
        "dyte-participants": [
          "dyte-icon"
        ],
        "dyte-participants-stage-queue": [
          "dyte-icon"
        ],
        "dyte-participants-waiting-list": [
          "dyte-icon"
        ],
        "dyte-permissions-message": [
          "dyte-icon"
        ],
        "dyte-plugin-main": [
          "dyte-icon"
        ],
        "dyte-plugins": [
          "dyte-icon"
        ],
        "dyte-poll-form": [
          "dyte-icon"
        ],
        "dyte-recording-indicator": [
          "dyte-icon"
        ],
        "dyte-screenshare-view": [
          "dyte-icon"
        ],
        "dyte-settings": [
          "dyte-icon"
        ],
        "dyte-settings-video": [
          "dyte-icon"
        ],
        "dyte-setup-screen": [
          "dyte-icon"
        ],
        "dyte-sidebar": [
          "dyte-icon"
        ],
        "dyte-sidebar-ui": [
          "dyte-icon"
        ],
        "dyte-speaker-selector": [
          "dyte-icon"
        ],
        "dyte-spinner": [
          "dyte-icon"
        ],
        "dyte-spotlight-indicator": [
          "dyte-icon"
        ],
        "dyte-tab-bar": [
          "dyte-icon"
        ],
        "dyte-text-composer-view": [
          "dyte-icon"
        ],
        "dyte-viewer-count": [
          "dyte-icon"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-idle-screen/dyte-idle-screen.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-idle-screen",
      "docs": "A screen that handles the idle state,\ni.e; when you are waiting for data about the meeting, specifically the `meeting` object.",
      "docsTags": [],
      "usage": {
        "angular-example": "```html\n<dyte-idle-screen #idleScreen style=\"height: 360px\"></dyte-idle-screen>\n```\n\nComponent\n\n```js\nclass MyComponent {\n  title = 'MyComponent';\n\n  @ViewChild('idleScreen') componentIdleScreen: DyteIdleScreen;\n\n  dyteMeeting: DyteClient; // meeting instance\n\n  async ngAfterViewInit() {\n    const config = {\n      designTokens: { logo: 'https://docs.dyte.io/logo/dark.svg' },\n    };\n    this.componentIdleScreen.config = config;\n  }\n}\n```\n",
        "html-example": "```html\n<dyte-idle-screen id=\"dyte-el\" style=\"height: 360px\"></dyte-idle-screen>\n\n<script>\n  const el = document.getElementById('dyte-el');\n  el.config = { designTokens: { logo: '/logo/dark.svg' } };\n</script>\n```\n",
        "react-example": "```jsx live\n<DyteIdleScreen\n  config={{ designTokens: { logo: '/logo/dark.svg' } }}\n  style={{ height: '360px' }}\n/>\n```\n"
      },
      "props": [
        {
          "name": "config",
          "type": "UIConfig",
          "complexType": {
            "original": "UIConfig",
            "resolved": "UIConfig",
            "references": {
              "UIConfig": {
                "location": "import",
                "path": "../../types/ui-config",
                "id": "src/types/ui-config/index.ts::UIConfig"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Config object",
          "docsTags": [],
          "default": "defaultConfig",
          "values": [
            {
              "type": "UIConfig"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [
        {
          "name": "container",
          "docs": ""
        },
        {
          "name": "logo",
          "docs": ""
        },
        {
          "name": "spinner",
          "docs": ""
        }
      ],
      "dependents": [],
      "dependencies": [
        "dyte-logo",
        "dyte-spinner"
      ],
      "dependencyGraph": {
        "dyte-idle-screen": [
          "dyte-logo",
          "dyte-spinner"
        ],
        "dyte-spinner": [
          "dyte-icon"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-image-message/dyte-image-message.tsx",
      "encapsulation": "none",
      "tag": "dyte-image-message",
      "docs": "A component which renders an image message from chat.",
      "docsTags": [],
      "usage": {
        "angular-example": "```html\n<dyte-image-message #message />\n```\n\nComponent\n\n```js\nclass MyComponent {\n  title = 'MyComponent';\n\n  @ViewChild('message') componentMessage: DyteImageMessage;\n\n  dyteMeeting: DyteClient; // meeting instance\n\n  async ngAfterViewInit() {\n    this.componentMessage.message = this.dyteMeeting.chat.messages[0]; // pick an image message\n  }\n}\n```\n",
        "html-example": "```html\n<dyte-image-message id=\"dyte-el\" />\n\n<script>\n  const el = document.getElementById('dyte-el');\n  el.message = meeting.chat.messages[0];\n</script>\n```\n",
        "react-example": "```jsx live\n<DyteImageMessage message={meeting.chat.messages[0]} />\n```\n"
      },
      "props": [
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "isContinued",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "is-continued",
          "reflectToAttr": true,
          "docs": "Whether the message is continued by same user",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "message",
          "type": "ImageMessage",
          "complexType": {
            "original": "ImageMessage",
            "resolved": "ImageMessage",
            "references": {
              "ImageMessage": {
                "location": "import",
                "path": "@dytesdk/web-core",
                "id": "../../node_modules/@dytesdk/web-core/dist/index.d.ts::ImageMessage"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Text message object",
          "docsTags": [],
          "values": [
            {
              "type": "ImageMessage"
            }
          ],
          "optional": false,
          "required": true,
          "getter": false,
          "setter": false
        },
        {
          "name": "now",
          "type": "Date",
          "complexType": {
            "original": "Date",
            "resolved": "Date",
            "references": {
              "Date": {
                "location": "global",
                "id": "global::Date"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Date object of now, to calculate distance between dates",
          "docsTags": [],
          "default": "new Date()",
          "values": [
            {
              "type": "Date"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "showBubble",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "show-bubble",
          "reflectToAttr": false,
          "docs": "show message in bubble",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "dyteStateUpdate",
          "detail": "States",
          "bubbles": true,
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "cancelable": true,
          "composed": true,
          "docs": "Emits updated state data",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [
        {
          "name": "body",
          "docs": ""
        }
      ],
      "dependents": [
        "dyte-chat-message"
      ],
      "dependencies": [
        "dyte-spinner",
        "dyte-icon",
        "dyte-button"
      ],
      "dependencyGraph": {
        "dyte-image-message": [
          "dyte-spinner",
          "dyte-icon",
          "dyte-button"
        ],
        "dyte-spinner": [
          "dyte-icon"
        ],
        "dyte-chat-message": [
          "dyte-image-message"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-image-message-view/dyte-image-message-view.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-image-message-view",
      "docs": "A component which renders an image message.",
      "docsTags": [],
      "usage": {
        "angular-example": "```html\n<dyte-image-message-view #message />\n```\n\nComponent\n\n```js\nclass MyComponent {\n  title = 'MyComponent';\n\n  @ViewChild('message') componentMessage: DyteImageMessageView;\n\n  async ngAfterViewInit() {\n    this.componentMessage.url = 'https://image.net/peter/jpg';\n  }\n}\n```\n",
        "html-example": "```html\n<dyte-image-message-view id=\"dyte-el\" />\n\n<script>\n  const el = document.getElementById('dyte-el');\n  el.url = 'https://image.net/peter/jpg';\n</script>\n```\n",
        "react-example": "```jsx live\n<DyteImageMessageView url=\"https://image.net/peter/jpg\" />\n```\n"
      },
      "props": [
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "url",
          "type": "string",
          "complexType": {
            "original": "string",
            "resolved": "string",
            "references": {}
          },
          "mutable": false,
          "attr": "url",
          "reflectToAttr": false,
          "docs": "Url of the image",
          "docsTags": [],
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": true,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "preview",
          "detail": "string",
          "bubbles": true,
          "complexType": {
            "original": "string",
            "resolved": "string",
            "references": {}
          },
          "cancelable": true,
          "composed": true,
          "docs": "preview event",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [],
      "dependents": [
        "dyte-chat-messages-ui",
        "dyte-chat-messages-ui-paginated"
      ],
      "dependencies": [
        "dyte-spinner",
        "dyte-icon",
        "dyte-button"
      ],
      "dependencyGraph": {
        "dyte-image-message-view": [
          "dyte-spinner",
          "dyte-icon",
          "dyte-button"
        ],
        "dyte-spinner": [
          "dyte-icon"
        ],
        "dyte-chat-messages-ui": [
          "dyte-image-message-view"
        ],
        "dyte-chat-messages-ui-paginated": [
          "dyte-image-message-view"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-image-viewer/dyte-image-viewer.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-image-viewer",
      "docs": "A component which shows an image sent via chat.",
      "docsTags": [],
      "usage": {
        "angular-example": "```html\n<dyte-image-viewer #imageViewer></dyte-image-viewer>\n```\n\nComponent\n\n```js\nclass MyComponent {\n  title = 'MyComponent';\n\n  @ViewChild('imageViewer') componentImageViewer: DyteImageViewer;\n\n  dyteMeeting: DyteClient; // meeting instance\n\n  async ngAfterViewInit() {\n    this.componentImageViewer.image = {\n      type: 'image',\n      link: 'https://images.unsplash.com/photo-1657788913374-11f55e6afefe?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1636&q=80',\n    };\n  }\n}\n```\n",
        "html-example": "```html\n<dyte-image-viewer id=\"dyte-el\"></dyte-image-viewer>\n\n<script>\n  const el = document.getElementById('dyte-el');\n  el.image = {\n    type: 'image',\n    link: 'https://images.unsplash.com/photo-1657788913374-11f55e6afefe?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1636&q=80',\n  };\n</script>\n```\n",
        "react-example": "```jsx live\n<DyteImageViewer\n  image={{\n    type: 'image',\n    link: 'https://images.unsplash.com/photo-1657788913374-11f55e6afefe?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1636&q=80',\n  }}\n/>\n```\n"
      },
      "props": [
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "image",
          "type": "ImageMessage",
          "complexType": {
            "original": "ImageMessage",
            "resolved": "ImageMessage",
            "references": {
              "ImageMessage": {
                "location": "import",
                "path": "@dytesdk/web-core",
                "id": "../../node_modules/@dytesdk/web-core/dist/index.d.ts::ImageMessage"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Image message",
          "docsTags": [],
          "values": [
            {
              "type": "ImageMessage"
            }
          ],
          "optional": false,
          "required": true,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "close",
          "detail": "void",
          "bubbles": true,
          "complexType": {
            "original": "void",
            "resolved": "void",
            "references": {}
          },
          "cancelable": true,
          "composed": true,
          "docs": "Emitted when viewer should be closed",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [],
      "dependents": [
        "dyte-dialog-manager"
      ],
      "dependencies": [
        "dyte-button",
        "dyte-icon"
      ],
      "dependencyGraph": {
        "dyte-image-viewer": [
          "dyte-button",
          "dyte-icon"
        ],
        "dyte-dialog-manager": [
          "dyte-image-viewer"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-information-tooltip/dyte-information-tooltip.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-information-tooltip",
      "docs": "",
      "docsTags": [],
      "usage": {},
      "props": [
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [],
      "dependents": [],
      "dependencies": [
        "dyte-icon"
      ],
      "dependencyGraph": {
        "dyte-information-tooltip": [
          "dyte-icon"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-join-stage/dyte-join-stage.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-join-stage",
      "docs": "",
      "docsTags": [],
      "usage": {},
      "props": [
        {
          "name": "config",
          "type": "UIConfig",
          "complexType": {
            "original": "UIConfig",
            "resolved": "UIConfig",
            "references": {
              "UIConfig": {
                "location": "import",
                "path": "../../types/ui-config",
                "id": "src/types/ui-config/index.ts::UIConfig"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "UI Config",
          "docsTags": [],
          "default": "defaultConfig",
          "values": [
            {
              "type": "UIConfig"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "dataConfig",
          "type": "ModalDataConfig",
          "complexType": {
            "original": "ModalDataConfig",
            "resolved": "ModalDataConfig",
            "references": {
              "ModalDataConfig": {
                "location": "local",
                "path": "/home/runner/work/ui-kit/ui-kit/packages/core/src/components/dyte-join-stage/dyte-join-stage.tsx",
                "id": "src/components/dyte-join-stage/dyte-join-stage.tsx::ModalDataConfig"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Content Config",
          "docsTags": [],
          "default": "{\n    title: this.t('stage.join_title'),\n    label: {\n      accept: this.t('stage.join_confirm'),\n      reject: this.t('stage.join_cancel'),\n    },\n    description: this.t('stage.join_summary'),\n  }",
          "values": [
            {
              "type": "ModalDataConfig"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "states",
          "type": "States",
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "States object",
          "docsTags": [],
          "values": [
            {
              "type": "States"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "dyteJoinStage",
          "detail": "void",
          "bubbles": true,
          "complexType": {
            "original": "void",
            "resolved": "void",
            "references": {}
          },
          "cancelable": true,
          "composed": true,
          "docs": "Event which is emitted when user confirms joining stage",
          "docsTags": []
        },
        {
          "event": "dyteLeaveStage",
          "detail": "void",
          "bubbles": true,
          "complexType": {
            "original": "void",
            "resolved": "void",
            "references": {}
          },
          "cancelable": true,
          "composed": true,
          "docs": "Event which is emitted when user cancel joining stage",
          "docsTags": []
        },
        {
          "event": "dyteStateUpdate",
          "detail": "States",
          "bubbles": true,
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "cancelable": true,
          "composed": true,
          "docs": "Emits updated state data",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [],
      "dependents": [
        "dyte-dialog-manager"
      ],
      "dependencies": [
        "dyte-button",
        "dyte-icon"
      ],
      "dependencyGraph": {
        "dyte-join-stage": [
          "dyte-button",
          "dyte-icon"
        ],
        "dyte-dialog-manager": [
          "dyte-join-stage"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-leave-button/dyte-leave-button.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-leave-button",
      "docs": "A button which toggles visilibility of the leave confirmation dialog.",
      "docsTags": [],
      "usage": {
        "angular-example": "```html\n<dyte-leave-button size=\"sm\"></dyte-leave-button>\n<dyte-leave-button size=\"lg\"></dyte-leave-button>\n<dyte-leave-button variant=\"horizontal\" size=\"sm\"></dyte-leave-button>\n```\n",
        "html-example": "```html\n<dyte-leave-button size=\"sm\"></dyte-leave-button>\n<dyte-leave-button size=\"lg\"></dyte-leave-button>\n<dyte-leave-button variant=\"horizontal\" size=\"sm\"></dyte-leave-button>\n```\n",
        "react-example": "```jsx live\n<Center>\n  <DyteLeaveButton size=\"sm\" />\n  <DyteLeaveButton size=\"lg\" />\n  <DyteLeaveButton variant=\"horizontal\" />\n</Center>\n```\n"
      },
      "props": [
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "variant",
          "type": "\"button\" | \"horizontal\"",
          "complexType": {
            "original": "ControlBarVariant",
            "resolved": "\"button\" | \"horizontal\"",
            "references": {
              "ControlBarVariant": {
                "location": "import",
                "path": "../dyte-controlbar-button/dyte-controlbar-button",
                "id": "src/components/dyte-controlbar-button/dyte-controlbar-button.tsx::ControlBarVariant"
              }
            }
          },
          "mutable": false,
          "attr": "variant",
          "reflectToAttr": true,
          "docs": "Variant",
          "docsTags": [],
          "default": "'button'",
          "values": [
            {
              "value": "button",
              "type": "string"
            },
            {
              "value": "horizontal",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "dyteStateUpdate",
          "detail": "States",
          "bubbles": true,
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "cancelable": true,
          "composed": true,
          "docs": "Emits updated state data",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [
        {
          "name": "controlbar-button",
          "docs": ""
        }
      ],
      "dependents": [],
      "dependencies": [
        "dyte-controlbar-button"
      ],
      "dependencyGraph": {
        "dyte-leave-button": [
          "dyte-controlbar-button"
        ],
        "dyte-controlbar-button": [
          "dyte-spinner",
          "dyte-icon"
        ],
        "dyte-spinner": [
          "dyte-icon"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-leave-meeting/dyte-leave-meeting.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-leave-meeting",
      "docs": "A component which allows you to leave a meeting or\nend meeting for all, if you have the permission.",
      "docsTags": [],
      "usage": {
        "angular-example": "```html\n<div style=\"width: 360px\">\n  <dyte-leave-meeting #leaveMeeting></dyte-leave-meeting>\n</div>\n```\n\nComponent\n\n```js\nclass MyComponent {\n  title = 'MyComponent';\n\n  @ViewChild('leaveMeeting') componentLeaveMeeting: DyteLeaveMeeting;\n\n  dyteMeeting: DyteClient; // meeting instance\n\n  async ngAfterViewInit() {\n    this.componentLeaveMeeting.meeting = dyteMeeting;\n  }\n}\n```\n",
        "html-example": "```html\n<div style=\"width: 360px\">\n  <dyte-leave-meeting id=\"dyte-el\"></dyte-leave-meeting>\n</div>\n\n<script>\n  const el = document.getElementById('dyte-el');\n  el.meeting = meeting;\n</script>\n```\n",
        "react-example": "```jsx live\n<div style={{ width: '360px' }}>\n  <DyteLeaveMeeting meeting={meeting} />\n</div>\n```\n"
      },
      "props": [
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "states",
          "type": "States",
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "States object",
          "docsTags": [],
          "values": [
            {
              "type": "States"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "dyteStateUpdate",
          "detail": "States",
          "bubbles": true,
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "cancelable": true,
          "composed": true,
          "docs": "Emits updated state data",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [],
      "dependents": [
        "dyte-dialog-manager"
      ],
      "dependencies": [
        "dyte-button"
      ],
      "dependencyGraph": {
        "dyte-leave-meeting": [
          "dyte-button"
        ],
        "dyte-dialog-manager": [
          "dyte-leave-meeting"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-livestream-indicator/dyte-livestream-indicator.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-livestream-indicator",
      "docs": "",
      "docsTags": [],
      "usage": {
        "angular-example": "```html\n<dyte-livestream-indicator #dyteEl></dyte-livestream-indicator>\n```\n\nComponent\n\n```js\nclass MyComponent {\n  title = 'MyComponent';\n\n  @ViewChild('dyteEl') dyteEl: DyteLivestreamIndicator;\n\n  dyteMeeting: DyteClient; // meeting instance\n\n  async ngAfterViewInit() {\n    this.dyteEl.meeting = dyteMeeting;\n  }\n}\n```\n",
        "html-example": "```html\n<dyte-livestream-indicator id=\"dyte-el\"></dyte-livestream-indicator>\n\n<script>\n  const el = document.getElementById('dyte-el');\n  el.meeting = meeting;\n</script>\n```\n",
        "react-example": "```jsx live\n<DyteLivestreamIndicator meeting={meeting} />\n```\n"
      },
      "props": [
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [
        {
          "name": "indicator",
          "docs": ""
        }
      ],
      "dependents": [
        "dyte-grid"
      ],
      "dependencies": [
        "dyte-icon"
      ],
      "dependencyGraph": {
        "dyte-livestream-indicator": [
          "dyte-icon"
        ],
        "dyte-grid": [
          "dyte-livestream-indicator"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-livestream-player/dyte-livestream-player.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-livestream-player",
      "docs": "",
      "docsTags": [],
      "usage": {
        "angular-example": "```html\n<dyte-livestream-player #dyteEl></dyte-livestream-player>\n```\n\nComponent\n\n```js\nclass MyComponent {\n  title = 'MyComponent';\n\n  @ViewChild('dyteEl') dyteEl: DyteLivestreamPlayer;\n\n  dyteMeeting: DyteClient; // meeting instance\n\n  async ngAfterViewInit() {\n    this.dyteEl.meeting = dyteMeeting;\n  }\n}\n```\n",
        "html-example": "```html\n<dyte-livestream-player id=\"dyte-el\"></dyte-livestream-player>\n\n<script>\n  const el = document.getElementById('dyte-el');\n  el.meeting = meeting;\n</script>\n```\n",
        "react-example": "```jsx live\n<DyteLivestreamPlayer meeting={meeting} />\n```\n"
      },
      "props": [
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "dyteAPIError",
          "detail": "{ trace: string; message: string; }",
          "bubbles": true,
          "complexType": {
            "original": "{\n    trace: string;\n    message: string;\n  }",
            "resolved": "{ trace: string; message: string; }",
            "references": {}
          },
          "cancelable": true,
          "composed": true,
          "docs": "Emit API error events",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [
        {
          "name": "spinner",
          "docs": ""
        }
      ],
      "dependents": [
        "dyte-grid"
      ],
      "dependencies": [
        "dyte-icon",
        "dyte-fullscreen-toggle",
        "dyte-button",
        "dyte-spinner"
      ],
      "dependencyGraph": {
        "dyte-livestream-player": [
          "dyte-icon",
          "dyte-fullscreen-toggle",
          "dyte-button",
          "dyte-spinner"
        ],
        "dyte-fullscreen-toggle": [
          "dyte-controlbar-button"
        ],
        "dyte-controlbar-button": [
          "dyte-spinner",
          "dyte-icon"
        ],
        "dyte-spinner": [
          "dyte-icon"
        ],
        "dyte-grid": [
          "dyte-livestream-player"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-livestream-toggle/dyte-livestream-toggle.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-livestream-toggle",
      "docs": "",
      "docsTags": [],
      "usage": {
        "angular-example": "Template\n\n```html\n<dyte-livestream-toggle #one></dyte-livestream-toggle>\n<dyte-livestream-toggle #two></dyte-livestream-toggle>\n<dyte-livestream-toggle #three></dyte-livestream-toggle>\n```\n\nComponent\n\n```js\nclass MyComponent {\n  title = 'MyComponent';\n\n  @ViewChild('one') componentOne: DyteLivestreamToggle;\n\n  @ViewChild('two') componentTwo: DyteLivestreamToggle;\n\n  @ViewChild('three') componentTree: DyteLivestreamToggle;\n\n  dyteMeeting: DyteClient; // meeting instance\n\n  async ngAfterViewInit() {\n    // Change the size to small\n    this.componentOne.meeting = this.dyteMeeting;\n    this.componentOne.size = 'sm';\n\n    // Change the size to large\n    this.componentTwo.meeting = this.dyteMeeting;\n    this.componentTwo.size = 'lg';\n\n    // Render as a horizontal button\n    this.componentThree.meeting = this.dyteMeeting;\n    this.componentThree.variant = 'horizontal';\n  }\n}\n```\n",
        "html-example": "```html\n<dyte-livestream-toggle size=\"sm\" class=\"dyte-el\"></dyte-livestream-toggle>\n<dyte-livestream-toggle size=\"lg\" class=\"dyte-el\"></dyte-livestream-toggle>\n<dyte-livestream-toggle\n  variant=\"horizontal\"\n  class=\"dyte-el\"\n></dyte-livestream-toggle>\n\n<script>\n  const elements = document.getElementsByClassName('dyte-el');\n  for (const el of elements) {\n    el.meeting = meeting;\n  }\n</script>\n```\n",
        "react-example": "```jsx live\n<Center>\n  <DyteLivestreamToggle size=\"sm\" meeting={meeting} />\n  <DyteLivestreamToggle size=\"lg\" meeting={meeting} />\n  <DyteLivestreamToggle variant=\"horizontal\" size=\"sm\" meeting={meeting} />\n</Center>\n```\n"
      },
      "props": [
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "variant",
          "type": "\"button\" | \"horizontal\"",
          "complexType": {
            "original": "ControlBarVariant",
            "resolved": "\"button\" | \"horizontal\"",
            "references": {
              "ControlBarVariant": {
                "location": "import",
                "path": "../dyte-controlbar-button/dyte-controlbar-button",
                "id": "src/components/dyte-controlbar-button/dyte-controlbar-button.tsx::ControlBarVariant"
              }
            }
          },
          "mutable": false,
          "attr": "variant",
          "reflectToAttr": true,
          "docs": "Variant",
          "docsTags": [],
          "default": "'button'",
          "values": [
            {
              "value": "button",
              "type": "string"
            },
            {
              "value": "horizontal",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "dyteAPIError",
          "detail": "{ trace: string; message: string; }",
          "bubbles": true,
          "complexType": {
            "original": "{\n    trace: string;\n    message: string;\n  }",
            "resolved": "{ trace: string; message: string; }",
            "references": {}
          },
          "cancelable": true,
          "composed": true,
          "docs": "Emit API error events",
          "docsTags": []
        },
        {
          "event": "dyteStateUpdate",
          "detail": "States",
          "bubbles": true,
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::States"
              }
            }
          },
          "cancelable": true,
          "composed": true,
          "docs": "Emits updated state data",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [
        {
          "name": "controlbar-button",
          "docs": ""
        }
      ],
      "dependents": [],
      "dependencies": [
        "dyte-controlbar-button"
      ],
      "dependencyGraph": {
        "dyte-livestream-toggle": [
          "dyte-controlbar-button"
        ],
        "dyte-controlbar-button": [
          "dyte-spinner",
          "dyte-icon"
        ],
        "dyte-spinner": [
          "dyte-icon"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-logo/dyte-logo.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-logo",
      "docs": "A component which loads the logo from your config, or via the `logo-url` attribute.",
      "docsTags": [],
      "usage": {
        "angular-example": "```html\n<dyte-logo logo-url=\"/logo/dark.svg\" style=\"height: 36px\"></dyte-logo>\n```\n",
        "html-example": "```html\n<dyte-logo logo-url=\"/logo/dark.svg\" style=\"height: 36px\"></dyte-logo>\n```\n",
        "react-example": "```jsx live\n<DyteLogo logoUrl=\"/logo/dark.svg\" style={{ height: '36px' }} />\n```\n"
      },
      "props": [
        {
          "name": "config",
          "type": "UIConfig",
          "complexType": {
            "original": "UIConfig",
            "resolved": "UIConfig",
            "references": {
              "UIConfig": {
                "location": "import",
                "path": "../../types/ui-config",
                "id": "src/types/ui-config/index.ts::UIConfig"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Config object",
          "docsTags": [],
          "default": "defaultConfig",
          "values": [
            {
              "type": "UIConfig"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "logoUrl",
          "type": "string",
          "complexType": {
            "original": "string",
            "resolved": "string",
            "references": {}
          },
          "mutable": true,
          "attr": "logo-url",
          "reflectToAttr": false,
          "docs": "Logo URL",
          "docsTags": [],
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [],
      "dependents": [
        "dyte-chat",
        "dyte-ended-screen",
        "dyte-idle-screen",
        "dyte-waiting-screen"
      ],
      "dependencies": [],
      "dependencyGraph": {
        "dyte-chat": [
          "dyte-logo"
        ],
        "dyte-ended-screen": [
          "dyte-logo"
        ],
        "dyte-idle-screen": [
          "dyte-logo"
        ],
        "dyte-waiting-screen": [
          "dyte-logo"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-markdown-view/dyte-markdown-view.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-markdown-view",
      "docs": "",
      "docsTags": [],
      "usage": {},
      "props": [
        {
          "name": "maxLength",
          "type": "number",
          "complexType": {
            "original": "number",
            "resolved": "number",
            "references": {}
          },
          "mutable": false,
          "attr": "max-length",
          "reflectToAttr": false,
          "docs": "max length of text to render as markdown",
          "docsTags": [],
          "default": "MAX_TEXT_LENGTH",
          "values": [
            {
              "type": "number"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "text",
          "type": "string",
          "complexType": {
            "original": "string",
            "resolved": "string",
            "references": {}
          },
          "mutable": false,
          "attr": "text",
          "reflectToAttr": false,
          "docs": "raw text to render as markdown",
          "docsTags": [],
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [],
      "dependents": [
        "dyte-text-message-view"
      ],
      "dependencies": [],
      "dependencyGraph": {
        "dyte-text-message-view": [
          "dyte-markdown-view"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-meeting/dyte-meeting.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-meeting",
      "docs": "A single component which renders an entire meeting UI.\n\nIt loads your preset and renders the UI based on it.\nWith this component, you don't have to handle all the states,\ndialogs and other smaller bits of managing the application.",
      "docsTags": [],
      "usage": {
        "angular-example": "```html\n<dyte-meeting\n  #myId\n  mode=\"fill\"\n  style=\"height: 480px; width: 100%\"\n></dyte-meeting>\n```\n\nComponent\n\n```js\nclass MyComponent {\n  title = 'MyComponent';\n\n  @ViewChild('myId') component: DyteMeeting;\n\n  dyteMeeting: DyteClient; // meeting instance\n\n  async ngAfterViewInit() {\n    this.component.meeting = this.dyteMeeting;\n  }\n}\n```\n",
        "html-example": "```html\n<dyte-meeting mode=\"fill\" style=\"height: 480px; width: 100%\"></dyte-meeting>\n\n<script>\n  const el = document.getElementById('dyte-el');\n  el.meeting = meeting;\n</script>\n```\n",
        "react-example": "```jsx live\n<DyteMeeting mode=\"fill\" meeting={meeting} style={{ height: '480px' }} />\n```\n"
      },
      "props": [
        {
          "name": "applyDesignSystem",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": true,
          "attr": "apply-design-system",
          "reflectToAttr": false,
          "docs": "Whether to apply the design system on the document root from config",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "config",
          "type": "UIConfig",
          "complexType": {
            "original": "UIConfig",
            "resolved": "UIConfig",
            "references": {
              "UIConfig": {
                "location": "import",
                "path": "../../types/ui-config",
                "id": "src/types/ui-config/index.ts::UIConfig"
              }
            }
          },
          "mutable": true,
          "reflectToAttr": false,
          "docs": "UI Config",
          "docsTags": [],
          "default": "defaultConfig",
          "values": [
            {
              "type": "UIConfig"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "gridLayout",
          "type": "\"column\" | \"row\"",
          "complexType": {
            "original": "GridLayout",
            "resolved": "\"column\" | \"row\"",
            "references": {
              "GridLayout": {
                "location": "import",
                "path": "../dyte-grid/dyte-grid",
                "id": "src/components/dyte-grid/dyte-grid.tsx::GridLayout"
              }
            }
          },
          "mutable": false,
          "attr": "grid-layout",
          "reflectToAttr": false,
          "docs": "Grid layout",
          "docsTags": [],
          "default": "'row'",
          "values": [
            {
              "value": "column",
              "type": "string"
            },
            {
              "value": "row",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "leaveOnUnmount",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "leave-on-unmount",
          "reflectToAttr": false,
          "docs": "Whether participant should leave when this component gets unmounted",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "loadConfigFromPreset",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": true,
          "attr": "load-config-from-preset",
          "reflectToAttr": false,
          "docs": "Whether to load config from preset",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "mode",
          "type": "\"fill\" | \"fixed\"",
          "complexType": {
            "original": "MeetingMode",
            "resolved": "\"fill\" | \"fixed\"",
            "references": {
              "MeetingMode": {
                "location": "local",
                "path": "/home/runner/work/ui-kit/ui-kit/packages/core/src/components/dyte-meeting/dyte-meeting.tsx",
                "id": "src/components/dyte-meeting/dyte-meeting.tsx::MeetingMode"
              }
            }
          },
          "mutable": false,
          "attr": "mode",
          "reflectToAttr": true,
          "docs": "Fill type",
          "docsTags": [],
          "default": "'fixed'",
          "values": [
            {
              "value": "fill",
              "type": "string"
            },
            {
              "value": "fixed",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "showSetupScreen",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": true,
          "attr": "show-setup-screen",
          "reflectToAttr": false,
          "docs": "Whether to show setup screen or not",
          "docsTags": [],
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::Size"
              }
            }
          },
          "mutable": true,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "dyteStatesUpdate",
          "detail": "States",
          "bubbles": true,
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "cancelable": true,
          "composed": true,
          "docs": "States",
          "docsTags": []
        }
      ],
      "listeners": [
        {
          "event": "dyteStateUpdate",
          "capture": false,
          "passive": false
        }
      ],
      "styles": [],
      "slots": [],
      "parts": [],
      "dependents": [],
      "dependencies": [
        "dyte-chat"
      ],
      "dependencyGraph": {
        "dyte-meeting": [
          "dyte-chat"
        ],
        "dyte-chat": [
          "dyte-tooltip",
          "dyte-icon",
          "dyte-dialog-manager",
          "dyte-notifications",
          "dyte-chat-composer-view",
          "dyte-spinner",
          "dyte-button",
          "dyte-channel-header",
          "dyte-chat-search-results",
          "dyte-chat-messages-ui-paginated",
          "dyte-channel-selector-view",
          "dyte-logo",
          "dyte-chat-messages-ui"
        ],
        "dyte-dialog-manager": [
          "dyte-dialog",
          "dyte-image-viewer",
          "dyte-settings",
          "dyte-debugger",
          "dyte-leave-meeting",
          "dyte-permissions-message",
          "dyte-breakout-rooms-manager",
          "dyte-confirmation-modal",
          "dyte-overlay-modal",
          "dyte-broadcast-message-modal",
          "dyte-join-stage",
          "dyte-mute-all-confirmation",
          "dyte-channel-creator"
        ],
        "dyte-dialog": [
          "dyte-button",
          "dyte-icon"
        ],
        "dyte-image-viewer": [
          "dyte-button",
          "dyte-icon"
        ],
        "dyte-settings": [
          "dyte-icon",
          "dyte-button",
          "dyte-settings-audio",
          "dyte-settings-video"
        ],
        "dyte-settings-audio": [
          "dyte-microphone-selector",
          "dyte-audio-visualizer",
          "dyte-speaker-selector",
          "dyte-switch"
        ],
        "dyte-microphone-selector": [
          "dyte-icon"
        ],
        "dyte-audio-visualizer": [
          "dyte-icon"
        ],
        "dyte-speaker-selector": [
          "dyte-icon",
          "dyte-button"
        ],
        "dyte-settings-video": [
          "dyte-participant-tile",
          "dyte-icon",
          "dyte-camera-selector",
          "dyte-switch"
        ],
        "dyte-participant-tile": [
          "dyte-icon"
        ],
        "dyte-camera-selector": [
          "dyte-icon"
        ],
        "dyte-debugger": [
          "dyte-icon",
          "dyte-button",
          "dyte-debugger-audio",
          "dyte-debugger-video",
          "dyte-debugger-screenshare",
          "dyte-debugger-system"
        ],
        "dyte-leave-meeting": [
          "dyte-button"
        ],
        "dyte-permissions-message": [
          "dyte-icon",
          "dyte-button"
        ],
        "dyte-breakout-rooms-manager": [
          "dyte-breakout-room-manager",
          "dyte-icon",
          "dyte-spinner",
          "dyte-counter",
          "dyte-button",
          "dyte-breakout-room-participants",
          "dyte-tooltip"
        ],
        "dyte-breakout-room-manager": [
          "dyte-avatar",
          "dyte-icon",
          "dyte-tooltip",
          "dyte-button"
        ],
        "dyte-avatar": [
          "dyte-spinner"
        ],
        "dyte-spinner": [
          "dyte-icon"
        ],
        "dyte-counter": [
          "dyte-button",
          "dyte-icon"
        ],
        "dyte-breakout-room-participants": [
          "dyte-avatar",
          "dyte-icon",
          "dyte-tooltip"
        ],
        "dyte-confirmation-modal": [
          "dyte-button"
        ],
        "dyte-overlay-modal": [
          "dyte-icon"
        ],
        "dyte-broadcast-message-modal": [
          "dyte-icon",
          "dyte-button"
        ],
        "dyte-join-stage": [
          "dyte-button",
          "dyte-icon"
        ],
        "dyte-mute-all-confirmation": [
          "dyte-button"
        ],
        "dyte-channel-creator": [
          "dyte-avatar",
          "dyte-icon",
          "dyte-button"
        ],
        "dyte-notifications": [
          "dyte-notification"
        ],
        "dyte-notification": [
          "dyte-icon",
          "dyte-button"
        ],
        "dyte-chat-composer-view": [
          "dyte-emoji-picker",
          "dyte-text-message-view",
          "dyte-icon",
          "dyte-draft-attachment-view",
          "dyte-text-composer-view",
          "dyte-file-picker-button",
          "dyte-emoji-picker-button",
          "dyte-tooltip",
          "dyte-button"
        ],
        "dyte-emoji-picker": [
          "dyte-spinner",
          "dyte-button",
          "dyte-icon"
        ],
        "dyte-text-message-view": [
          "dyte-markdown-view"
        ],
        "dyte-draft-attachment-view": [
          "dyte-tooltip",
          "dyte-button",
          "dyte-icon"
        ],
        "dyte-text-composer-view": [
          "dyte-icon"
        ],
        "dyte-file-picker-button": [
          "dyte-tooltip",
          "dyte-button",
          "dyte-icon"
        ],
        "dyte-emoji-picker-button": [
          "dyte-tooltip",
          "dyte-button",
          "dyte-icon"
        ],
        "dyte-channel-header": [
          "dyte-dialog",
          "dyte-channel-details",
          "dyte-button",
          "dyte-icon",
          "dyte-tooltip"
        ],
        "dyte-channel-details": [
          "dyte-avatar"
        ],
        "dyte-chat-search-results": [
          "dyte-chat-message",
          "dyte-paginated-list"
        ],
        "dyte-chat-message": [
          "dyte-text-message",
          "dyte-image-message",
          "dyte-file-message",
          "dyte-menu",
          "dyte-icon",
          "dyte-menu-list",
          "dyte-menu-item",
          "dyte-avatar"
        ],
        "dyte-image-message": [
          "dyte-spinner",
          "dyte-icon",
          "dyte-button"
        ],
        "dyte-file-message": [
          "dyte-button",
          "dyte-icon"
        ],
        "dyte-paginated-list": [
          "dyte-button",
          "dyte-icon",
          "dyte-spinner"
        ],
        "dyte-chat-messages-ui-paginated": [
          "dyte-message-view",
          "dyte-text-message-view",
          "dyte-file-message-view",
          "dyte-image-message-view",
          "dyte-icon",
          "dyte-paginated-list"
        ],
        "dyte-message-view": [
          "dyte-menu",
          "dyte-icon",
          "dyte-menu-list",
          "dyte-menu-item",
          "dyte-avatar"
        ],
        "dyte-file-message-view": [
          "dyte-button",
          "dyte-icon"
        ],
        "dyte-image-message-view": [
          "dyte-spinner",
          "dyte-icon",
          "dyte-button"
        ],
        "dyte-channel-selector-view": [
          "dyte-icon",
          "dyte-avatar",
          "dyte-text-message-view"
        ],
        "dyte-chat-messages-ui": [
          "dyte-message-view",
          "dyte-text-message-view",
          "dyte-file-message-view",
          "dyte-image-message-view",
          "dyte-tooltip",
          "dyte-button",
          "dyte-icon"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-meeting-title/dyte-meeting-title.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-meeting-title",
      "docs": "Displays the title of the meeting.",
      "docsTags": [],
      "usage": {
        "angular-example": "```html\n<dyte-meeting-title #dyteEl></dyte-meeting-title>\n```\n\n```js\nclass MyComponent {\n  title = 'MyComponent';\n\n  @ViewChild('dyteEl') dyteEl: DyteMeetingTitle;\n\n  dyteMeeting: DyteClient; // meeting instance\n\n  async ngAfterViewInit() {\n    this.dyteEl.meeting = dyteMeeting;\n  }\n}\n```\n",
        "html-example": "```html\n<dyte-meeting-title id=\"dyte-el\"></dyte-meeting-title>\n\n<script>\n  const el = document.getElementById('dyte-el');\n  el.meeting = meeting;\n</script>\n```\n",
        "react-example": "```jsx live\n<DyteMeetingTitle meeting={meeting} />\n```\n"
      },
      "props": [
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [
        {
          "name": "title",
          "docs": ""
        },
        {
          "name": "tooltip",
          "docs": ""
        }
      ],
      "dependents": [],
      "dependencies": [
        "dyte-tooltip"
      ],
      "dependencyGraph": {
        "dyte-meeting-title": [
          "dyte-tooltip"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-menu/dyte-menu.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-menu",
      "docs": "A menu component.",
      "docsTags": [
        {
          "name": "slot",
          "text": "- Default slot where you put the contents that you want inside menu"
        },
        {
          "name": "slot",
          "text": "trigger - Slot where you put your trigger element, clicking on which will open the menu"
        }
      ],
      "usage": {
        "angular-example": "```html\n<dyte-menu placement=\"top\">\n  <dyte-button slot=\"trigger\">Top Menu</dyte-button>\n  <dyte-menu-list>\n    <dyte-menu-item (click)=\"showAlert()\">alert()</dyte-button>\n  </dyte-menu-list>\n</dyte-menu>\n```\n\nComponent\n\n```js\nclass MyComponent {\n  title = 'MyComponent';\n\n  showAlert() {\n    alert('You have clicked alert()');\n  }\n}\n```\n",
        "html-example": "```html\n<dyte-menu placement=\"top\">\n  <dyte-button slot=\"trigger\">Top Menu</dyte-button>\n  <dyte-menu-list>\n    <dyte-menu-item onclick=\"alert('You clicked alert()')\">alert()</dyte-button>\n  </dyte-menu-list>\n</dyte-menu>\n```\n",
        "react-example": "```jsx live\n<Row style={{ padding: '52px 0 0 0' }}>\n  <DyteMenu placement=\"top\">\n    <DyteButton slot=\"trigger\">Top Menu</DyteButton>\n    <DyteMenuList>\n      <DyteMenuItem onClick={() => alert('You clicked: alert()')}>\n        alert()\n      </DyteMenuItem>\n    </DyteMenuList>\n  </DyteMenu>\n\n  {/* This menu will be placed at top due to less space */}\n  <DyteMenu placement=\"bottom\">\n    <DyteButton slot=\"trigger\">Bottom Menu</DyteButton>\n    <DyteMenuList>\n      <DyteMenuItem onClick={() => alert('You clicked: alert()')}>\n        alert()\n      </DyteMenuItem>\n    </DyteMenuList>\n  </DyteMenu>\n</Row>\n```\n"
      },
      "props": [
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "offset",
          "type": "number",
          "complexType": {
            "original": "number",
            "resolved": "number",
            "references": {}
          },
          "mutable": false,
          "attr": "offset",
          "reflectToAttr": false,
          "docs": "Offset in px",
          "docsTags": [],
          "default": "10",
          "values": [
            {
              "type": "number"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "placement",
          "type": "\"bottom\" | \"bottom-end\" | \"bottom-start\" | \"left\" | \"left-end\" | \"left-start\" | \"right\" | \"right-end\" | \"right-start\" | \"top\" | \"top-end\" | \"top-start\"",
          "complexType": {
            "original": "Placement",
            "resolved": "\"bottom\" | \"bottom-end\" | \"bottom-start\" | \"left\" | \"left-end\" | \"left-start\" | \"right\" | \"right-end\" | \"right-start\" | \"top\" | \"top-end\" | \"top-start\"",
            "references": {
              "Placement": {
                "location": "import",
                "path": "../../types/floating-ui",
                "id": "src/types/floating-ui.ts::Placement"
              }
            }
          },
          "mutable": false,
          "attr": "placement",
          "reflectToAttr": false,
          "docs": "Placement of menu",
          "docsTags": [],
          "default": "'bottom-end'",
          "values": [
            {
              "value": "bottom",
              "type": "string"
            },
            {
              "value": "bottom-end",
              "type": "string"
            },
            {
              "value": "bottom-start",
              "type": "string"
            },
            {
              "value": "left",
              "type": "string"
            },
            {
              "value": "left-end",
              "type": "string"
            },
            {
              "value": "left-start",
              "type": "string"
            },
            {
              "value": "right",
              "type": "string"
            },
            {
              "value": "right-end",
              "type": "string"
            },
            {
              "value": "right-start",
              "type": "string"
            },
            {
              "value": "top",
              "type": "string"
            },
            {
              "value": "top-end",
              "type": "string"
            },
            {
              "value": "top-start",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [],
      "listeners": [],
      "styles": [],
      "slots": [
        {
          "name": "",
          "docs": "Default slot where you put the contents that you want inside menu"
        },
        {
          "name": "trigger",
          "docs": "Slot where you put your trigger element, clicking on which will open the menu"
        }
      ],
      "parts": [
        {
          "name": "menu-list",
          "docs": ""
        }
      ],
      "dependents": [
        "dyte-chat-message",
        "dyte-message-view"
      ],
      "dependencies": [],
      "dependencyGraph": {
        "dyte-chat-message": [
          "dyte-menu"
        ],
        "dyte-message-view": [
          "dyte-menu"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-menu-item/dyte-menu-item.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-menu-item",
      "docs": "A menu item component.",
      "docsTags": [
        {
          "name": "slot",
          "text": "- Default slot"
        },
        {
          "name": "slot",
          "text": "start - Slot for content you want at the start"
        },
        {
          "name": "slot",
          "text": "end - Slot for content you want at the end"
        }
      ],
      "usage": {
        "angular-example": "```html\n<dyte-menu placement=\"top\">\n  <dyte-button slot=\"trigger\">Top Menu</dyte-button>\n  <dyte-menu-list>\n    <dyte-menu-item (click)=\"showAlert()\">alert()</dyte-button>\n  </dyte-menu-list>\n</dyte-menu>\n```\n\nComponent\n\n```js\nclass MyComponent {\n  title = 'MyComponent';\n\n  showAlert() {\n    alert('You have clicked alert()');\n  }\n}\n```\n",
        "html-example": "```html\n<dyte-menu placement=\"top\">\n  <dyte-button slot=\"trigger\">Top Menu</dyte-button>\n  <dyte-menu-list>\n    <dyte-menu-item onclick=\"alert('You clicked alert()')\">alert()</dyte-button>\n  </dyte-menu-list>\n</dyte-menu>\n```\n",
        "react-example": "```jsx live\n<Row style={{ padding: '52px 0 0 0' }}>\n  <DyteMenu placement=\"top\">\n    <DyteButton slot=\"trigger\">Top Menu</DyteButton>\n    <DyteMenuList>\n      <DyteMenuItem onClick={() => alert('You clicked: alert()')}>\n        alert()\n      </DyteMenuItem>\n    </DyteMenuList>\n  </DyteMenu>\n\n  {/* This menu will be placed at top due to less space */}\n  <DyteMenu placement=\"bottom\">\n    <DyteButton slot=\"trigger\">Bottom Menu</DyteButton>\n    <DyteMenuList>\n      <DyteMenuItem onClick={() => alert('You clicked: alert()')}>\n        alert()\n      </DyteMenuItem>\n    </DyteMenuList>\n  </DyteMenu>\n</Row>\n```\n"
      },
      "props": [
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [],
      "listeners": [],
      "styles": [],
      "slots": [
        {
          "name": "",
          "docs": "Default slot"
        },
        {
          "name": "end",
          "docs": "Slot for content you want at the end"
        },
        {
          "name": "start",
          "docs": "Slot for content you want at the start"
        }
      ],
      "parts": [],
      "dependents": [
        "dyte-chat-message",
        "dyte-message-view",
        "dyte-participant"
      ],
      "dependencies": [],
      "dependencyGraph": {
        "dyte-chat-message": [
          "dyte-menu-item"
        ],
        "dyte-message-view": [
          "dyte-menu-item"
        ],
        "dyte-participant": [
          "dyte-menu-item"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-menu-list/dyte-menu-list.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-menu-list",
      "docs": "A menu list component.",
      "docsTags": [
        {
          "name": "slot",
          "text": "- Default slot"
        }
      ],
      "usage": {
        "angular-example": "```html\n<dyte-menu placement=\"top\">\n  <dyte-button slot=\"trigger\">Top Menu</dyte-button>\n  <dyte-menu-list>\n    <dyte-menu-item (click)=\"showAlert()\">alert()</dyte-button>\n  </dyte-menu-list>\n</dyte-menu>\n```\n\nComponent\n\n```js\nclass MyComponent {\n  title = 'MyComponent';\n\n  showAlert() {\n    alert('You have clicked alert()');\n  }\n}\n```\n",
        "html-example": "```html\n<dyte-menu placement=\"top\">\n  <dyte-button slot=\"trigger\">Top Menu</dyte-button>\n  <dyte-menu-list>\n    <dyte-menu-item onclick=\"alert('You clicked alert()')\">alert()</dyte-button>\n  </dyte-menu-list>\n</dyte-menu>\n```\n",
        "react-example": "```jsx live\n<Row style={{ padding: '52px 0 0 0' }}>\n  <DyteMenu placement=\"top\">\n    <DyteButton slot=\"trigger\">Top Menu</DyteButton>\n    <DyteMenuList>\n      <DyteMenuItem onClick={() => alert('You clicked: alert()')}>\n        alert()\n      </DyteMenuItem>\n    </DyteMenuList>\n  </DyteMenu>\n\n  {/* This menu will be placed at top due to less space */}\n  <DyteMenu placement=\"bottom\">\n    <DyteButton slot=\"trigger\">Bottom Menu</DyteButton>\n    <DyteMenuList>\n      <DyteMenuItem onClick={() => alert('You clicked: alert()')}>\n        alert()\n      </DyteMenuItem>\n    </DyteMenuList>\n  </DyteMenu>\n</Row>\n```\n"
      },
      "props": [
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [],
      "listeners": [],
      "styles": [],
      "slots": [
        {
          "name": "",
          "docs": "Default slot"
        }
      ],
      "parts": [],
      "dependents": [
        "dyte-chat-message",
        "dyte-message-view",
        "dyte-participant"
      ],
      "dependencies": [],
      "dependencyGraph": {
        "dyte-chat-message": [
          "dyte-menu-list"
        ],
        "dyte-message-view": [
          "dyte-menu-list"
        ],
        "dyte-participant": [
          "dyte-menu-list"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-message-list-view/dyte-message-list-view.tsx",
      "encapsulation": "none",
      "tag": "dyte-message-list-view",
      "docs": "A component which renders list of messages.",
      "docsTags": [],
      "usage": {
        "angular-example": "```html\n<dyte-message-list-view\n  [messages]=\"messages\"\n  [renderer]=\"renderer\"\n  [loadMore]=\"loadMore\"\n  #list\n></dyte-message-list-view>\n```\n\nComponent\n\n```js\nclass MyComponent {\n  title = 'MyComponent';\n\n  @ViewChild('list') componentList: DyteMessageListView;\n\n  async ngOnInit() {\n    this.messages = [{ id: 'unique-123', text: 'Hello!!' }];\n    this.renderer = (message, index) => {\n      const $messageEl = document.createElement('div');\n      $messageEl.innerHTML = `<span>${message.text}</span>`;\n      return $messageEl;\n    };\n    this.loadMore = (lastMessage) => {\n      const oldMessages = fetchOlderMessages(lastMessage);\n      return oldMessages;\n    };\n  }\n}\n```\n",
        "html-example": "```html\n<dyte-message-list-view id=\"list\"></dyte-message-list-view>\n```\n\n```js\nconst $list = document.getElementById('list');\n$list.messages = [{ id: 'unique-123', text: 'Hello!!' }];\n$list.renderer = (message, index) => {\n  const $messageEl = document.createElement('div');\n  $messageEl.innerHTML = `<span>${message.text}</span>`;\n  return $messageEl;\n};\n$list.loadMore = (lastMessage) => {\n  const oldMessages = fetchOlderMessages(lastMessage);\n  return oldMessages;\n};\n```\n",
        "react-example": "```jsx live\n<DyteMessageListView\n  messages={messages}\n  renderer={(message, index) => {\n    return <div>{message.text}</div>;\n  }}\n  loadMore={(lastMessage) => {\n    const oldMessages = fetchOlderMessages(lastMessage);\n    return oldMessages;\n  }}\n></DyteMessageListView>\n```\n"
      },
      "props": [
        {
          "name": "estimateItemSize",
          "type": "number",
          "complexType": {
            "original": "number",
            "resolved": "number",
            "references": {}
          },
          "mutable": false,
          "attr": "estimate-item-size",
          "reflectToAttr": false,
          "docs": "Estimated height of an item",
          "docsTags": [],
          "default": "100",
          "values": [
            {
              "type": "number"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "loadMore",
          "type": "(lastMessage: Message) => Promise<Message[]>",
          "complexType": {
            "original": "(lastMessage: Message) => Promise<Message[]>",
            "resolved": "(lastMessage: Message) => Promise<Message[]>",
            "references": {
              "Message": {
                "location": "global",
                "id": "global::Message"
              },
              "Promise": {
                "location": "global",
                "id": "global::Promise"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Function to load more messages.\nMessages returned from this will be preprended",
          "docsTags": [],
          "values": [
            {
              "type": "(lastMessage: Message) => Promise<Message[]>"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "messages",
          "type": "Message[]",
          "complexType": {
            "original": "Message[]",
            "resolved": "Message[]",
            "references": {
              "Message": {
                "location": "global",
                "id": "global::Message"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Messages to render",
          "docsTags": [],
          "values": [
            {
              "type": "Message[]"
            }
          ],
          "optional": false,
          "required": true,
          "getter": false,
          "setter": false
        },
        {
          "name": "renderer",
          "type": "(message: Message, index: number) => HTMLElement",
          "complexType": {
            "original": "(message: Message, index: number) => HTMLElement",
            "resolved": "(message: Message, index: number) => HTMLElement",
            "references": {
              "Message": {
                "location": "global",
                "id": "global::Message"
              },
              "HTMLElement": {
                "location": "global",
                "id": "global::HTMLElement"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Render function of the message",
          "docsTags": [],
          "values": [
            {
              "type": "(message: Message, index: number) => HTMLElement"
            }
          ],
          "optional": false,
          "required": true,
          "getter": false,
          "setter": false
        },
        {
          "name": "visibleItemsCount",
          "type": "number",
          "complexType": {
            "original": "number",
            "resolved": "number",
            "references": {}
          },
          "mutable": false,
          "attr": "visible-items-count",
          "reflectToAttr": false,
          "docs": "Maximum visible messages",
          "docsTags": [],
          "default": "MAX_VISIBLE_ITEMS",
          "values": [
            {
              "type": "number"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [],
      "dependents": [],
      "dependencies": [
        "dyte-spinner"
      ],
      "dependencyGraph": {
        "dyte-message-list-view": [
          "dyte-spinner"
        ],
        "dyte-spinner": [
          "dyte-icon"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-message-view/dyte-message-view.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-message-view",
      "docs": "",
      "docsTags": [],
      "usage": {
        "angular-example": "```html\n<dyte-message-view #message>Hello NY!</dyte-message-view>\n```\n\nComponent\n\n```js\nclass MyComponent {\n  title = 'MyComponent';\n\n  @ViewChild('message') componentMessage: DyteMessageView;\n\n  async ngAfterViewInit() {\n    this.componentMessage.authorName = \"Peter\";\n    this.componentMessage.avatarUrl = \"https://peter.jpg\";\n    this.componentMessage.time= new Date();\n    this.componentMessage.actions= [{ id: 'delete', label: 'Delete' }];\n    this.componentMessage.onAction= (actionId) => void;\n  }\n}\n```\n",
        "html-example": "```html\n<dyte-message-view id=\"message\"> Hello NY! </dyte-message-view>\n```\n\n```js\nconst $message = document.getElementById(\"message\");\n$message.authorName = \"Peter\";\n$message.avatarUrl = \"https://peter.jpg\";\n$message.time= new Date();\n$message.actions= [{ id: 'delete', label: 'Delete' }];\n$message.onAction= (actionId) => void;\n```\n",
        "react-example": "```jsx live\n<DyteMessageView\n  authorName=\"Peter\"\n  avatarUrl=\"https://peter.jpg\"\n  time={new Date()}\n  actions={[{ id: 'delete', label: 'Delete' }]}\n  onAction={(actionId) => void}\n>Hello NY!</DyteMessageView>\n```\n"
      },
      "props": [
        {
          "name": "actions",
          "type": "MessageAction[]",
          "complexType": {
            "original": "MessageAction[]",
            "resolved": "MessageAction[]",
            "references": {
              "MessageAction": {
                "location": "local",
                "path": "/home/runner/work/ui-kit/ui-kit/packages/core/src/components/dyte-message-view/dyte-message-view.tsx",
                "id": "src/components/dyte-message-view/dyte-message-view.tsx::MessageAction"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "List of actions to show in menu",
          "docsTags": [],
          "default": "[]",
          "values": [
            {
              "type": "MessageAction[]"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "authorName",
          "type": "string",
          "complexType": {
            "original": "string",
            "resolved": "string",
            "references": {}
          },
          "mutable": false,
          "attr": "author-name",
          "reflectToAttr": false,
          "docs": "Author display label",
          "docsTags": [],
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "avatarUrl",
          "type": "string",
          "complexType": {
            "original": "string",
            "resolved": "string",
            "references": {}
          },
          "mutable": false,
          "attr": "avatar-url",
          "reflectToAttr": false,
          "docs": "Avatar image url",
          "docsTags": [],
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "hideAuthorName",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "hide-author-name",
          "reflectToAttr": false,
          "docs": "Hides author display label",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "hideAvatar",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "hide-avatar",
          "reflectToAttr": false,
          "docs": "Hides avatar",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "hideMetadata",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "hide-metadata",
          "reflectToAttr": false,
          "docs": "Hides metadata (time)",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "time",
          "type": "Date",
          "complexType": {
            "original": "Date",
            "resolved": "Date",
            "references": {
              "Date": {
                "location": "global",
                "id": "global::Date"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Time when message was sent",
          "docsTags": [],
          "values": [
            {
              "type": "Date"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "variant",
          "type": "\"bubble\" | \"plain\"",
          "complexType": {
            "original": "'plain' | 'bubble'",
            "resolved": "\"bubble\" | \"plain\"",
            "references": {}
          },
          "mutable": false,
          "attr": "variant",
          "reflectToAttr": false,
          "docs": "Appearance",
          "docsTags": [],
          "default": "'bubble'",
          "values": [
            {
              "value": "bubble",
              "type": "string"
            },
            {
              "value": "plain",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "viewType",
          "type": "\"incoming\" | \"outgoing\"",
          "complexType": {
            "original": "'incoming' | 'outgoing'",
            "resolved": "\"incoming\" | \"outgoing\"",
            "references": {}
          },
          "mutable": false,
          "attr": "view-type",
          "reflectToAttr": false,
          "docs": "Render",
          "docsTags": [],
          "default": "'outgoing'",
          "values": [
            {
              "value": "incoming",
              "type": "string"
            },
            {
              "value": "outgoing",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "action",
          "detail": "string",
          "bubbles": true,
          "complexType": {
            "original": "string",
            "resolved": "string",
            "references": {}
          },
          "cancelable": true,
          "composed": true,
          "docs": "action event",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [
        {
          "name": "avatar",
          "docs": ""
        },
        {
          "name": "message",
          "docs": ""
        }
      ],
      "dependents": [
        "dyte-chat-messages-ui",
        "dyte-chat-messages-ui-paginated"
      ],
      "dependencies": [
        "dyte-menu",
        "dyte-icon",
        "dyte-menu-list",
        "dyte-menu-item",
        "dyte-avatar"
      ],
      "dependencyGraph": {
        "dyte-message-view": [
          "dyte-menu",
          "dyte-icon",
          "dyte-menu-list",
          "dyte-menu-item",
          "dyte-avatar"
        ],
        "dyte-avatar": [
          "dyte-spinner"
        ],
        "dyte-spinner": [
          "dyte-icon"
        ],
        "dyte-chat-messages-ui": [
          "dyte-message-view"
        ],
        "dyte-chat-messages-ui-paginated": [
          "dyte-message-view"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-mic-toggle/dyte-mic-toggle.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-mic-toggle",
      "docs": "A button which toggles your microphone.",
      "docsTags": [],
      "usage": {
        "angular-example": "Template\n\n```html\n<dyte-mic-toggle #one></dyte-mic-toggle>\n<dyte-mic-toggle #two></dyte-mic-toggle>\n<dyte-mic-toggle #three></dyte-mic-toggle>\n```\n\nComponent\n\n```js\nclass MyComponent {\n  title = 'MyComponent';\n\n  @ViewChild('one') componentOne: DyteMicToggle;\n\n  @ViewChild('two') componentTwo: DyteMicToggle;\n\n  @ViewChild('three') componentTree: DyteMicToggle;\n\n  dyteMeeting: DyteClient; // meeting instance\n\n  async ngAfterViewInit() {\n    // Change the size to small\n    this.componentOne.meeting = this.dyteMeeting;\n    this.componentOne.size = 'sm';\n\n    // Change the size to large\n    this.componentTwo.meeting = this.dyteMeeting;\n    this.componentTwo.size = 'lg';\n\n    // Render as a horizontal button\n    this.componentThree.meeting = this.dyteMeeting;\n    this.componentThree.variant = 'horizontal';\n  }\n}\n```\n",
        "html-example": "```html\n<dyte-mic-toggle size=\"sm\" class=\"dyte-el\"></dyte-mic-toggle>\n<dyte-mic-toggle size=\"lg\" class=\"dyte-el\"></dyte-mic-toggle>\n<dyte-mic-toggle variant=\"horizontal\" class=\"dyte-el\"></dyte-mic-toggle>\n\n<script>\n  const elements = document.getElementsByClassName('dyte-el');\n  for (const el of elements) {\n    el.meeting = meeting;\n  }\n</script>\n```\n",
        "react-example": "```jsx live\n<Center>\n  <DyteMicToggle size=\"sm\" meeting={meeting} />\n  <DyteMicToggle size=\"lg\" meeting={meeting} />\n  <DyteMicToggle variant=\"horizontal\" size=\"sm\" meeting={meeting} />\n</Center>\n```\n"
      },
      "props": [
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "variant",
          "type": "\"button\" | \"horizontal\"",
          "complexType": {
            "original": "ControlBarVariant",
            "resolved": "\"button\" | \"horizontal\"",
            "references": {
              "ControlBarVariant": {
                "location": "import",
                "path": "../dyte-controlbar-button/dyte-controlbar-button",
                "id": "src/components/dyte-controlbar-button/dyte-controlbar-button.tsx::ControlBarVariant"
              }
            }
          },
          "mutable": false,
          "attr": "variant",
          "reflectToAttr": true,
          "docs": "Variant",
          "docsTags": [],
          "default": "'button'",
          "values": [
            {
              "value": "button",
              "type": "string"
            },
            {
              "value": "horizontal",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "dyteStateUpdate",
          "detail": "States",
          "bubbles": true,
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "cancelable": true,
          "composed": true,
          "docs": "Emits updated state data",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [
        {
          "name": "controlbar-button",
          "docs": ""
        },
        {
          "name": "tooltip",
          "docs": ""
        }
      ],
      "dependents": [],
      "dependencies": [
        "dyte-tooltip",
        "dyte-controlbar-button"
      ],
      "dependencyGraph": {
        "dyte-mic-toggle": [
          "dyte-tooltip",
          "dyte-controlbar-button"
        ],
        "dyte-controlbar-button": [
          "dyte-spinner",
          "dyte-icon"
        ],
        "dyte-spinner": [
          "dyte-icon"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-microphone-selector/dyte-microphone-selector.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-microphone-selector",
      "docs": "A component which lets to manage your audio devices and audio preferences.\n\nEmits `dyteStateUpdate` event with data for muting notification sounds:\n```ts\n{\n prefs: {\n   muteNotificationSounds: boolean\n }\n}\n```",
      "docsTags": [],
      "usage": {},
      "props": [
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "variant",
          "type": "\"full\" | \"inline\"",
          "complexType": {
            "original": "'full' | 'inline'",
            "resolved": "\"full\" | \"inline\"",
            "references": {}
          },
          "mutable": false,
          "attr": "variant",
          "reflectToAttr": false,
          "docs": "variant",
          "docsTags": [],
          "default": "'full'",
          "values": [
            {
              "value": "full",
              "type": "string"
            },
            {
              "value": "inline",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [
        {
          "name": "microphone-selection",
          "docs": ""
        }
      ],
      "dependents": [
        "dyte-settings-audio",
        "dyte-setup-screen"
      ],
      "dependencies": [
        "dyte-icon"
      ],
      "dependencyGraph": {
        "dyte-microphone-selector": [
          "dyte-icon"
        ],
        "dyte-settings-audio": [
          "dyte-microphone-selector"
        ],
        "dyte-setup-screen": [
          "dyte-microphone-selector"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-mixed-grid/dyte-mixed-grid.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-mixed-grid",
      "docs": "A grid component which handles screenshares, plugins and participants.",
      "docsTags": [],
      "usage": {
        "angular-example": "```html\n<dyte-mixed-grid #dyteEl></dyte-mixed-grid>\n```\n\nComponent\n\n```js\nclass MyComponent {\n  title = 'MyComponent';\n\n  @ViewChild('dyteEl') dyteEl: DyteMixedGrid;\n\n  dyteMeeting: DyteClient; // meeting instance\n\n  async ngAfterViewInit() {\n    this.dyteEl.participants = [this.dyteMeeting.self];\n    this.dyteEl.pinnedParticipants = [this.dyteMeeting.self];\n    this.dyteEl.screenShareParticipants = [this.dyteMeeting.self];\n    this.dyteEl.plugins = [];\n  }\n}\n```\n",
        "html-example": "```html\n<dyte-mixed-grid id=\"dyte-el\"></dyte-mixed-grid>\n\n<script>\n  const el = document.getElementBydId('dyte-el');\n  el.participants = [meeting.self];\n  el.pinnedParticipants = [meeting.self];\n  el.screenShareParticipants = [meeting.self];\n  el.plugins = [];\n</script>\n\n<style>\n  dyte-mixed-grid {\n    height: 360px;\n    width: 100%;\n  }\n</style>\n```\n",
        "react-example": "```jsx live\n<DyteMixedGrid\n  participants={[meeting.self]}\n  pinnedParticipants={[meeting.self]}\n  screenShareParticipants={[meeting.self]}\n  plugins={[]}\n  style={{ height: '360px', width: '100%' }}\n/>\n```\n"
      },
      "props": [
        {
          "name": "aspectRatio",
          "type": "string",
          "complexType": {
            "original": "string",
            "resolved": "string",
            "references": {}
          },
          "mutable": false,
          "attr": "aspect-ratio",
          "reflectToAttr": false,
          "docs": "Aspect Ratio of participant tile\n\nFormat: `width:height`",
          "docsTags": [],
          "default": "'16:9'",
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "config",
          "type": "UIConfig",
          "complexType": {
            "original": "UIConfig",
            "resolved": "UIConfig",
            "references": {
              "UIConfig": {
                "location": "import",
                "path": "../../types/ui-config",
                "id": "src/types/ui-config/index.ts::UIConfig"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "UI Config",
          "docsTags": [],
          "default": "defaultConfig",
          "values": [
            {
              "type": "UIConfig"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "gap",
          "type": "number",
          "complexType": {
            "original": "number",
            "resolved": "number",
            "references": {}
          },
          "mutable": false,
          "attr": "gap",
          "reflectToAttr": false,
          "docs": "Gap between participant tiles",
          "docsTags": [],
          "default": "8",
          "values": [
            {
              "type": "number"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "gridSize",
          "type": "GridSize",
          "complexType": {
            "original": "GridSize",
            "resolved": "GridSize",
            "references": {
              "GridSize": {
                "location": "import",
                "path": "../dyte-grid/dyte-grid",
                "id": "src/components/dyte-grid/dyte-grid.tsx::GridSize"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Grid size",
          "docsTags": [],
          "default": "defaultGridSize",
          "values": [
            {
              "type": "GridSize"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon Pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "layout",
          "type": "\"column\" | \"row\"",
          "complexType": {
            "original": "GridLayout",
            "resolved": "\"column\" | \"row\"",
            "references": {
              "GridLayout": {
                "location": "import",
                "path": "../dyte-grid/dyte-grid",
                "id": "src/components/dyte-grid/dyte-grid.tsx::GridLayout"
              }
            }
          },
          "mutable": false,
          "attr": "layout",
          "reflectToAttr": true,
          "docs": "Grid Layout",
          "docsTags": [],
          "default": "'row'",
          "values": [
            {
              "value": "column",
              "type": "string"
            },
            {
              "value": "row",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "participants",
          "type": "Peer[]",
          "complexType": {
            "original": "Peer[]",
            "resolved": "Peer[]",
            "references": {
              "Peer": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Peer"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Participants",
          "docsTags": [],
          "default": "[]",
          "values": [
            {
              "type": "Peer[]"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "pinnedParticipants",
          "type": "Peer[]",
          "complexType": {
            "original": "Peer[]",
            "resolved": "Peer[]",
            "references": {
              "Peer": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Peer"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Pinned Participants",
          "docsTags": [],
          "default": "[]",
          "values": [
            {
              "type": "Peer[]"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "plugins",
          "type": "Readonly<DytePlugin$1>[]",
          "complexType": {
            "original": "DytePlugin[]",
            "resolved": "Readonly<DytePlugin$1>[]",
            "references": {
              "DytePlugin": {
                "location": "import",
                "path": "@dytesdk/web-core",
                "id": "../../node_modules/@dytesdk/web-core/dist/index.d.ts::DytePlugin"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Active Plugins",
          "docsTags": [],
          "default": "[]",
          "values": [
            {
              "type": "Readonly<DytePlugin$1>[]"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "screenShareParticipants",
          "type": "Peer[]",
          "complexType": {
            "original": "Peer[]",
            "resolved": "Peer[]",
            "references": {
              "Peer": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Peer"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Screenshare Participants",
          "docsTags": [],
          "default": "[]",
          "values": [
            {
              "type": "Peer[]"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "states",
          "type": "States",
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "States object",
          "docsTags": [],
          "values": [
            {
              "type": "States"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [
        {
          "name": "main-view",
          "docs": ""
        }
      ],
      "dependents": [],
      "dependencies": [
        "dyte-tab-bar",
        "dyte-plugin-main"
      ],
      "dependencyGraph": {
        "dyte-mixed-grid": [
          "dyte-tab-bar",
          "dyte-plugin-main"
        ],
        "dyte-tab-bar": [
          "dyte-spotlight-indicator",
          "dyte-button",
          "dyte-icon"
        ],
        "dyte-spotlight-indicator": [
          "dyte-tooltip",
          "dyte-icon"
        ],
        "dyte-plugin-main": [
          "dyte-button",
          "dyte-icon"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-more-toggle/dyte-more-toggle.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-more-toggle",
      "docs": "A button which toggles visibility of a more menu.\n\nWhen clicked it emits a `dyteStateUpdate` event with the data:\n\n```ts\n{ activeMoreMenu: boolean; }\n```",
      "docsTags": [],
      "usage": {
        "angular-example": "```html\n<dyte-more-toggle size=\"sm\"></dyte-more-toggle>\n<dyte-more-toggle size=\"lg\"></dyte-more-toggle>\n<dyte-more-toggle variant=\"horizontal\"></dyte-more-toggle>\n```\n",
        "html-example": "```html\n<dyte-more-toggle size=\"sm\"></dyte-more-toggle>\n<dyte-more-toggle size=\"lg\"></dyte-more-toggle>\n<dyte-more-toggle variant=\"horizontal\"></dyte-more-toggle>\n```\n",
        "react-example": "```jsx live\n<Center>\n  <DyteMoreToggle size=\"sm\" />\n  <DyteMoreToggle size=\"lg\" />\n  <DyteMoreToggle variant=\"horizontal\" size=\"sm\" />\n</Center>\n```\n"
      },
      "props": [
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "states",
          "type": "States",
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "States object",
          "docsTags": [],
          "values": [
            {
              "type": "States"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "dyteStateUpdate",
          "detail": "States",
          "bubbles": true,
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "cancelable": true,
          "composed": true,
          "docs": "Emits updated state data",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [
        {
          "name": "controlbar-button",
          "docs": ""
        }
      ],
      "dependents": [],
      "dependencies": [
        "dyte-controlbar-button"
      ],
      "dependencyGraph": {
        "dyte-more-toggle": [
          "dyte-controlbar-button"
        ],
        "dyte-controlbar-button": [
          "dyte-spinner",
          "dyte-icon"
        ],
        "dyte-spinner": [
          "dyte-icon"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-mute-all-button/dyte-mute-all-button.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-mute-all-button",
      "docs": "",
      "docsTags": [],
      "usage": {
        "angular-example": "Template\n\n```html\n<dyte-mute-all-button #one></dyte-mute-all-button>\n<dyte-mute-all-button #two></dyte-mute-all-button>\n<dyte-mute-all-button #three></dyte-mute-all-button>\n```\n\nComponent\n\n```js\nclass MyComponent {\n  title = 'MyComponent';\n\n  @ViewChild('one') componentOne: DyteMuteAllButton;\n\n  @ViewChild('two') componentTwo: DyteMuteAllButton;\n\n  @ViewChild('three') componentTree: DyteMuteAllButton;\n\n  dyteMeeting: DyteClient; // meeting instance\n\n  async ngAfterViewInit() {\n    // Change the size to small\n    this.componentOne.meeting = this.dyteMeeting;\n    this.componentOne.size = 'sm';\n\n    // Change the size to large\n    this.componentTwo.meeting = this.dyteMeeting;\n    this.componentTwo.size = 'lg';\n\n    // Render as a horizontal button\n    this.componentThree.meeting = this.dyteMeeting;\n    this.componentThree.variant = 'horizontal';\n  }\n}\n```\n",
        "html-example": "```html\n<dyte-mute-all-button size=\"sm\" class=\"dyte-el\"></dyte-mute-all-button>\n<dyte-mute-all-button size=\"lg\" class=\"dyte-el\"></dyte-mute-all-button>\n<dyte-mute-all-button\n  variant=\"horizontal\"\n  class=\"dyte-el\"\n></dyte-mute-all-button>\n\n<script>\n  const elements = document.getElementsByClassName('dyte-el');\n  for (const el of elements) {\n    el.meeting = meeting;\n  }\n</script>\n```\n",
        "react-example": "```jsx live\n<Center>\n  <DyteMuteAllButton size=\"sm\" meeting={meeting} />\n  <DyteMuteAllButton size=\"lg\" meeting={meeting} />\n  <DyteMuteAllButton variant=\"horizontal\" size=\"sm\" meeting={meeting} />\n</Center>\n```\n"
      },
      "props": [
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "variant",
          "type": "\"button\" | \"horizontal\"",
          "complexType": {
            "original": "ControlBarVariant",
            "resolved": "\"button\" | \"horizontal\"",
            "references": {
              "ControlBarVariant": {
                "location": "import",
                "path": "../dyte-controlbar-button/dyte-controlbar-button",
                "id": "src/components/dyte-controlbar-button/dyte-controlbar-button.tsx::ControlBarVariant"
              }
            }
          },
          "mutable": false,
          "attr": "variant",
          "reflectToAttr": true,
          "docs": "Variant",
          "docsTags": [],
          "default": "'button'",
          "values": [
            {
              "value": "button",
              "type": "string"
            },
            {
              "value": "horizontal",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "dyteStateUpdate",
          "detail": "States",
          "bubbles": true,
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::States"
              }
            }
          },
          "cancelable": true,
          "composed": true,
          "docs": "Emits updated state data",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [
        {
          "name": "controlbar-button",
          "docs": ""
        },
        {
          "name": "tooltip",
          "docs": ""
        }
      ],
      "dependents": [],
      "dependencies": [
        "dyte-tooltip",
        "dyte-controlbar-button"
      ],
      "dependencyGraph": {
        "dyte-mute-all-button": [
          "dyte-tooltip",
          "dyte-controlbar-button"
        ],
        "dyte-controlbar-button": [
          "dyte-spinner",
          "dyte-icon"
        ],
        "dyte-spinner": [
          "dyte-icon"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-mute-all-confirmation/dyte-mute-all-confirmation.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-mute-all-confirmation",
      "docs": "",
      "docsTags": [],
      "usage": {
        "angular-example": "Template\n\n```html\n<div>\n  <dyte-mute-all-confirmation #myId></dyte-mute-all-confirmation>\n</div>\n```\n\nComponent\n\n```js\nclass MyComponent {\n  title = 'MyComponent';\n\n  @ViewChild('myId') component: DyteMuteAllConfirmation;\n\n  dyteMeeting: DyteClient; // meeting instance\n\n  showDialog() {\n    this.component.meeting = this.dyteMeeting;\n  }\n}\n```\n",
        "html-example": "```html\n<dyte-mute-all-confirmation id=\"dyte-el\"></dyte-mute-all-confirmation>\n\n<script>\n  const el = document.getElementById('dyte-el');\n  el.meeting = meeting;\n</script>\n```\n",
        "react-example": "```jsx live\n<DyteMuteAllConfirmation meeting={meeting} />\n```\n"
      },
      "props": [
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "states",
          "type": "States",
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "States object",
          "docsTags": [],
          "values": [
            {
              "type": "States"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "dyteStateUpdate",
          "detail": "States",
          "bubbles": true,
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "cancelable": true,
          "composed": true,
          "docs": "Emits updated state data",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [],
      "dependents": [
        "dyte-dialog-manager"
      ],
      "dependencies": [
        "dyte-button"
      ],
      "dependencyGraph": {
        "dyte-mute-all-confirmation": [
          "dyte-button"
        ],
        "dyte-dialog-manager": [
          "dyte-mute-all-confirmation"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-name-tag/dyte-name-tag.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-name-tag",
      "docs": "A component which shows a participant's name.",
      "docsTags": [],
      "usage": {
        "angular-example": "```html\n<dyte-name-tag #one></dyte-name-tag> <dyte-name-tag #two></dyte-name-tag>\n```\n\nComponent\n\n```js\nclass MyComponent {\n  title = 'MyComponent';\n\n  @ViewChild('one') componentOne: DyteNameTag;\n\n  @ViewChild('two') componentTwo: DyteNameTag;\n\n  dyteMeeting: DyteClient; // meeting instance\n\n  async ngAfterViewInit() {\n    this.componentOne.participant = this.dyteMeeting.self;\n\n    /* pass `meeting` to it to differentiate `you`. */\n    this.componentTwo.participant = this.dyteMeeting.self;\n    this.componentTwo.meeting = this.dyteMeeting;\n  }\n}\n```\n",
        "html-example": "```html\n<dyte-name-tag class=\"dyte-el\"></dyte-meeting-title>\n<dyte-name-tag class=\"dyte-el-self\"></dyte-meeting-title>\n\n<script>\n  const participant = document.getElementById('dyte-el');\n  const selfParticipant = document.getElementById('dyte-el-self');\n\n  participant.participant = meeting.self;\n\n  /* pass `meeting` to it to differentiate `you`. */\n  selfParticipant.participant = meeting.self;\n  selfParticipant.meeting = meeting;\n</script>\n```\n",
        "react-example": "```jsx live\n<Row>\n  <DyteNameTag participant={meeting.self} />\n  {/* pass `meeting` to it to differentiate `you`. */}\n  <DyteNameTag participant={meeting.self} meeting={meeting} />\n</Row>\n```\n"
      },
      "props": [
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "isScreenShare",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "is-screen-share",
          "reflectToAttr": false,
          "docs": "Whether it is used in a screen share view",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "participant",
          "type": "({ readonly id: string; readonly userId: string; readonly name: string; readonly picture: string; readonly isHost: boolean; readonly customParticipantId?: string; readonly clientSpecificId: string; readonly flags: { [key: string]: string | boolean; }; readonly device: DeviceConfig; readonly videoTrack: MediaStreamTrack; readonly audioTrack: MediaStreamTrack; readonly screenShareTracks: { audio: MediaStreamTrack; video: MediaStreamTrack; }; readonly videoEnabled: boolean; readonly audioEnabled: boolean; readonly screenShareEnabled: boolean; readonly producers: ProducerState[]; readonly manualProducerConfig: PeerProducerConfig; readonly supportsRemoteControl: boolean; readonly presetName?: string; readonly stageStatus: StageStatus; readonly setVideoEnabled: (videoEnabled: boolean, emitEvent?: boolean) => void; readonly setAudioEnabled: (audioEnabled: boolean, emitEvent?: boolean) => void; readonly setScreenShareEnabled: (screenShareEnabled: boolean, emitEvent?: boolean) => void; readonly pin: () => Promise<void>; readonly unpin: () => Promise<void>; readonly setIsPinned: (isPinned: boolean, emitEvent?: boolean) => void; readonly disableAudio: () => Promise<void>; readonly kick: () => Promise<void>; readonly disableVideo: () => Promise<void>; readonly getPermissions: () => Promise<Pick<Permissions, \"polls\" | \"plugins\" | \"chat\">>; readonly setStageStatus: (stageStatus: StageStatus) => void; readonly isPinned: boolean; readonly registerVideoElement: (videoElem: HTMLVideoElement) => void; readonly deregisterVideoElement: (videoElem?: HTMLVideoElement) => void; readonly emit: <E extends keyof ParticipantEvents>(event: E, ...args: Parameters<ParticipantEvents[E]>) => boolean; readonly on: <E extends keyof ParticipantEvents>(event: E, callback: ParticipantEvents[E]) => DyteParticipant$1; readonly addListener: <E extends keyof ParticipantEvents>(event: E, callback: ParticipantEvents[E]) => DyteParticipant$1; readonly off: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly once: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly prependListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly prependOnceListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly removeListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly removeAllListeners: <T extends keyof ParticipantEvents>(event?: T) => DyteParticipant$1; readonly listeners: <T extends keyof ParticipantEvents>(event: T) => Function[]; readonly listenerCount: <T extends keyof ParticipantEvents>(event: T) => number; readonly [EventEmitter.captureRejectionSymbol]?: <K>(error: Error, event: string | symbol, ...args: AnyRest) => void; readonly setMaxListeners: (n: number) => DyteParticipant$1; readonly getMaxListeners: () => number; readonly rawListeners: <K>(eventName: string | symbol) => Function[]; readonly eventNames: () => (string | symbol)[]; }) | ({ readonly name: string; readonly picture: string; readonly customParticipantId: string; readonly waitlistStatus: \"rejected\" | \"accepted\" | \"waiting\" | \"none\"; readonly role: any; readonly userId: string; readonly organizationId: string; readonly supportsRemoteControl: boolean; readonly device: DeviceConfig; readonly hidden: boolean; readonly stageStatus: StageStatus; readonly id: string; readonly presetName: string; readonly roomState: LeaveRoomState | \"joined\" | \"init\" | \"waitlisted\"; readonly cleanupEvents: () => void; readonly permissions: DytePermissionsPreset$1; readonly config: DyteThemePreset$1; readonly roomJoined: boolean; readonly setName: (name: string) => void; readonly setupTracks: (options?: { video?: boolean; audio?: boolean; forceReset?: boolean; }) => Promise<void>; readonly destructMediaHandler: () => Promise<void>; readonly removeDocumentEventListeners: () => Promise<void>; readonly enableAudio: (customTrack?: MediaStreamTrack) => Promise<void>; readonly enableVideo: (customTrack?: MediaStreamTrack) => Promise<void>; readonly updateVideoConstraints: (resolution: VideoQualityConstraints) => Promise<void>; readonly enableScreenShare: () => Promise<void>; readonly updateScreenshareConstraints: (resolution: VideoQualityConstraints) => Promise<void>; readonly disableAudio: () => Promise<void>; readonly disableVideo: () => Promise<void>; readonly disableScreenShare: () => Promise<void>; readonly getAllDevices: () => Promise<InputDeviceInfo[]>; readonly setIsPinned: (isPinned: boolean, emitEvent?: boolean) => void; readonly isPinned: boolean; readonly pin: () => Promise<void>; readonly unpin: () => Promise<void>; readonly hide: () => Promise<void>; readonly show: () => void; readonly setDevice: (device: MediaDeviceInfo) => Promise<void>; readonly cleanUpTracks: () => void; readonly registerVideoElement: (videoElem: HTMLVideoElement, isPreview?: boolean) => void; readonly deregisterVideoElement: (videoElem?: HTMLVideoElement, isPreview?: boolean) => void; readonly init: (options?: { video?: boolean; audio?: boolean; constraints?: MediaConstraints; }, skipAwaits?: boolean, context?: Context<DyteContextState>) => Promise<void>; readonly audioTrack: MediaStreamTrack; readonly rawAudioTrack: MediaStreamTrack; readonly mediaPermissions: { audio?: MediaPermission$1; video?: MediaPermission$1; screenshare?: MediaPermission$1; }; readonly addAudioMiddleware: (audioMiddleware: AudioMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAudioMiddleware: (audioMiddleware: AudioMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAllAudioMiddlewares: () => Promise<{ success: boolean; message: string; }>; readonly videoTrack: MediaStreamTrack; readonly rawVideoTrack: MediaStreamTrack; readonly addVideoMiddleware: (videoMiddleware: VideoMiddleware) => Promise<{ success: boolean; message: string; }>; readonly setVideoMiddlewareGlobalConfig: (config?: VideoMiddlewareGlobalConfig) => Promise<void>; readonly removeVideoMiddleware: (videoMiddleware: VideoMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAllVideoMiddlewares: () => Promise<{ success: boolean; message: string; }>; readonly screenShareTracks: { audio: MediaStreamTrack; video: MediaStreamTrack; }; readonly audioEnabled: boolean; readonly videoEnabled: boolean; readonly screenShareEnabled: boolean; readonly getCurrentDevices: () => { audio: MediaDeviceInfo; video: MediaDeviceInfo; speaker: MediaDeviceInfo; }; readonly getAudioDevices: () => Promise<MediaDeviceInfo[]>; readonly getVideoDevices: () => Promise<MediaDeviceInfo[]>; readonly getSpeakerDevices: () => Promise<MediaDeviceInfo[]>; readonly getDeviceById: (deviceId: string, kind: \"audio\" | \"video\" | \"speaker\") => Promise<MediaDeviceInfo>; readonly emit: <E extends keyof SelfEvents>(event: E, ...args: Parameters<SelfEvents[E]>) => boolean; readonly on: <E extends keyof SelfEvents>(event: E, callback: SelfEvents[E]) => DyteSelf$1; readonly addListener: <E extends keyof SelfEvents>(event: E, callback: SelfEvents[E]) => DyteSelf$1; readonly off: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly once: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly prependListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly prependOnceListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly removeListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly removeAllListeners: <T extends keyof SelfEvents>(event?: T) => DyteSelf$1; readonly listeners: <T extends keyof SelfEvents>(event: T) => Function[]; readonly listenerCount: <T extends keyof SelfEvents>(event: T) => number; readonly [EventEmitter.captureRejectionSymbol]?: <K>(error: Error, event: string | symbol, ...args: AnyRest) => void; readonly setMaxListeners: (n: number) => DyteSelf$1; readonly getMaxListeners: () => number; readonly rawListeners: <K>(eventName: string | symbol) => Function[]; readonly eventNames: () => (string | symbol)[]; })",
          "complexType": {
            "original": "Peer",
            "resolved": "({ readonly id: string; readonly userId: string; readonly name: string; readonly picture: string; readonly isHost: boolean; readonly customParticipantId?: string; readonly clientSpecificId: string; readonly flags: { [key: string]: string | boolean; }; readonly device: DeviceConfig; readonly videoTrack: MediaStreamTrack; readonly audioTrack: MediaStreamTrack; readonly screenShareTracks: { audio: MediaStreamTrack; video: MediaStreamTrack; }; readonly videoEnabled: boolean; readonly audioEnabled: boolean; readonly screenShareEnabled: boolean; readonly producers: ProducerState[]; readonly manualProducerConfig: PeerProducerConfig; readonly supportsRemoteControl: boolean; readonly presetName?: string; readonly stageStatus: StageStatus; readonly setVideoEnabled: (videoEnabled: boolean, emitEvent?: boolean) => void; readonly setAudioEnabled: (audioEnabled: boolean, emitEvent?: boolean) => void; readonly setScreenShareEnabled: (screenShareEnabled: boolean, emitEvent?: boolean) => void; readonly pin: () => Promise<void>; readonly unpin: () => Promise<void>; readonly setIsPinned: (isPinned: boolean, emitEvent?: boolean) => void; readonly disableAudio: () => Promise<void>; readonly kick: () => Promise<void>; readonly disableVideo: () => Promise<void>; readonly getPermissions: () => Promise<Pick<Permissions, \"polls\" | \"plugins\" | \"chat\">>; readonly setStageStatus: (stageStatus: StageStatus) => void; readonly isPinned: boolean; readonly registerVideoElement: (videoElem: HTMLVideoElement) => void; readonly deregisterVideoElement: (videoElem?: HTMLVideoElement) => void; readonly emit: <E extends keyof ParticipantEvents>(event: E, ...args: Parameters<ParticipantEvents[E]>) => boolean; readonly on: <E extends keyof ParticipantEvents>(event: E, callback: ParticipantEvents[E]) => DyteParticipant$1; readonly addListener: <E extends keyof ParticipantEvents>(event: E, callback: ParticipantEvents[E]) => DyteParticipant$1; readonly off: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly once: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly prependListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly prependOnceListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly removeListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly removeAllListeners: <T extends keyof ParticipantEvents>(event?: T) => DyteParticipant$1; readonly listeners: <T extends keyof ParticipantEvents>(event: T) => Function[]; readonly listenerCount: <T extends keyof ParticipantEvents>(event: T) => number; readonly [EventEmitter.captureRejectionSymbol]?: <K>(error: Error, event: string | symbol, ...args: AnyRest) => void; readonly setMaxListeners: (n: number) => DyteParticipant$1; readonly getMaxListeners: () => number; readonly rawListeners: <K>(eventName: string | symbol) => Function[]; readonly eventNames: () => (string | symbol)[]; }) | ({ readonly name: string; readonly picture: string; readonly customParticipantId: string; readonly waitlistStatus: \"rejected\" | \"accepted\" | \"waiting\" | \"none\"; readonly role: any; readonly userId: string; readonly organizationId: string; readonly supportsRemoteControl: boolean; readonly device: DeviceConfig; readonly hidden: boolean; readonly stageStatus: StageStatus; readonly id: string; readonly presetName: string; readonly roomState: LeaveRoomState | \"joined\" | \"init\" | \"waitlisted\"; readonly cleanupEvents: () => void; readonly permissions: DytePermissionsPreset$1; readonly config: DyteThemePreset$1; readonly roomJoined: boolean; readonly setName: (name: string) => void; readonly setupTracks: (options?: { video?: boolean; audio?: boolean; forceReset?: boolean; }) => Promise<void>; readonly destructMediaHandler: () => Promise<void>; readonly removeDocumentEventListeners: () => Promise<void>; readonly enableAudio: (customTrack?: MediaStreamTrack) => Promise<void>; readonly enableVideo: (customTrack?: MediaStreamTrack) => Promise<void>; readonly updateVideoConstraints: (resolution: VideoQualityConstraints) => Promise<void>; readonly enableScreenShare: () => Promise<void>; readonly updateScreenshareConstraints: (resolution: VideoQualityConstraints) => Promise<void>; readonly disableAudio: () => Promise<void>; readonly disableVideo: () => Promise<void>; readonly disableScreenShare: () => Promise<void>; readonly getAllDevices: () => Promise<InputDeviceInfo[]>; readonly setIsPinned: (isPinned: boolean, emitEvent?: boolean) => void; readonly isPinned: boolean; readonly pin: () => Promise<void>; readonly unpin: () => Promise<void>; readonly hide: () => Promise<void>; readonly show: () => void; readonly setDevice: (device: MediaDeviceInfo) => Promise<void>; readonly cleanUpTracks: () => void; readonly registerVideoElement: (videoElem: HTMLVideoElement, isPreview?: boolean) => void; readonly deregisterVideoElement: (videoElem?: HTMLVideoElement, isPreview?: boolean) => void; readonly init: (options?: { video?: boolean; audio?: boolean; constraints?: MediaConstraints; }, skipAwaits?: boolean, context?: Context<DyteContextState>) => Promise<void>; readonly audioTrack: MediaStreamTrack; readonly rawAudioTrack: MediaStreamTrack; readonly mediaPermissions: { audio?: MediaPermission$1; video?: MediaPermission$1; screenshare?: MediaPermission$1; }; readonly addAudioMiddleware: (audioMiddleware: AudioMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAudioMiddleware: (audioMiddleware: AudioMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAllAudioMiddlewares: () => Promise<{ success: boolean; message: string; }>; readonly videoTrack: MediaStreamTrack; readonly rawVideoTrack: MediaStreamTrack; readonly addVideoMiddleware: (videoMiddleware: VideoMiddleware) => Promise<{ success: boolean; message: string; }>; readonly setVideoMiddlewareGlobalConfig: (config?: VideoMiddlewareGlobalConfig) => Promise<void>; readonly removeVideoMiddleware: (videoMiddleware: VideoMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAllVideoMiddlewares: () => Promise<{ success: boolean; message: string; }>; readonly screenShareTracks: { audio: MediaStreamTrack; video: MediaStreamTrack; }; readonly audioEnabled: boolean; readonly videoEnabled: boolean; readonly screenShareEnabled: boolean; readonly getCurrentDevices: () => { audio: MediaDeviceInfo; video: MediaDeviceInfo; speaker: MediaDeviceInfo; }; readonly getAudioDevices: () => Promise<MediaDeviceInfo[]>; readonly getVideoDevices: () => Promise<MediaDeviceInfo[]>; readonly getSpeakerDevices: () => Promise<MediaDeviceInfo[]>; readonly getDeviceById: (deviceId: string, kind: \"audio\" | \"video\" | \"speaker\") => Promise<MediaDeviceInfo>; readonly emit: <E extends keyof SelfEvents>(event: E, ...args: Parameters<SelfEvents[E]>) => boolean; readonly on: <E extends keyof SelfEvents>(event: E, callback: SelfEvents[E]) => DyteSelf$1; readonly addListener: <E extends keyof SelfEvents>(event: E, callback: SelfEvents[E]) => DyteSelf$1; readonly off: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly once: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly prependListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly prependOnceListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly removeListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly removeAllListeners: <T extends keyof SelfEvents>(event?: T) => DyteSelf$1; readonly listeners: <T extends keyof SelfEvents>(event: T) => Function[]; readonly listenerCount: <T extends keyof SelfEvents>(event: T) => number; readonly [EventEmitter.captureRejectionSymbol]?: <K>(error: Error, event: string | symbol, ...args: AnyRest) => void; readonly setMaxListeners: (n: number) => DyteSelf$1; readonly getMaxListeners: () => number; readonly rawListeners: <K>(eventName: string | symbol) => Function[]; readonly eventNames: () => (string | symbol)[]; })",
            "references": {
              "Peer": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Peer"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Participant object",
          "docsTags": [],
          "values": [
            {
              "type": "({ readonly id: string; readonly userId: string; readonly name: string; readonly picture: string; readonly isHost: boolean; readonly customParticipantId?: string; readonly clientSpecificId: string; readonly flags: { [key: string]: string"
            },
            {
              "type": "boolean; }; readonly device: DeviceConfig; readonly videoTrack: MediaStreamTrack; readonly audioTrack: MediaStreamTrack; readonly screenShareTracks: { audio: MediaStreamTrack; video: MediaStreamTrack; }; readonly videoEnabled: boolean; readonly audioEnabled: boolean; readonly screenShareEnabled: boolean; readonly producers: ProducerState[]; readonly manualProducerConfig: PeerProducerConfig; readonly supportsRemoteControl: boolean; readonly presetName?: string; readonly stageStatus: StageStatus; readonly setVideoEnabled: (videoEnabled: boolean, emitEvent?: boolean) => void; readonly setAudioEnabled: (audioEnabled: boolean, emitEvent?: boolean) => void; readonly setScreenShareEnabled: (screenShareEnabled: boolean, emitEvent?: boolean) => void; readonly pin: () => Promise<void>; readonly unpin: () => Promise<void>; readonly setIsPinned: (isPinned: boolean, emitEvent?: boolean) => void; readonly disableAudio: () => Promise<void>; readonly kick: () => Promise<void>; readonly disableVideo: () => Promise<void>; readonly getPermissions: () => Promise<Pick<Permissions, \"polls\""
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "type": "\"chat\">>; readonly setStageStatus: (stageStatus: StageStatus) => void; readonly isPinned: boolean; readonly registerVideoElement: (videoElem: HTMLVideoElement) => void; readonly deregisterVideoElement: (videoElem?: HTMLVideoElement) => void; readonly emit: <E extends keyof ParticipantEvents>(event: E, ...args: Parameters<ParticipantEvents[E]>) => boolean; readonly on: <E extends keyof ParticipantEvents>(event: E, callback: ParticipantEvents[E]) => DyteParticipant$1; readonly addListener: <E extends keyof ParticipantEvents>(event: E, callback: ParticipantEvents[E]) => DyteParticipant$1; readonly off: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly once: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly prependListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly prependOnceListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly removeListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly removeAllListeners: <T extends keyof ParticipantEvents>(event?: T) => DyteParticipant$1; readonly listeners: <T extends keyof ParticipantEvents>(event: T) => Function[]; readonly listenerCount: <T extends keyof ParticipantEvents>(event: T) => number; readonly [EventEmitter.captureRejectionSymbol]?: <K>(error: Error, event: string"
            },
            {
              "type": "symbol, ...args: AnyRest) => void; readonly setMaxListeners: (n: number) => DyteParticipant$1; readonly getMaxListeners: () => number; readonly rawListeners: <K>(eventName: string"
            },
            {
              "type": "symbol) => Function[]; readonly eventNames: () => (string"
            },
            {
              "type": "symbol)[]; })"
            },
            {
              "type": "({ readonly name: string; readonly picture: string; readonly customParticipantId: string; readonly waitlistStatus: \"rejected\""
            },
            {
              "value": "accepted",
              "type": "string"
            },
            {
              "value": "waiting",
              "type": "string"
            },
            {
              "type": "\"none\"; readonly role: any; readonly userId: string; readonly organizationId: string; readonly supportsRemoteControl: boolean; readonly device: DeviceConfig; readonly hidden: boolean; readonly stageStatus: StageStatus; readonly id: string; readonly presetName: string; readonly roomState: LeaveRoomState"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "init",
              "type": "string"
            },
            {
              "value": "waitlisted\"; readonly cleanupEvents: () => void; readonly permissions: DytePermissionsPreset$1; readonly config: DyteThemePreset$1; readonly roomJoined: boolean; readonly setName: (name: string) => void; readonly setupTracks: (options?: { video?: boolean; audio?: boolean; forceReset?: boolean; }) => Promise<void>; readonly destructMediaHandler: () => Promise<void>; readonly removeDocumentEventListeners: () => Promise<void>; readonly enableAudio: (customTrack?: MediaStreamTrack) => Promise<void>; readonly enableVideo: (customTrack?: MediaStreamTrack) => Promise<void>; readonly updateVideoConstraints: (resolution: VideoQualityConstraints) => Promise<void>; readonly enableScreenShare: () => Promise<void>; readonly updateScreenshareConstraints: (resolution: VideoQualityConstraints) => Promise<void>; readonly disableAudio: () => Promise<void>; readonly disableVideo: () => Promise<void>; readonly disableScreenShare: () => Promise<void>; readonly getAllDevices: () => Promise<InputDeviceInfo[]>; readonly setIsPinned: (isPinned: boolean, emitEvent?: boolean) => void; readonly isPinned: boolean; readonly pin: () => Promise<void>; readonly unpin: () => Promise<void>; readonly hide: () => Promise<void>; readonly show: () => void; readonly setDevice: (device: MediaDeviceInfo) => Promise<void>; readonly cleanUpTracks: () => void; readonly registerVideoElement: (videoElem: HTMLVideoElement, isPreview?: boolean) => void; readonly deregisterVideoElement: (videoElem?: HTMLVideoElement, isPreview?: boolean) => void; readonly init: (options?: { video?: boolean; audio?: boolean; constraints?: MediaConstraints; }, skipAwaits?: boolean, context?: Context<DyteContextState>) => Promise<void>; readonly audioTrack: MediaStreamTrack; readonly rawAudioTrack: MediaStreamTrack; readonly mediaPermissions: { audio?: MediaPermission$1; video?: MediaPermission$1; screenshare?: MediaPermission$1; }; readonly addAudioMiddleware: (audioMiddleware: AudioMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAudioMiddleware: (audioMiddleware: AudioMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAllAudioMiddlewares: () => Promise<{ success: boolean; message: string; }>; readonly videoTrack: MediaStreamTrack; readonly rawVideoTrack: MediaStreamTrack; readonly addVideoMiddleware: (videoMiddleware: VideoMiddleware) => Promise<{ success: boolean; message: string; }>; readonly setVideoMiddlewareGlobalConfig: (config?: VideoMiddlewareGlobalConfig) => Promise<void>; readonly removeVideoMiddleware: (videoMiddleware: VideoMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAllVideoMiddlewares: () => Promise<{ success: boolean; message: string; }>; readonly screenShareTracks: { audio: MediaStreamTrack; video: MediaStreamTrack; }; readonly audioEnabled: boolean; readonly videoEnabled: boolean; readonly screenShareEnabled: boolean; readonly getCurrentDevices: () => { audio: MediaDeviceInfo; video: MediaDeviceInfo; speaker: MediaDeviceInfo; }; readonly getAudioDevices: () => Promise<MediaDeviceInfo[]>; readonly getVideoDevices: () => Promise<MediaDeviceInfo[]>; readonly getSpeakerDevices: () => Promise<MediaDeviceInfo[]>; readonly getDeviceById: (deviceId: string, kind: \"audio",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "type": "\"speaker\") => Promise<MediaDeviceInfo>; readonly emit: <E extends keyof SelfEvents>(event: E, ...args: Parameters<SelfEvents[E]>) => boolean; readonly on: <E extends keyof SelfEvents>(event: E, callback: SelfEvents[E]) => DyteSelf$1; readonly addListener: <E extends keyof SelfEvents>(event: E, callback: SelfEvents[E]) => DyteSelf$1; readonly off: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly once: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly prependListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly prependOnceListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly removeListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly removeAllListeners: <T extends keyof SelfEvents>(event?: T) => DyteSelf$1; readonly listeners: <T extends keyof SelfEvents>(event: T) => Function[]; readonly listenerCount: <T extends keyof SelfEvents>(event: T) => number; readonly [EventEmitter.captureRejectionSymbol]?: <K>(error: Error, event: string"
            },
            {
              "type": "symbol, ...args: AnyRest) => void; readonly setMaxListeners: (n: number) => DyteSelf$1; readonly getMaxListeners: () => number; readonly rawListeners: <K>(eventName: string"
            },
            {
              "type": "symbol) => Function[]; readonly eventNames: () => (string"
            },
            {
              "type": "symbol)[]; })"
            }
          ],
          "optional": false,
          "required": true,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "variant",
          "type": "\"default\" | \"text\"",
          "complexType": {
            "original": "DyteNameTagVariant",
            "resolved": "\"default\" | \"text\"",
            "references": {
              "DyteNameTagVariant": {
                "location": "local",
                "path": "/home/runner/work/ui-kit/ui-kit/packages/core/src/components/dyte-name-tag/dyte-name-tag.tsx",
                "id": "src/components/dyte-name-tag/dyte-name-tag.tsx::DyteNameTagVariant"
              }
            }
          },
          "mutable": false,
          "attr": "variant",
          "reflectToAttr": true,
          "docs": "Name tag variant",
          "docsTags": [],
          "default": "'default'",
          "values": [
            {
              "value": "default",
              "type": "string"
            },
            {
              "value": "text",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [],
      "dependents": [
        "dyte-audio-tile"
      ],
      "dependencies": [],
      "dependencyGraph": {
        "dyte-audio-tile": [
          "dyte-name-tag"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-network-indicator/dyte-network-indicator.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-network-indicator",
      "docs": "",
      "docsTags": [],
      "usage": {
        "angular-example": "```html\n<dyte-network-indicator #myEl></dyte-network-indicator>\n```\n\nComponent\n\n```js\nclass MyComponent {\n  title = 'MyComponent';\n\n  @ViewChild('myEl') component: DyteNetworkIndicator;\n\n  dyteMeeting: DyteClient; // meeting instance\n\n  async ngAfterViewInit() {\n    this.component.participant = this.dyteMeeting.self;\n    this.component.meeting = this.dyteMeeting;\n  }\n}\n```\n",
        "html-example": "```html\n<dyte-network-indicator id=\"dyte-el\"></dyte-network-indicator>\n\n<script>\n  const el = document.getElementById('dyte-el');\n\n  el.participant = meeting.self;\n  el.meeting = meeting;\n</script>\n```\n",
        "react-example": "```jsx live\n<Row>\n  <DyteNetworkIndicator participant={meeting.self} meeting={meeting} />\n</Row>\n```\n"
      },
      "props": [
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "isScreenShare",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "is-screen-share",
          "reflectToAttr": false,
          "docs": "Is for screenshare",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "participant",
          "type": "({ readonly id: string; readonly userId: string; readonly name: string; readonly picture: string; readonly isHost: boolean; readonly customParticipantId?: string; readonly clientSpecificId: string; readonly flags: { [key: string]: string | boolean; }; readonly device: DeviceConfig; readonly videoTrack: MediaStreamTrack; readonly audioTrack: MediaStreamTrack; readonly screenShareTracks: { audio: MediaStreamTrack; video: MediaStreamTrack; }; readonly videoEnabled: boolean; readonly audioEnabled: boolean; readonly screenShareEnabled: boolean; readonly producers: ProducerState[]; readonly manualProducerConfig: PeerProducerConfig; readonly supportsRemoteControl: boolean; readonly presetName?: string; readonly stageStatus: StageStatus; readonly setVideoEnabled: (videoEnabled: boolean, emitEvent?: boolean) => void; readonly setAudioEnabled: (audioEnabled: boolean, emitEvent?: boolean) => void; readonly setScreenShareEnabled: (screenShareEnabled: boolean, emitEvent?: boolean) => void; readonly pin: () => Promise<void>; readonly unpin: () => Promise<void>; readonly setIsPinned: (isPinned: boolean, emitEvent?: boolean) => void; readonly disableAudio: () => Promise<void>; readonly kick: () => Promise<void>; readonly disableVideo: () => Promise<void>; readonly getPermissions: () => Promise<Pick<Permissions, \"polls\" | \"plugins\" | \"chat\">>; readonly setStageStatus: (stageStatus: StageStatus) => void; readonly isPinned: boolean; readonly registerVideoElement: (videoElem: HTMLVideoElement) => void; readonly deregisterVideoElement: (videoElem?: HTMLVideoElement) => void; readonly emit: <E extends keyof ParticipantEvents>(event: E, ...args: Parameters<ParticipantEvents[E]>) => boolean; readonly on: <E extends keyof ParticipantEvents>(event: E, callback: ParticipantEvents[E]) => DyteParticipant$1; readonly addListener: <E extends keyof ParticipantEvents>(event: E, callback: ParticipantEvents[E]) => DyteParticipant$1; readonly off: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly once: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly prependListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly prependOnceListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly removeListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly removeAllListeners: <T extends keyof ParticipantEvents>(event?: T) => DyteParticipant$1; readonly listeners: <T extends keyof ParticipantEvents>(event: T) => Function[]; readonly listenerCount: <T extends keyof ParticipantEvents>(event: T) => number; readonly [EventEmitter.captureRejectionSymbol]?: <K>(error: Error, event: string | symbol, ...args: AnyRest) => void; readonly setMaxListeners: (n: number) => DyteParticipant$1; readonly getMaxListeners: () => number; readonly rawListeners: <K>(eventName: string | symbol) => Function[]; readonly eventNames: () => (string | symbol)[]; }) | ({ readonly name: string; readonly picture: string; readonly customParticipantId: string; readonly waitlistStatus: \"rejected\" | \"accepted\" | \"waiting\" | \"none\"; readonly role: any; readonly userId: string; readonly organizationId: string; readonly supportsRemoteControl: boolean; readonly device: DeviceConfig; readonly hidden: boolean; readonly stageStatus: StageStatus; readonly id: string; readonly presetName: string; readonly roomState: LeaveRoomState | \"joined\" | \"init\" | \"waitlisted\"; readonly cleanupEvents: () => void; readonly permissions: DytePermissionsPreset$1; readonly config: DyteThemePreset$1; readonly roomJoined: boolean; readonly setName: (name: string) => void; readonly setupTracks: (options?: { video?: boolean; audio?: boolean; forceReset?: boolean; }) => Promise<void>; readonly destructMediaHandler: () => Promise<void>; readonly removeDocumentEventListeners: () => Promise<void>; readonly enableAudio: (customTrack?: MediaStreamTrack) => Promise<void>; readonly enableVideo: (customTrack?: MediaStreamTrack) => Promise<void>; readonly updateVideoConstraints: (resolution: VideoQualityConstraints) => Promise<void>; readonly enableScreenShare: () => Promise<void>; readonly updateScreenshareConstraints: (resolution: VideoQualityConstraints) => Promise<void>; readonly disableAudio: () => Promise<void>; readonly disableVideo: () => Promise<void>; readonly disableScreenShare: () => Promise<void>; readonly getAllDevices: () => Promise<InputDeviceInfo[]>; readonly setIsPinned: (isPinned: boolean, emitEvent?: boolean) => void; readonly isPinned: boolean; readonly pin: () => Promise<void>; readonly unpin: () => Promise<void>; readonly hide: () => Promise<void>; readonly show: () => void; readonly setDevice: (device: MediaDeviceInfo) => Promise<void>; readonly cleanUpTracks: () => void; readonly registerVideoElement: (videoElem: HTMLVideoElement, isPreview?: boolean) => void; readonly deregisterVideoElement: (videoElem?: HTMLVideoElement, isPreview?: boolean) => void; readonly init: (options?: { video?: boolean; audio?: boolean; constraints?: MediaConstraints; }, skipAwaits?: boolean, context?: Context<DyteContextState>) => Promise<void>; readonly audioTrack: MediaStreamTrack; readonly rawAudioTrack: MediaStreamTrack; readonly mediaPermissions: { audio?: MediaPermission$1; video?: MediaPermission$1; screenshare?: MediaPermission$1; }; readonly addAudioMiddleware: (audioMiddleware: AudioMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAudioMiddleware: (audioMiddleware: AudioMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAllAudioMiddlewares: () => Promise<{ success: boolean; message: string; }>; readonly videoTrack: MediaStreamTrack; readonly rawVideoTrack: MediaStreamTrack; readonly addVideoMiddleware: (videoMiddleware: VideoMiddleware) => Promise<{ success: boolean; message: string; }>; readonly setVideoMiddlewareGlobalConfig: (config?: VideoMiddlewareGlobalConfig) => Promise<void>; readonly removeVideoMiddleware: (videoMiddleware: VideoMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAllVideoMiddlewares: () => Promise<{ success: boolean; message: string; }>; readonly screenShareTracks: { audio: MediaStreamTrack; video: MediaStreamTrack; }; readonly audioEnabled: boolean; readonly videoEnabled: boolean; readonly screenShareEnabled: boolean; readonly getCurrentDevices: () => { audio: MediaDeviceInfo; video: MediaDeviceInfo; speaker: MediaDeviceInfo; }; readonly getAudioDevices: () => Promise<MediaDeviceInfo[]>; readonly getVideoDevices: () => Promise<MediaDeviceInfo[]>; readonly getSpeakerDevices: () => Promise<MediaDeviceInfo[]>; readonly getDeviceById: (deviceId: string, kind: \"audio\" | \"video\" | \"speaker\") => Promise<MediaDeviceInfo>; readonly emit: <E extends keyof SelfEvents>(event: E, ...args: Parameters<SelfEvents[E]>) => boolean; readonly on: <E extends keyof SelfEvents>(event: E, callback: SelfEvents[E]) => DyteSelf$1; readonly addListener: <E extends keyof SelfEvents>(event: E, callback: SelfEvents[E]) => DyteSelf$1; readonly off: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly once: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly prependListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly prependOnceListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly removeListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly removeAllListeners: <T extends keyof SelfEvents>(event?: T) => DyteSelf$1; readonly listeners: <T extends keyof SelfEvents>(event: T) => Function[]; readonly listenerCount: <T extends keyof SelfEvents>(event: T) => number; readonly [EventEmitter.captureRejectionSymbol]?: <K>(error: Error, event: string | symbol, ...args: AnyRest) => void; readonly setMaxListeners: (n: number) => DyteSelf$1; readonly getMaxListeners: () => number; readonly rawListeners: <K>(eventName: string | symbol) => Function[]; readonly eventNames: () => (string | symbol)[]; })",
          "complexType": {
            "original": "Peer",
            "resolved": "({ readonly id: string; readonly userId: string; readonly name: string; readonly picture: string; readonly isHost: boolean; readonly customParticipantId?: string; readonly clientSpecificId: string; readonly flags: { [key: string]: string | boolean; }; readonly device: DeviceConfig; readonly videoTrack: MediaStreamTrack; readonly audioTrack: MediaStreamTrack; readonly screenShareTracks: { audio: MediaStreamTrack; video: MediaStreamTrack; }; readonly videoEnabled: boolean; readonly audioEnabled: boolean; readonly screenShareEnabled: boolean; readonly producers: ProducerState[]; readonly manualProducerConfig: PeerProducerConfig; readonly supportsRemoteControl: boolean; readonly presetName?: string; readonly stageStatus: StageStatus; readonly setVideoEnabled: (videoEnabled: boolean, emitEvent?: boolean) => void; readonly setAudioEnabled: (audioEnabled: boolean, emitEvent?: boolean) => void; readonly setScreenShareEnabled: (screenShareEnabled: boolean, emitEvent?: boolean) => void; readonly pin: () => Promise<void>; readonly unpin: () => Promise<void>; readonly setIsPinned: (isPinned: boolean, emitEvent?: boolean) => void; readonly disableAudio: () => Promise<void>; readonly kick: () => Promise<void>; readonly disableVideo: () => Promise<void>; readonly getPermissions: () => Promise<Pick<Permissions, \"polls\" | \"plugins\" | \"chat\">>; readonly setStageStatus: (stageStatus: StageStatus) => void; readonly isPinned: boolean; readonly registerVideoElement: (videoElem: HTMLVideoElement) => void; readonly deregisterVideoElement: (videoElem?: HTMLVideoElement) => void; readonly emit: <E extends keyof ParticipantEvents>(event: E, ...args: Parameters<ParticipantEvents[E]>) => boolean; readonly on: <E extends keyof ParticipantEvents>(event: E, callback: ParticipantEvents[E]) => DyteParticipant$1; readonly addListener: <E extends keyof ParticipantEvents>(event: E, callback: ParticipantEvents[E]) => DyteParticipant$1; readonly off: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly once: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly prependListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly prependOnceListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly removeListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly removeAllListeners: <T extends keyof ParticipantEvents>(event?: T) => DyteParticipant$1; readonly listeners: <T extends keyof ParticipantEvents>(event: T) => Function[]; readonly listenerCount: <T extends keyof ParticipantEvents>(event: T) => number; readonly [EventEmitter.captureRejectionSymbol]?: <K>(error: Error, event: string | symbol, ...args: AnyRest) => void; readonly setMaxListeners: (n: number) => DyteParticipant$1; readonly getMaxListeners: () => number; readonly rawListeners: <K>(eventName: string | symbol) => Function[]; readonly eventNames: () => (string | symbol)[]; }) | ({ readonly name: string; readonly picture: string; readonly customParticipantId: string; readonly waitlistStatus: \"rejected\" | \"accepted\" | \"waiting\" | \"none\"; readonly role: any; readonly userId: string; readonly organizationId: string; readonly supportsRemoteControl: boolean; readonly device: DeviceConfig; readonly hidden: boolean; readonly stageStatus: StageStatus; readonly id: string; readonly presetName: string; readonly roomState: LeaveRoomState | \"joined\" | \"init\" | \"waitlisted\"; readonly cleanupEvents: () => void; readonly permissions: DytePermissionsPreset$1; readonly config: DyteThemePreset$1; readonly roomJoined: boolean; readonly setName: (name: string) => void; readonly setupTracks: (options?: { video?: boolean; audio?: boolean; forceReset?: boolean; }) => Promise<void>; readonly destructMediaHandler: () => Promise<void>; readonly removeDocumentEventListeners: () => Promise<void>; readonly enableAudio: (customTrack?: MediaStreamTrack) => Promise<void>; readonly enableVideo: (customTrack?: MediaStreamTrack) => Promise<void>; readonly updateVideoConstraints: (resolution: VideoQualityConstraints) => Promise<void>; readonly enableScreenShare: () => Promise<void>; readonly updateScreenshareConstraints: (resolution: VideoQualityConstraints) => Promise<void>; readonly disableAudio: () => Promise<void>; readonly disableVideo: () => Promise<void>; readonly disableScreenShare: () => Promise<void>; readonly getAllDevices: () => Promise<InputDeviceInfo[]>; readonly setIsPinned: (isPinned: boolean, emitEvent?: boolean) => void; readonly isPinned: boolean; readonly pin: () => Promise<void>; readonly unpin: () => Promise<void>; readonly hide: () => Promise<void>; readonly show: () => void; readonly setDevice: (device: MediaDeviceInfo) => Promise<void>; readonly cleanUpTracks: () => void; readonly registerVideoElement: (videoElem: HTMLVideoElement, isPreview?: boolean) => void; readonly deregisterVideoElement: (videoElem?: HTMLVideoElement, isPreview?: boolean) => void; readonly init: (options?: { video?: boolean; audio?: boolean; constraints?: MediaConstraints; }, skipAwaits?: boolean, context?: Context<DyteContextState>) => Promise<void>; readonly audioTrack: MediaStreamTrack; readonly rawAudioTrack: MediaStreamTrack; readonly mediaPermissions: { audio?: MediaPermission$1; video?: MediaPermission$1; screenshare?: MediaPermission$1; }; readonly addAudioMiddleware: (audioMiddleware: AudioMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAudioMiddleware: (audioMiddleware: AudioMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAllAudioMiddlewares: () => Promise<{ success: boolean; message: string; }>; readonly videoTrack: MediaStreamTrack; readonly rawVideoTrack: MediaStreamTrack; readonly addVideoMiddleware: (videoMiddleware: VideoMiddleware) => Promise<{ success: boolean; message: string; }>; readonly setVideoMiddlewareGlobalConfig: (config?: VideoMiddlewareGlobalConfig) => Promise<void>; readonly removeVideoMiddleware: (videoMiddleware: VideoMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAllVideoMiddlewares: () => Promise<{ success: boolean; message: string; }>; readonly screenShareTracks: { audio: MediaStreamTrack; video: MediaStreamTrack; }; readonly audioEnabled: boolean; readonly videoEnabled: boolean; readonly screenShareEnabled: boolean; readonly getCurrentDevices: () => { audio: MediaDeviceInfo; video: MediaDeviceInfo; speaker: MediaDeviceInfo; }; readonly getAudioDevices: () => Promise<MediaDeviceInfo[]>; readonly getVideoDevices: () => Promise<MediaDeviceInfo[]>; readonly getSpeakerDevices: () => Promise<MediaDeviceInfo[]>; readonly getDeviceById: (deviceId: string, kind: \"audio\" | \"video\" | \"speaker\") => Promise<MediaDeviceInfo>; readonly emit: <E extends keyof SelfEvents>(event: E, ...args: Parameters<SelfEvents[E]>) => boolean; readonly on: <E extends keyof SelfEvents>(event: E, callback: SelfEvents[E]) => DyteSelf$1; readonly addListener: <E extends keyof SelfEvents>(event: E, callback: SelfEvents[E]) => DyteSelf$1; readonly off: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly once: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly prependListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly prependOnceListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly removeListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly removeAllListeners: <T extends keyof SelfEvents>(event?: T) => DyteSelf$1; readonly listeners: <T extends keyof SelfEvents>(event: T) => Function[]; readonly listenerCount: <T extends keyof SelfEvents>(event: T) => number; readonly [EventEmitter.captureRejectionSymbol]?: <K>(error: Error, event: string | symbol, ...args: AnyRest) => void; readonly setMaxListeners: (n: number) => DyteSelf$1; readonly getMaxListeners: () => number; readonly rawListeners: <K>(eventName: string | symbol) => Function[]; readonly eventNames: () => (string | symbol)[]; })",
            "references": {
              "Peer": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Peer"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Participant or Self",
          "docsTags": [],
          "values": [
            {
              "type": "({ readonly id: string; readonly userId: string; readonly name: string; readonly picture: string; readonly isHost: boolean; readonly customParticipantId?: string; readonly clientSpecificId: string; readonly flags: { [key: string]: string"
            },
            {
              "type": "boolean; }; readonly device: DeviceConfig; readonly videoTrack: MediaStreamTrack; readonly audioTrack: MediaStreamTrack; readonly screenShareTracks: { audio: MediaStreamTrack; video: MediaStreamTrack; }; readonly videoEnabled: boolean; readonly audioEnabled: boolean; readonly screenShareEnabled: boolean; readonly producers: ProducerState[]; readonly manualProducerConfig: PeerProducerConfig; readonly supportsRemoteControl: boolean; readonly presetName?: string; readonly stageStatus: StageStatus; readonly setVideoEnabled: (videoEnabled: boolean, emitEvent?: boolean) => void; readonly setAudioEnabled: (audioEnabled: boolean, emitEvent?: boolean) => void; readonly setScreenShareEnabled: (screenShareEnabled: boolean, emitEvent?: boolean) => void; readonly pin: () => Promise<void>; readonly unpin: () => Promise<void>; readonly setIsPinned: (isPinned: boolean, emitEvent?: boolean) => void; readonly disableAudio: () => Promise<void>; readonly kick: () => Promise<void>; readonly disableVideo: () => Promise<void>; readonly getPermissions: () => Promise<Pick<Permissions, \"polls\""
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "type": "\"chat\">>; readonly setStageStatus: (stageStatus: StageStatus) => void; readonly isPinned: boolean; readonly registerVideoElement: (videoElem: HTMLVideoElement) => void; readonly deregisterVideoElement: (videoElem?: HTMLVideoElement) => void; readonly emit: <E extends keyof ParticipantEvents>(event: E, ...args: Parameters<ParticipantEvents[E]>) => boolean; readonly on: <E extends keyof ParticipantEvents>(event: E, callback: ParticipantEvents[E]) => DyteParticipant$1; readonly addListener: <E extends keyof ParticipantEvents>(event: E, callback: ParticipantEvents[E]) => DyteParticipant$1; readonly off: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly once: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly prependListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly prependOnceListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly removeListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly removeAllListeners: <T extends keyof ParticipantEvents>(event?: T) => DyteParticipant$1; readonly listeners: <T extends keyof ParticipantEvents>(event: T) => Function[]; readonly listenerCount: <T extends keyof ParticipantEvents>(event: T) => number; readonly [EventEmitter.captureRejectionSymbol]?: <K>(error: Error, event: string"
            },
            {
              "type": "symbol, ...args: AnyRest) => void; readonly setMaxListeners: (n: number) => DyteParticipant$1; readonly getMaxListeners: () => number; readonly rawListeners: <K>(eventName: string"
            },
            {
              "type": "symbol) => Function[]; readonly eventNames: () => (string"
            },
            {
              "type": "symbol)[]; })"
            },
            {
              "type": "({ readonly name: string; readonly picture: string; readonly customParticipantId: string; readonly waitlistStatus: \"rejected\""
            },
            {
              "value": "accepted",
              "type": "string"
            },
            {
              "value": "waiting",
              "type": "string"
            },
            {
              "type": "\"none\"; readonly role: any; readonly userId: string; readonly organizationId: string; readonly supportsRemoteControl: boolean; readonly device: DeviceConfig; readonly hidden: boolean; readonly stageStatus: StageStatus; readonly id: string; readonly presetName: string; readonly roomState: LeaveRoomState"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "init",
              "type": "string"
            },
            {
              "value": "waitlisted\"; readonly cleanupEvents: () => void; readonly permissions: DytePermissionsPreset$1; readonly config: DyteThemePreset$1; readonly roomJoined: boolean; readonly setName: (name: string) => void; readonly setupTracks: (options?: { video?: boolean; audio?: boolean; forceReset?: boolean; }) => Promise<void>; readonly destructMediaHandler: () => Promise<void>; readonly removeDocumentEventListeners: () => Promise<void>; readonly enableAudio: (customTrack?: MediaStreamTrack) => Promise<void>; readonly enableVideo: (customTrack?: MediaStreamTrack) => Promise<void>; readonly updateVideoConstraints: (resolution: VideoQualityConstraints) => Promise<void>; readonly enableScreenShare: () => Promise<void>; readonly updateScreenshareConstraints: (resolution: VideoQualityConstraints) => Promise<void>; readonly disableAudio: () => Promise<void>; readonly disableVideo: () => Promise<void>; readonly disableScreenShare: () => Promise<void>; readonly getAllDevices: () => Promise<InputDeviceInfo[]>; readonly setIsPinned: (isPinned: boolean, emitEvent?: boolean) => void; readonly isPinned: boolean; readonly pin: () => Promise<void>; readonly unpin: () => Promise<void>; readonly hide: () => Promise<void>; readonly show: () => void; readonly setDevice: (device: MediaDeviceInfo) => Promise<void>; readonly cleanUpTracks: () => void; readonly registerVideoElement: (videoElem: HTMLVideoElement, isPreview?: boolean) => void; readonly deregisterVideoElement: (videoElem?: HTMLVideoElement, isPreview?: boolean) => void; readonly init: (options?: { video?: boolean; audio?: boolean; constraints?: MediaConstraints; }, skipAwaits?: boolean, context?: Context<DyteContextState>) => Promise<void>; readonly audioTrack: MediaStreamTrack; readonly rawAudioTrack: MediaStreamTrack; readonly mediaPermissions: { audio?: MediaPermission$1; video?: MediaPermission$1; screenshare?: MediaPermission$1; }; readonly addAudioMiddleware: (audioMiddleware: AudioMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAudioMiddleware: (audioMiddleware: AudioMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAllAudioMiddlewares: () => Promise<{ success: boolean; message: string; }>; readonly videoTrack: MediaStreamTrack; readonly rawVideoTrack: MediaStreamTrack; readonly addVideoMiddleware: (videoMiddleware: VideoMiddleware) => Promise<{ success: boolean; message: string; }>; readonly setVideoMiddlewareGlobalConfig: (config?: VideoMiddlewareGlobalConfig) => Promise<void>; readonly removeVideoMiddleware: (videoMiddleware: VideoMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAllVideoMiddlewares: () => Promise<{ success: boolean; message: string; }>; readonly screenShareTracks: { audio: MediaStreamTrack; video: MediaStreamTrack; }; readonly audioEnabled: boolean; readonly videoEnabled: boolean; readonly screenShareEnabled: boolean; readonly getCurrentDevices: () => { audio: MediaDeviceInfo; video: MediaDeviceInfo; speaker: MediaDeviceInfo; }; readonly getAudioDevices: () => Promise<MediaDeviceInfo[]>; readonly getVideoDevices: () => Promise<MediaDeviceInfo[]>; readonly getSpeakerDevices: () => Promise<MediaDeviceInfo[]>; readonly getDeviceById: (deviceId: string, kind: \"audio",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "type": "\"speaker\") => Promise<MediaDeviceInfo>; readonly emit: <E extends keyof SelfEvents>(event: E, ...args: Parameters<SelfEvents[E]>) => boolean; readonly on: <E extends keyof SelfEvents>(event: E, callback: SelfEvents[E]) => DyteSelf$1; readonly addListener: <E extends keyof SelfEvents>(event: E, callback: SelfEvents[E]) => DyteSelf$1; readonly off: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly once: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly prependListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly prependOnceListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly removeListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly removeAllListeners: <T extends keyof SelfEvents>(event?: T) => DyteSelf$1; readonly listeners: <T extends keyof SelfEvents>(event: T) => Function[]; readonly listenerCount: <T extends keyof SelfEvents>(event: T) => number; readonly [EventEmitter.captureRejectionSymbol]?: <K>(error: Error, event: string"
            },
            {
              "type": "symbol, ...args: AnyRest) => void; readonly setMaxListeners: (n: number) => DyteSelf$1; readonly getMaxListeners: () => number; readonly rawListeners: <K>(eventName: string"
            },
            {
              "type": "symbol) => Function[]; readonly eventNames: () => (string"
            },
            {
              "type": "symbol)[]; })"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [],
      "dependents": [],
      "dependencies": [
        "dyte-icon"
      ],
      "dependencyGraph": {
        "dyte-network-indicator": [
          "dyte-icon"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-notification/dyte-notification.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-notification",
      "docs": "A component which shows a notification.\n\nYou need to remove the element after you receive the\n`dyteNotificationDismiss` event.",
      "docsTags": [],
      "usage": {
        "html-example": "```html\n<dyte-notification id=\"dyte-el\"></dyte-notification>\n\n<script>\n  const el = document.getElementById('dyte-el');\n\n  el.addEventListener('dyteNotificationDismiss', (e) => {\n    e.target.remove();\n  });\n\n  el.notification = {\n    id: 'your-id',\n    message: 'Vaibhav says hi!',\n    image: 'https://github.com/vaibhavshn.png',\n    button: {\n      text: 'Say Hi back',\n      variant: 'ghost',\n      onClick: () => alert('Hey'),\n    },\n  };\n</script>\n```\n",
        "react-example": "```jsx live\n<DyteNotification\n  notification={{\n    id: 'your-id',\n    message: 'Vaibhav says hi!',\n    image: 'https://github.com/vaibhavshn.png',\n    button: {\n      text: 'Say Hi back',\n      variant: 'ghost',\n      onClick: () => alert('Hey'),\n    },\n  }}\n  onDyteNotificationDismiss={(e) => {\n    e.target.remove();\n  }}\n/>\n```\n"
      },
      "props": [
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "notification",
          "type": "Notification",
          "complexType": {
            "original": "Notification",
            "resolved": "Notification",
            "references": {
              "Notification": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::Notification"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Message",
          "docsTags": [],
          "values": [
            {
              "type": "Notification"
            }
          ],
          "optional": false,
          "required": true,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "dyteNotificationDismiss",
          "detail": "string",
          "bubbles": true,
          "complexType": {
            "original": "string",
            "resolved": "string",
            "references": {}
          },
          "cancelable": true,
          "composed": true,
          "docs": "Dismiss event",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [],
      "dependents": [
        "dyte-notifications"
      ],
      "dependencies": [
        "dyte-icon",
        "dyte-button"
      ],
      "dependencyGraph": {
        "dyte-notification": [
          "dyte-icon",
          "dyte-button"
        ],
        "dyte-notifications": [
          "dyte-notification"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-notifications/dyte-notifications.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-notifications",
      "docs": "A component which handles notifications.\n\nYou can configure which notifications you want to see and which ones you want to hear.\nThere are also certain limits which you can set as well.",
      "docsTags": [],
      "usage": {
        "angular-example": "This is an example which passes the default configuration for notifications.\n\n```html\n<dyte-notifications #notifications></dyte-notifications>\n```\n\n```js\nclass NotificationComponent {\n  title = 'NotificationComponent';\n\n  @ViewChild('notifications') notificationsComponent: DyteNotifications;\n  async ngAfterViewInit() {\n    if (!this.notificationsComponent) return;\n\n    const config = {\n      notifications: {\n        participant_left: false,\n      },\n      notification_sounds: {\n        participant_left: false,\n      },\n      notification_duration: {\n        participant_left: 1000,\n      },\n      participant_joined_sound_notification_limit: 10,\n      participant_chat_message_sound_notification_limit: 10,\n    };\n\n    this.notificationsComponent.meeting = meeting;\n    this.notificationsComponent.config = { config };\n  }\n}\n```\n\nThe configurations take a specific category of notifications.\nAvailable categories are `participant_joined`, `participant_left`,\n`participant_joined_waitlist`, `chat`, `polls`, `webinar`,\n`tab_sync`, `recording_started`, `recording_stopped`.\n\n## Notifications Popup\n\nIt is possible to customize which activity needs to show a notification alert.\nUse the `notifications` configuration to update individual category of\nnotifications.\n\nAll categories are enabled by default.\n\nTo disable specific category of notifications set the value of the category to\n`false` like below.\n\n```js\nconst config = {\n  notifications: {\n    participant_joined: false,\n    participant_left: false,\n    participant_joined_waitlist: false,\n    chat: false,\n    polls: false,\n    webinar: false,\n    tab_sync: false,\n    recording_started: false,\n    recording_stopped: false,\n  },\n};\n```\n\n## Notification duration\n\nSimilar to notification popup, it is possible to customize the duration of the\nnotification popup displayed on screen. By using the `notification_duration`\nconfiguration, it is possible to change the duration for individual category of\nnotifications.\n\nHere are the default display durations (in milliseconds)\n\n    participant_joined: 2000\n    participant_left: 2000\n    participant_joined_waitlist: 4000\n    chat: 2000\n    polls: 2000\n    webinar: 2000\n    tab_sync: 2000\n    recording_started: 2000\n    recording_stopped: 2000\n\nTo change the duration for a specific category of notifications set the value of\nthe category to the milliseconds.\n\n```js\nconst config = {\n  notification_duration: {\n    participant_joined: 5000, // Show participant joined notification for 5 seconds\n    participant_left: 1000, // Show participant left notification for 1 second only\n    chat: 5000, // Show chat for 1 second only\n    tab_sync: 1000, // Show tab sync changes for 1 second only\n    recording_started: 60 * 1000, // Show recording started notification for 1 minute\n    recording_stopped: 3 * 1000, // Show recording stopped notification for 3 seconds\n  },\n};\n```\n\n## Notification Sound\n\nIt is possible to turn off the notification sound for specific category of\nnotifications.\n\nTo disable sound for a specific category of notifications set the value of the\ncategory to `false` like below.\n\n```js\nconst config = {\n  notification_sounds: {\n    participant_left: false,\n    chat: false,\n    polls: false,\n  },\n};\n```\n\n## Controlling sound once participants count\n\nIt is possible to disable notification / sound automatically once the number of\nparticipants cross a certain limit.\n\nTurn off the notification sound for new chat messages after 10 participants\n\n```js\nconst config = {\n  participant_chat_message_sound_notification_limit: 10,\n};\n```\n\nTurn off the notification sound for participant joined notifications after 10\nparticipants\n\n```js\nconst config = {\n  participant_joined_sound_notification_limit: 10,\n};\n```\n\nCurrently the number of configurations are limited, we are adding it for more\ncategories soon.\n",
        "html-example": "This is an example which passes the default configuration for notifications.\n\n```html\n<dyte-notifications id=\"dyte-el\"></dyte-notifications>\n\n<script>\n  const el = document.getElementById('dyte-el');\n  el.meeting = meeting;\n  el.config = {\n    config: {\n      notifications: {\n        participant_left: false,\n      },\n      notification_sounds: {\n        participant_left: false,\n      },\n      notification_duration: {\n        participant_left: 1000,\n      },\n      participant_joined_sound_notification_limit: 10,\n      participant_chat_message_sound_notification_limit: 10,\n    },\n  };\n</script>\n```\n\nThe configurations take a specific category of notifications.\nAvailable categories are `participant_joined`, `participant_left`,\n`participant_joined_waitlist`, `chat`, `polls`, `webinar`,\n`tab_sync`, `recording_started`, `recording_stopped`.\n\n## Notifications Popup\n\nIt is possible to customize which activity needs to show a notification alert.\nUse the `notifications` configuration to update individual category of\nnotifications.\n\nAll categories are enabled by default.\n\nTo disable specific category of notifications set the value of the category to\n`false` like below.\n\n```html\n<dyte-notifications id=\"dyte-el\"></dyte-notifications>\n\n<script>\n  const config = {\n    notifications: {\n      participant_joined: false,\n      participant_left: false,\n      participant_joined_waitlist: false,\n      chat: false,\n      polls: false,\n      webinar: false,\n      tab_sync: false,\n      recording_started: false,\n      recording_stopped: false,\n    },\n  };\n\n  const el = document.getElementById('dyte-el');\n  el.meeting = meeting;\n  el.config = {\n    config,\n  };\n</script>\n```\n\n## Notification duration\n\nSimilar to notification popup, it is possible to customize the duration of the\nnotification popup displayed on screen. By using the `notification_duration`\nconfiguration, it is possible to change the duration for individual category of\nnotifications.\n\nHere are the default display durations (in milliseconds)\n\n    participant_joined: 2000\n    participant_left: 2000\n    participant_joined_waitlist: 4000\n    chat: 2000\n    polls: 2000\n    webinar: 2000\n    tab_sync: 2000\n    recording_started: 2000\n    recording_stopped: 2000\n\nTo change the duration for a specific category of notifications set the value of\nthe category to the milliseconds.\n\n```html\n<dyte-notifications id=\"dyte-el\"></dyte-notifications>\n\n<script>\n  const config = {\n    notification_duration: {\n      participant_joined: 5000, // Show participant joined notification for 5 seconds\n      participant_left: 1000, // Show participant left notification for 1 second only\n      chat: 5000, // Show chat for 1 second only\n      tab_sync: 1000, // Show tab sync changes for 1 second only\n      recording_started: 60 * 1000, // Show recording started notification for 1 minute\n      recording_stopped: 3 * 1000, // Show recording stopped notification for 3 seconds\n    },\n  };\n\n  const el = document.getElementById('dyte-el');\n  el.meeting = meeting;\n  el.config = {\n    config,\n  };\n</script>\n```\n\n## Notification Sound\n\nIt is possible to turn off the notification sound for specific category of\nnotifications.\n\nTo disable sound for a specific category of notifications set the value of the\ncategory to `false` like below.\n\n```html\n<dyte-notifications id=\"dyte-el\"></dyte-notifications>\n\n<script>\n  const config = {\n    notification_sounds: {\n      participant_left: false,\n      chat: false,\n      polls: false,\n    },\n  };\n\n  const el = document.getElementById('dyte-el');\n  el.meeting = meeting;\n  el.config = {\n    config,\n  };\n</script>\n```\n\n## Controlling sound once participants count\n\nIt is possible to disable notification / sound automatically once the number of\nparticipants cross a certain limit.\n\nTurn off the notification sound for new chat messages after 10 participants\n\n```jsx\nconst config = {\n  participant_chat_message_sound_notification_limit: 10,\n};\n```\n\nTurn off the notification sound for participant joined notifications after 10\nparticipants\n\n```jsx\nconst config = {\n  participant_joined_sound_notification_limit: 10,\n};\n```\n\nCurrently the number of configurations are limited, we are adding it for more\ncategories soon.\n",
        "react-example": "```jsx live\n<DyteNotifications\n  meeting={meeting}\n  config={{\n    config: {\n      notifications: {\n        participant_joined: false,\n        participant_left: false,\n        participant_joined_waitlist: false,\n        chat: false,\n        polls: false,\n        webinar: false,\n        tab_sync: false,\n        recording_started: false,\n        recording_stopped: false,\n      },\n      notification_sounds: {\n        participant_left: false,\n      },\n      participant_joined_sound_notification_limit: 10,\n      participant_chat_message_sound_notification_limit: 10,\n    },\n  }}\n/>\n```\n\nThe configurations take a specific category of notifications.\nAvailable categories are `participant_joined`, `participant_left`,\n`participant_joined_waitlist`, `chat`, `polls`, `webinar`,\n`tab_sync`, `recording_started`, `recording_stopped`.\n\n## Notifications Popup\n\nIt is possible to customize which activity needs to show a notification alert.\nUse the `notifications` configuration to update individual category of\nnotifications.\n\nAll categories are enabled by default.\n\nTo disable specific category of notifications set the value of the category to\n`false` like below.\n\n```jsx live\n<DyteNotifications\n  meeting={meeting}\n  config={{\n    notifications: {\n      participant_joined: false,\n      participant_left: false,\n      participant_joined_waitlist: false,\n      chat: false,\n      polls: false,\n      webinar: false,\n      tab_sync: false,\n      recording_started: false,\n      recording_stopped: false,\n    },\n  }}\n/>\n```\n\n## Notification duration\n\nSimilar to notification popup, it is possible to customize the duration of the\nnotification popup displayed on screen. By using the `notification_duration`\nconfiguration, it is possible to change the duration for individual category of\nnotifications.\n\nHere are the default display durations (in milliseconds)\n\n    participant_joined: 2000\n    participant_left: 2000\n    participant_joined_waitlist: 4000\n    chat: 2000\n    polls: 2000\n    webinar: 2000\n    tab_sync: 2000\n    recording_started: 2000\n    recording_stopped: 2000\n\nTo change the duration for a specific category of notifications set the value of\nthe category to the milliseconds.\n\n```jsx live\n<DyteNotifications\n  meeting={meeting}\n  config={{\n    notification_duration: {\n      participant_joined: 5000, // Show participant joined notification for 5 seconds\n      participant_left: 1000, // Show participant left notification for 1 second only\n      chat: 5000, // Show chat for 1 second only\n      tab_sync: 1000, // Show tab sync changes for 1 second only\n      recording_started: 60 * 1000, // Show recording started notification for 1 minute\n      recording_stopped: 3 * 1000, // Show recording stopped notification for 3 seconds\n    },\n  }}\n/>\n```\n\n## Notification Sound\n\nIt is possible to turn off the notification sound for specific category of\nnotifications.\n\nTo disable sound for a specific category of notifications set the value of the\ncategory to `false` like below.\n\n```jsx live\n<DyteNotifications\n  meeting={meeting}\n  config={{\n    notification_sounds: {\n      participant_left: false,\n      chat: false,\n      polls: false,\n    },\n  }}\n/>\n```\n\n## Controlling sound once participants count\n\nIt is possible to disable notification / sound automatically once the number of\nparticipants cross a certain limit.\n\nTurn off the notification sound for new chat messages after 10 participants\n\n```jsx\nconst config = {\n  participant_chat_message_sound_notification_limit: 10,\n};\n```\n\nTurn off the notification sound for participant joined notifications after 10\nparticipants\n\n```jsx\nconst config = {\n  participant_joined_sound_notification_limit: 10,\n};\n```\n\nCurrently the number of configurations are limited, we are adding it for more\ncategories soon.\n"
      },
      "props": [
        {
          "name": "config",
          "type": "UIConfig",
          "complexType": {
            "original": "UIConfig",
            "resolved": "UIConfig",
            "references": {
              "UIConfig": {
                "location": "import",
                "path": "../../types/ui-config",
                "id": "src/types/ui-config/index.ts::UIConfig"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Config object",
          "docsTags": [],
          "default": "defaultConfig",
          "values": [
            {
              "type": "UIConfig"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "states",
          "type": "States",
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "States object",
          "docsTags": [],
          "values": [
            {
              "type": "States"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [],
      "listeners": [
        {
          "event": "dyteAPIError",
          "target": "window",
          "capture": false,
          "passive": false
        },
        {
          "event": "dyteSendNotification",
          "target": "window",
          "capture": false,
          "passive": false
        }
      ],
      "styles": [],
      "slots": [],
      "parts": [],
      "dependents": [
        "dyte-chat"
      ],
      "dependencies": [
        "dyte-notification"
      ],
      "dependencyGraph": {
        "dyte-notifications": [
          "dyte-notification"
        ],
        "dyte-notification": [
          "dyte-icon",
          "dyte-button"
        ],
        "dyte-chat": [
          "dyte-notifications"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-overlay-modal/dyte-overlay-modal.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-overlay-modal",
      "docs": "A confirmation modal.",
      "docsTags": [],
      "usage": {},
      "props": [
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "states",
          "type": "States",
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "States object",
          "docsTags": [],
          "values": [
            {
              "type": "States"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "dyteStateUpdate",
          "detail": "States",
          "bubbles": true,
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "cancelable": true,
          "composed": true,
          "docs": "Emits updated state data",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [],
      "dependents": [
        "dyte-dialog-manager"
      ],
      "dependencies": [
        "dyte-icon"
      ],
      "dependencyGraph": {
        "dyte-overlay-modal": [
          "dyte-icon"
        ],
        "dyte-dialog-manager": [
          "dyte-overlay-modal"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-paginated-list/dyte-paginated-list.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-paginated-list",
      "docs": "",
      "docsTags": [],
      "usage": {},
      "props": [
        {
          "name": "autoScroll",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "auto-scroll",
          "reflectToAttr": false,
          "docs": "auto scroll list to bottom",
          "docsTags": [],
          "default": "true",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "createNodes",
          "type": "(data: unknown[]) => VNode[]",
          "complexType": {
            "original": "(data: unknown[]) => VNode[]",
            "resolved": "(data: unknown[]) => VNode[]",
            "references": {
              "VNode": {
                "location": "import",
                "path": "@stencil/core",
                "id": "../../node_modules/@stencil/core/internal/stencil-core/index.d.ts::VNode"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Create nodes",
          "docsTags": [],
          "values": [
            {
              "type": "(data: unknown[]) => VNode[]"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "emptyListLabel",
          "type": "string",
          "complexType": {
            "original": "string",
            "resolved": "string",
            "references": {}
          },
          "mutable": false,
          "attr": "empty-list-label",
          "reflectToAttr": false,
          "docs": "label to show when empty",
          "docsTags": [],
          "default": "null",
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "fetchData",
          "type": "(timestamp: number, size: number, reversed: boolean) => Promise<unknown[]>",
          "complexType": {
            "original": "(timestamp: number, size: number, reversed: boolean) => Promise<unknown[]>",
            "resolved": "(timestamp: number, size: number, reversed: boolean) => Promise<unknown[]>",
            "references": {
              "Promise": {
                "location": "global",
                "id": "global::Promise"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Fetch the data",
          "docsTags": [],
          "values": [
            {
              "type": "(timestamp: number, size: number, reversed: boolean) => Promise<unknown[]>"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "pageSize",
          "type": "number",
          "complexType": {
            "original": "number",
            "resolved": "number",
            "references": {}
          },
          "mutable": false,
          "attr": "page-size",
          "reflectToAttr": false,
          "docs": "Page Size",
          "docsTags": [],
          "values": [
            {
              "type": "number"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "pagesAllowed",
          "type": "number",
          "complexType": {
            "original": "number",
            "resolved": "number",
            "references": {}
          },
          "mutable": false,
          "attr": "pages-allowed",
          "reflectToAttr": false,
          "docs": "Number of pages allowed to be shown",
          "docsTags": [],
          "values": [
            {
              "type": "number"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "selectedItemId",
          "type": "string",
          "complexType": {
            "original": "string",
            "resolved": "string",
            "references": {}
          },
          "mutable": false,
          "attr": "selected-item-id",
          "reflectToAttr": false,
          "docs": "Item id",
          "docsTags": [],
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": true,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [
        {
          "name": "onNewNode",
          "returns": {
            "type": "Promise<void>",
            "docs": ""
          },
          "complexType": {
            "signature": "(node: DataNode) => Promise<void>",
            "parameters": [
              {
                "name": "node",
                "type": "DataNode",
                "docs": ""
              }
            ],
            "references": {
              "Promise": {
                "location": "global",
                "id": "global::Promise"
              },
              "DataNode": {
                "location": "local",
                "path": "/home/runner/work/ui-kit/ui-kit/packages/core/src/components/dyte-paginated-list/dyte-paginated-list.tsx",
                "id": "src/components/dyte-paginated-list/dyte-paginated-list.tsx::DataNode"
              }
            },
            "return": "Promise<void>"
          },
          "signature": "onNewNode(node: DataNode) => Promise<void>",
          "parameters": [
            {
              "name": "node",
              "type": "DataNode",
              "docs": ""
            }
          ],
          "docs": "On a new node created",
          "docsTags": []
        },
        {
          "name": "onNodeDelete",
          "returns": {
            "type": "Promise<void>",
            "docs": ""
          },
          "complexType": {
            "signature": "(key: string) => Promise<void>",
            "parameters": [
              {
                "name": "key",
                "type": "string",
                "docs": ""
              }
            ],
            "references": {
              "Promise": {
                "location": "global",
                "id": "global::Promise"
              }
            },
            "return": "Promise<void>"
          },
          "signature": "onNodeDelete(key: string) => Promise<void>",
          "parameters": [
            {
              "name": "key",
              "type": "string",
              "docs": ""
            }
          ],
          "docs": "On node deleted",
          "docsTags": []
        },
        {
          "name": "onNodeUpdate",
          "returns": {
            "type": "Promise<void>",
            "docs": ""
          },
          "complexType": {
            "signature": "(key: string, newItem: DataNode) => Promise<void>",
            "parameters": [
              {
                "name": "key",
                "type": "string",
                "docs": ""
              },
              {
                "name": "newItem",
                "type": "DataNode",
                "docs": ""
              }
            ],
            "references": {
              "Promise": {
                "location": "global",
                "id": "global::Promise"
              },
              "DataNode": {
                "location": "local",
                "path": "/home/runner/work/ui-kit/ui-kit/packages/core/src/components/dyte-paginated-list/dyte-paginated-list.tsx",
                "id": "src/components/dyte-paginated-list/dyte-paginated-list.tsx::DataNode"
              }
            },
            "return": "Promise<void>"
          },
          "signature": "onNodeUpdate(key: string, newItem: DataNode) => Promise<void>",
          "parameters": [
            {
              "name": "key",
              "type": "string",
              "docs": ""
            },
            {
              "name": "newItem",
              "type": "DataNode",
              "docs": ""
            }
          ],
          "docs": "On node updated",
          "docsTags": []
        }
      ],
      "events": [],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [
        {
          "name": "container",
          "docs": ""
        },
        {
          "name": "show-new-messages",
          "docs": ""
        }
      ],
      "dependents": [
        "dyte-chat-messages-ui-paginated",
        "dyte-chat-search-results"
      ],
      "dependencies": [
        "dyte-button",
        "dyte-icon",
        "dyte-spinner"
      ],
      "dependencyGraph": {
        "dyte-paginated-list": [
          "dyte-button",
          "dyte-icon",
          "dyte-spinner"
        ],
        "dyte-spinner": [
          "dyte-icon"
        ],
        "dyte-chat-messages-ui-paginated": [
          "dyte-paginated-list"
        ],
        "dyte-chat-search-results": [
          "dyte-paginated-list"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-participant/dyte-participant.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-participant",
      "docs": "A participant entry component used inside `dyte-participants` which shows data like:\nname, picture and media device status.\n\nYou can perform privileged actions on the participant too.",
      "docsTags": [],
      "usage": {
        "html-example": "```html\n<dyte-participant id=\"dyte-el\"></dyte-participant>\n\n<script>\n  const el = document.getElementById('dyte-el');\n  el.participant = participant;\n</script>\n```\n",
        "react-example": "```jsx live\n<DyteParticipant participant={meeting.self} />\n```\n"
      },
      "props": [
        {
          "name": "config",
          "type": "UIConfig",
          "complexType": {
            "original": "UIConfig",
            "resolved": "UIConfig",
            "references": {
              "UIConfig": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::UIConfig"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Config object",
          "docsTags": [],
          "default": "defaultConfig",
          "values": [
            {
              "type": "UIConfig"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "participant",
          "type": "({ readonly id: string; readonly userId: string; readonly name: string; readonly picture: string; readonly isHost: boolean; readonly customParticipantId?: string; readonly clientSpecificId: string; readonly flags: { [key: string]: string | boolean; }; readonly device: DeviceConfig; readonly videoTrack: MediaStreamTrack; readonly audioTrack: MediaStreamTrack; readonly screenShareTracks: { audio: MediaStreamTrack; video: MediaStreamTrack; }; readonly videoEnabled: boolean; readonly audioEnabled: boolean; readonly screenShareEnabled: boolean; readonly producers: ProducerState[]; readonly manualProducerConfig: PeerProducerConfig; readonly supportsRemoteControl: boolean; readonly presetName?: string; readonly stageStatus: StageStatus; readonly setVideoEnabled: (videoEnabled: boolean, emitEvent?: boolean) => void; readonly setAudioEnabled: (audioEnabled: boolean, emitEvent?: boolean) => void; readonly setScreenShareEnabled: (screenShareEnabled: boolean, emitEvent?: boolean) => void; readonly pin: () => Promise<void>; readonly unpin: () => Promise<void>; readonly setIsPinned: (isPinned: boolean, emitEvent?: boolean) => void; readonly disableAudio: () => Promise<void>; readonly kick: () => Promise<void>; readonly disableVideo: () => Promise<void>; readonly getPermissions: () => Promise<Pick<Permissions, \"polls\" | \"plugins\" | \"chat\">>; readonly setStageStatus: (stageStatus: StageStatus) => void; readonly isPinned: boolean; readonly registerVideoElement: (videoElem: HTMLVideoElement) => void; readonly deregisterVideoElement: (videoElem?: HTMLVideoElement) => void; readonly emit: <E extends keyof ParticipantEvents>(event: E, ...args: Parameters<ParticipantEvents[E]>) => boolean; readonly on: <E extends keyof ParticipantEvents>(event: E, callback: ParticipantEvents[E]) => DyteParticipant$1; readonly addListener: <E extends keyof ParticipantEvents>(event: E, callback: ParticipantEvents[E]) => DyteParticipant$1; readonly off: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly once: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly prependListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly prependOnceListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly removeListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly removeAllListeners: <T extends keyof ParticipantEvents>(event?: T) => DyteParticipant$1; readonly listeners: <T extends keyof ParticipantEvents>(event: T) => Function[]; readonly listenerCount: <T extends keyof ParticipantEvents>(event: T) => number; readonly [EventEmitter.captureRejectionSymbol]?: <K>(error: Error, event: string | symbol, ...args: AnyRest) => void; readonly setMaxListeners: (n: number) => DyteParticipant$1; readonly getMaxListeners: () => number; readonly rawListeners: <K>(eventName: string | symbol) => Function[]; readonly eventNames: () => (string | symbol)[]; }) | ({ readonly name: string; readonly picture: string; readonly customParticipantId: string; readonly waitlistStatus: \"rejected\" | \"accepted\" | \"waiting\" | \"none\"; readonly role: any; readonly userId: string; readonly organizationId: string; readonly supportsRemoteControl: boolean; readonly device: DeviceConfig; readonly hidden: boolean; readonly stageStatus: StageStatus; readonly id: string; readonly presetName: string; readonly roomState: LeaveRoomState | \"joined\" | \"init\" | \"waitlisted\"; readonly cleanupEvents: () => void; readonly permissions: DytePermissionsPreset$1; readonly config: DyteThemePreset$1; readonly roomJoined: boolean; readonly setName: (name: string) => void; readonly setupTracks: (options?: { video?: boolean; audio?: boolean; forceReset?: boolean; }) => Promise<void>; readonly destructMediaHandler: () => Promise<void>; readonly removeDocumentEventListeners: () => Promise<void>; readonly enableAudio: (customTrack?: MediaStreamTrack) => Promise<void>; readonly enableVideo: (customTrack?: MediaStreamTrack) => Promise<void>; readonly updateVideoConstraints: (resolution: VideoQualityConstraints) => Promise<void>; readonly enableScreenShare: () => Promise<void>; readonly updateScreenshareConstraints: (resolution: VideoQualityConstraints) => Promise<void>; readonly disableAudio: () => Promise<void>; readonly disableVideo: () => Promise<void>; readonly disableScreenShare: () => Promise<void>; readonly getAllDevices: () => Promise<InputDeviceInfo[]>; readonly setIsPinned: (isPinned: boolean, emitEvent?: boolean) => void; readonly isPinned: boolean; readonly pin: () => Promise<void>; readonly unpin: () => Promise<void>; readonly hide: () => Promise<void>; readonly show: () => void; readonly setDevice: (device: MediaDeviceInfo) => Promise<void>; readonly cleanUpTracks: () => void; readonly registerVideoElement: (videoElem: HTMLVideoElement, isPreview?: boolean) => void; readonly deregisterVideoElement: (videoElem?: HTMLVideoElement, isPreview?: boolean) => void; readonly init: (options?: { video?: boolean; audio?: boolean; constraints?: MediaConstraints; }, skipAwaits?: boolean, context?: Context<DyteContextState>) => Promise<void>; readonly audioTrack: MediaStreamTrack; readonly rawAudioTrack: MediaStreamTrack; readonly mediaPermissions: { audio?: MediaPermission$1; video?: MediaPermission$1; screenshare?: MediaPermission$1; }; readonly addAudioMiddleware: (audioMiddleware: AudioMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAudioMiddleware: (audioMiddleware: AudioMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAllAudioMiddlewares: () => Promise<{ success: boolean; message: string; }>; readonly videoTrack: MediaStreamTrack; readonly rawVideoTrack: MediaStreamTrack; readonly addVideoMiddleware: (videoMiddleware: VideoMiddleware) => Promise<{ success: boolean; message: string; }>; readonly setVideoMiddlewareGlobalConfig: (config?: VideoMiddlewareGlobalConfig) => Promise<void>; readonly removeVideoMiddleware: (videoMiddleware: VideoMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAllVideoMiddlewares: () => Promise<{ success: boolean; message: string; }>; readonly screenShareTracks: { audio: MediaStreamTrack; video: MediaStreamTrack; }; readonly audioEnabled: boolean; readonly videoEnabled: boolean; readonly screenShareEnabled: boolean; readonly getCurrentDevices: () => { audio: MediaDeviceInfo; video: MediaDeviceInfo; speaker: MediaDeviceInfo; }; readonly getAudioDevices: () => Promise<MediaDeviceInfo[]>; readonly getVideoDevices: () => Promise<MediaDeviceInfo[]>; readonly getSpeakerDevices: () => Promise<MediaDeviceInfo[]>; readonly getDeviceById: (deviceId: string, kind: \"audio\" | \"video\" | \"speaker\") => Promise<MediaDeviceInfo>; readonly emit: <E extends keyof SelfEvents>(event: E, ...args: Parameters<SelfEvents[E]>) => boolean; readonly on: <E extends keyof SelfEvents>(event: E, callback: SelfEvents[E]) => DyteSelf$1; readonly addListener: <E extends keyof SelfEvents>(event: E, callback: SelfEvents[E]) => DyteSelf$1; readonly off: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly once: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly prependListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly prependOnceListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly removeListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly removeAllListeners: <T extends keyof SelfEvents>(event?: T) => DyteSelf$1; readonly listeners: <T extends keyof SelfEvents>(event: T) => Function[]; readonly listenerCount: <T extends keyof SelfEvents>(event: T) => number; readonly [EventEmitter.captureRejectionSymbol]?: <K>(error: Error, event: string | symbol, ...args: AnyRest) => void; readonly setMaxListeners: (n: number) => DyteSelf$1; readonly getMaxListeners: () => number; readonly rawListeners: <K>(eventName: string | symbol) => Function[]; readonly eventNames: () => (string | symbol)[]; })",
          "complexType": {
            "original": "Peer",
            "resolved": "({ readonly id: string; readonly userId: string; readonly name: string; readonly picture: string; readonly isHost: boolean; readonly customParticipantId?: string; readonly clientSpecificId: string; readonly flags: { [key: string]: string | boolean; }; readonly device: DeviceConfig; readonly videoTrack: MediaStreamTrack; readonly audioTrack: MediaStreamTrack; readonly screenShareTracks: { audio: MediaStreamTrack; video: MediaStreamTrack; }; readonly videoEnabled: boolean; readonly audioEnabled: boolean; readonly screenShareEnabled: boolean; readonly producers: ProducerState[]; readonly manualProducerConfig: PeerProducerConfig; readonly supportsRemoteControl: boolean; readonly presetName?: string; readonly stageStatus: StageStatus; readonly setVideoEnabled: (videoEnabled: boolean, emitEvent?: boolean) => void; readonly setAudioEnabled: (audioEnabled: boolean, emitEvent?: boolean) => void; readonly setScreenShareEnabled: (screenShareEnabled: boolean, emitEvent?: boolean) => void; readonly pin: () => Promise<void>; readonly unpin: () => Promise<void>; readonly setIsPinned: (isPinned: boolean, emitEvent?: boolean) => void; readonly disableAudio: () => Promise<void>; readonly kick: () => Promise<void>; readonly disableVideo: () => Promise<void>; readonly getPermissions: () => Promise<Pick<Permissions, \"polls\" | \"plugins\" | \"chat\">>; readonly setStageStatus: (stageStatus: StageStatus) => void; readonly isPinned: boolean; readonly registerVideoElement: (videoElem: HTMLVideoElement) => void; readonly deregisterVideoElement: (videoElem?: HTMLVideoElement) => void; readonly emit: <E extends keyof ParticipantEvents>(event: E, ...args: Parameters<ParticipantEvents[E]>) => boolean; readonly on: <E extends keyof ParticipantEvents>(event: E, callback: ParticipantEvents[E]) => DyteParticipant$1; readonly addListener: <E extends keyof ParticipantEvents>(event: E, callback: ParticipantEvents[E]) => DyteParticipant$1; readonly off: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly once: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly prependListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly prependOnceListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly removeListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly removeAllListeners: <T extends keyof ParticipantEvents>(event?: T) => DyteParticipant$1; readonly listeners: <T extends keyof ParticipantEvents>(event: T) => Function[]; readonly listenerCount: <T extends keyof ParticipantEvents>(event: T) => number; readonly [EventEmitter.captureRejectionSymbol]?: <K>(error: Error, event: string | symbol, ...args: AnyRest) => void; readonly setMaxListeners: (n: number) => DyteParticipant$1; readonly getMaxListeners: () => number; readonly rawListeners: <K>(eventName: string | symbol) => Function[]; readonly eventNames: () => (string | symbol)[]; }) | ({ readonly name: string; readonly picture: string; readonly customParticipantId: string; readonly waitlistStatus: \"rejected\" | \"accepted\" | \"waiting\" | \"none\"; readonly role: any; readonly userId: string; readonly organizationId: string; readonly supportsRemoteControl: boolean; readonly device: DeviceConfig; readonly hidden: boolean; readonly stageStatus: StageStatus; readonly id: string; readonly presetName: string; readonly roomState: LeaveRoomState | \"joined\" | \"init\" | \"waitlisted\"; readonly cleanupEvents: () => void; readonly permissions: DytePermissionsPreset$1; readonly config: DyteThemePreset$1; readonly roomJoined: boolean; readonly setName: (name: string) => void; readonly setupTracks: (options?: { video?: boolean; audio?: boolean; forceReset?: boolean; }) => Promise<void>; readonly destructMediaHandler: () => Promise<void>; readonly removeDocumentEventListeners: () => Promise<void>; readonly enableAudio: (customTrack?: MediaStreamTrack) => Promise<void>; readonly enableVideo: (customTrack?: MediaStreamTrack) => Promise<void>; readonly updateVideoConstraints: (resolution: VideoQualityConstraints) => Promise<void>; readonly enableScreenShare: () => Promise<void>; readonly updateScreenshareConstraints: (resolution: VideoQualityConstraints) => Promise<void>; readonly disableAudio: () => Promise<void>; readonly disableVideo: () => Promise<void>; readonly disableScreenShare: () => Promise<void>; readonly getAllDevices: () => Promise<InputDeviceInfo[]>; readonly setIsPinned: (isPinned: boolean, emitEvent?: boolean) => void; readonly isPinned: boolean; readonly pin: () => Promise<void>; readonly unpin: () => Promise<void>; readonly hide: () => Promise<void>; readonly show: () => void; readonly setDevice: (device: MediaDeviceInfo) => Promise<void>; readonly cleanUpTracks: () => void; readonly registerVideoElement: (videoElem: HTMLVideoElement, isPreview?: boolean) => void; readonly deregisterVideoElement: (videoElem?: HTMLVideoElement, isPreview?: boolean) => void; readonly init: (options?: { video?: boolean; audio?: boolean; constraints?: MediaConstraints; }, skipAwaits?: boolean, context?: Context<DyteContextState>) => Promise<void>; readonly audioTrack: MediaStreamTrack; readonly rawAudioTrack: MediaStreamTrack; readonly mediaPermissions: { audio?: MediaPermission$1; video?: MediaPermission$1; screenshare?: MediaPermission$1; }; readonly addAudioMiddleware: (audioMiddleware: AudioMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAudioMiddleware: (audioMiddleware: AudioMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAllAudioMiddlewares: () => Promise<{ success: boolean; message: string; }>; readonly videoTrack: MediaStreamTrack; readonly rawVideoTrack: MediaStreamTrack; readonly addVideoMiddleware: (videoMiddleware: VideoMiddleware) => Promise<{ success: boolean; message: string; }>; readonly setVideoMiddlewareGlobalConfig: (config?: VideoMiddlewareGlobalConfig) => Promise<void>; readonly removeVideoMiddleware: (videoMiddleware: VideoMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAllVideoMiddlewares: () => Promise<{ success: boolean; message: string; }>; readonly screenShareTracks: { audio: MediaStreamTrack; video: MediaStreamTrack; }; readonly audioEnabled: boolean; readonly videoEnabled: boolean; readonly screenShareEnabled: boolean; readonly getCurrentDevices: () => { audio: MediaDeviceInfo; video: MediaDeviceInfo; speaker: MediaDeviceInfo; }; readonly getAudioDevices: () => Promise<MediaDeviceInfo[]>; readonly getVideoDevices: () => Promise<MediaDeviceInfo[]>; readonly getSpeakerDevices: () => Promise<MediaDeviceInfo[]>; readonly getDeviceById: (deviceId: string, kind: \"audio\" | \"video\" | \"speaker\") => Promise<MediaDeviceInfo>; readonly emit: <E extends keyof SelfEvents>(event: E, ...args: Parameters<SelfEvents[E]>) => boolean; readonly on: <E extends keyof SelfEvents>(event: E, callback: SelfEvents[E]) => DyteSelf$1; readonly addListener: <E extends keyof SelfEvents>(event: E, callback: SelfEvents[E]) => DyteSelf$1; readonly off: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly once: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly prependListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly prependOnceListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly removeListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly removeAllListeners: <T extends keyof SelfEvents>(event?: T) => DyteSelf$1; readonly listeners: <T extends keyof SelfEvents>(event: T) => Function[]; readonly listenerCount: <T extends keyof SelfEvents>(event: T) => number; readonly [EventEmitter.captureRejectionSymbol]?: <K>(error: Error, event: string | symbol, ...args: AnyRest) => void; readonly setMaxListeners: (n: number) => DyteSelf$1; readonly getMaxListeners: () => number; readonly rawListeners: <K>(eventName: string | symbol) => Function[]; readonly eventNames: () => (string | symbol)[]; })",
            "references": {
              "Peer": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Peer"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Participant object",
          "docsTags": [],
          "values": [
            {
              "type": "({ readonly id: string; readonly userId: string; readonly name: string; readonly picture: string; readonly isHost: boolean; readonly customParticipantId?: string; readonly clientSpecificId: string; readonly flags: { [key: string]: string"
            },
            {
              "type": "boolean; }; readonly device: DeviceConfig; readonly videoTrack: MediaStreamTrack; readonly audioTrack: MediaStreamTrack; readonly screenShareTracks: { audio: MediaStreamTrack; video: MediaStreamTrack; }; readonly videoEnabled: boolean; readonly audioEnabled: boolean; readonly screenShareEnabled: boolean; readonly producers: ProducerState[]; readonly manualProducerConfig: PeerProducerConfig; readonly supportsRemoteControl: boolean; readonly presetName?: string; readonly stageStatus: StageStatus; readonly setVideoEnabled: (videoEnabled: boolean, emitEvent?: boolean) => void; readonly setAudioEnabled: (audioEnabled: boolean, emitEvent?: boolean) => void; readonly setScreenShareEnabled: (screenShareEnabled: boolean, emitEvent?: boolean) => void; readonly pin: () => Promise<void>; readonly unpin: () => Promise<void>; readonly setIsPinned: (isPinned: boolean, emitEvent?: boolean) => void; readonly disableAudio: () => Promise<void>; readonly kick: () => Promise<void>; readonly disableVideo: () => Promise<void>; readonly getPermissions: () => Promise<Pick<Permissions, \"polls\""
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "type": "\"chat\">>; readonly setStageStatus: (stageStatus: StageStatus) => void; readonly isPinned: boolean; readonly registerVideoElement: (videoElem: HTMLVideoElement) => void; readonly deregisterVideoElement: (videoElem?: HTMLVideoElement) => void; readonly emit: <E extends keyof ParticipantEvents>(event: E, ...args: Parameters<ParticipantEvents[E]>) => boolean; readonly on: <E extends keyof ParticipantEvents>(event: E, callback: ParticipantEvents[E]) => DyteParticipant$1; readonly addListener: <E extends keyof ParticipantEvents>(event: E, callback: ParticipantEvents[E]) => DyteParticipant$1; readonly off: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly once: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly prependListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly prependOnceListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly removeListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly removeAllListeners: <T extends keyof ParticipantEvents>(event?: T) => DyteParticipant$1; readonly listeners: <T extends keyof ParticipantEvents>(event: T) => Function[]; readonly listenerCount: <T extends keyof ParticipantEvents>(event: T) => number; readonly [EventEmitter.captureRejectionSymbol]?: <K>(error: Error, event: string"
            },
            {
              "type": "symbol, ...args: AnyRest) => void; readonly setMaxListeners: (n: number) => DyteParticipant$1; readonly getMaxListeners: () => number; readonly rawListeners: <K>(eventName: string"
            },
            {
              "type": "symbol) => Function[]; readonly eventNames: () => (string"
            },
            {
              "type": "symbol)[]; })"
            },
            {
              "type": "({ readonly name: string; readonly picture: string; readonly customParticipantId: string; readonly waitlistStatus: \"rejected\""
            },
            {
              "value": "accepted",
              "type": "string"
            },
            {
              "value": "waiting",
              "type": "string"
            },
            {
              "type": "\"none\"; readonly role: any; readonly userId: string; readonly organizationId: string; readonly supportsRemoteControl: boolean; readonly device: DeviceConfig; readonly hidden: boolean; readonly stageStatus: StageStatus; readonly id: string; readonly presetName: string; readonly roomState: LeaveRoomState"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "init",
              "type": "string"
            },
            {
              "value": "waitlisted\"; readonly cleanupEvents: () => void; readonly permissions: DytePermissionsPreset$1; readonly config: DyteThemePreset$1; readonly roomJoined: boolean; readonly setName: (name: string) => void; readonly setupTracks: (options?: { video?: boolean; audio?: boolean; forceReset?: boolean; }) => Promise<void>; readonly destructMediaHandler: () => Promise<void>; readonly removeDocumentEventListeners: () => Promise<void>; readonly enableAudio: (customTrack?: MediaStreamTrack) => Promise<void>; readonly enableVideo: (customTrack?: MediaStreamTrack) => Promise<void>; readonly updateVideoConstraints: (resolution: VideoQualityConstraints) => Promise<void>; readonly enableScreenShare: () => Promise<void>; readonly updateScreenshareConstraints: (resolution: VideoQualityConstraints) => Promise<void>; readonly disableAudio: () => Promise<void>; readonly disableVideo: () => Promise<void>; readonly disableScreenShare: () => Promise<void>; readonly getAllDevices: () => Promise<InputDeviceInfo[]>; readonly setIsPinned: (isPinned: boolean, emitEvent?: boolean) => void; readonly isPinned: boolean; readonly pin: () => Promise<void>; readonly unpin: () => Promise<void>; readonly hide: () => Promise<void>; readonly show: () => void; readonly setDevice: (device: MediaDeviceInfo) => Promise<void>; readonly cleanUpTracks: () => void; readonly registerVideoElement: (videoElem: HTMLVideoElement, isPreview?: boolean) => void; readonly deregisterVideoElement: (videoElem?: HTMLVideoElement, isPreview?: boolean) => void; readonly init: (options?: { video?: boolean; audio?: boolean; constraints?: MediaConstraints; }, skipAwaits?: boolean, context?: Context<DyteContextState>) => Promise<void>; readonly audioTrack: MediaStreamTrack; readonly rawAudioTrack: MediaStreamTrack; readonly mediaPermissions: { audio?: MediaPermission$1; video?: MediaPermission$1; screenshare?: MediaPermission$1; }; readonly addAudioMiddleware: (audioMiddleware: AudioMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAudioMiddleware: (audioMiddleware: AudioMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAllAudioMiddlewares: () => Promise<{ success: boolean; message: string; }>; readonly videoTrack: MediaStreamTrack; readonly rawVideoTrack: MediaStreamTrack; readonly addVideoMiddleware: (videoMiddleware: VideoMiddleware) => Promise<{ success: boolean; message: string; }>; readonly setVideoMiddlewareGlobalConfig: (config?: VideoMiddlewareGlobalConfig) => Promise<void>; readonly removeVideoMiddleware: (videoMiddleware: VideoMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAllVideoMiddlewares: () => Promise<{ success: boolean; message: string; }>; readonly screenShareTracks: { audio: MediaStreamTrack; video: MediaStreamTrack; }; readonly audioEnabled: boolean; readonly videoEnabled: boolean; readonly screenShareEnabled: boolean; readonly getCurrentDevices: () => { audio: MediaDeviceInfo; video: MediaDeviceInfo; speaker: MediaDeviceInfo; }; readonly getAudioDevices: () => Promise<MediaDeviceInfo[]>; readonly getVideoDevices: () => Promise<MediaDeviceInfo[]>; readonly getSpeakerDevices: () => Promise<MediaDeviceInfo[]>; readonly getDeviceById: (deviceId: string, kind: \"audio",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "type": "\"speaker\") => Promise<MediaDeviceInfo>; readonly emit: <E extends keyof SelfEvents>(event: E, ...args: Parameters<SelfEvents[E]>) => boolean; readonly on: <E extends keyof SelfEvents>(event: E, callback: SelfEvents[E]) => DyteSelf$1; readonly addListener: <E extends keyof SelfEvents>(event: E, callback: SelfEvents[E]) => DyteSelf$1; readonly off: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly once: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly prependListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly prependOnceListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly removeListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly removeAllListeners: <T extends keyof SelfEvents>(event?: T) => DyteSelf$1; readonly listeners: <T extends keyof SelfEvents>(event: T) => Function[]; readonly listenerCount: <T extends keyof SelfEvents>(event: T) => number; readonly [EventEmitter.captureRejectionSymbol]?: <K>(error: Error, event: string"
            },
            {
              "type": "symbol, ...args: AnyRest) => void; readonly setMaxListeners: (n: number) => DyteSelf$1; readonly getMaxListeners: () => number; readonly rawListeners: <K>(eventName: string"
            },
            {
              "type": "symbol) => Function[]; readonly eventNames: () => (string"
            },
            {
              "type": "symbol)[]; })"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "states",
          "type": "States",
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::States"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "States",
          "docsTags": [],
          "values": [
            {
              "type": "States"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "view",
          "type": "\"sidebar\"",
          "complexType": {
            "original": "ParticipantViewMode",
            "resolved": "\"sidebar\"",
            "references": {
              "ParticipantViewMode": {
                "location": "local",
                "path": "/home/runner/work/ui-kit/ui-kit/packages/core/src/components/dyte-participant/dyte-participant.tsx",
                "id": "src/components/dyte-participant/dyte-participant.tsx::ParticipantViewMode"
              }
            }
          },
          "mutable": false,
          "attr": "view",
          "reflectToAttr": false,
          "docs": "Show participant summary",
          "docsTags": [],
          "default": "'sidebar'",
          "values": [
            {
              "value": "sidebar",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "dyteSendNotification",
          "detail": "{ trace: string; message: string; }",
          "bubbles": true,
          "complexType": {
            "original": "{\n    trace: string;\n    message: string;\n  }",
            "resolved": "{ trace: string; message: string; }",
            "references": {}
          },
          "cancelable": true,
          "composed": true,
          "docs": "Emit dyte notifications",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [],
      "dependents": [
        "dyte-participants-viewer-list"
      ],
      "dependencies": [
        "dyte-avatar",
        "dyte-icon",
        "dyte-button",
        "dyte-menu-list",
        "dyte-menu-item"
      ],
      "dependencyGraph": {
        "dyte-participant": [
          "dyte-avatar",
          "dyte-icon",
          "dyte-button",
          "dyte-menu-list",
          "dyte-menu-item"
        ],
        "dyte-avatar": [
          "dyte-spinner"
        ],
        "dyte-spinner": [
          "dyte-icon"
        ],
        "dyte-participants-viewer-list": [
          "dyte-participant"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-participant-count/dyte-participant-count.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-participant-count",
      "docs": "A component which shows count of total joined participants in a meeting.",
      "docsTags": [],
      "usage": {
        "html-example": "```html\n<dyte-participant-count id=\"dyte-el\"></dyte-participant-count>\n\n<script>\n  const el = document.getElementBydId('dyte-el');\n  el.meeting = meeting;\n</script>\n```\n",
        "react-example": "```jsx live\n<DyteParticipantCount meeting={meeting} />\n```\n"
      },
      "props": [
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [
        {
          "name": "icon",
          "docs": ""
        }
      ],
      "dependents": [],
      "dependencies": [
        "dyte-icon"
      ],
      "dependencyGraph": {
        "dyte-participant-count": [
          "dyte-icon"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-participant-setup/dyte-participant-setup.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-participant-setup",
      "docs": "",
      "docsTags": [],
      "usage": {},
      "props": [
        {
          "name": "config",
          "type": "UIConfig",
          "complexType": {
            "original": "UIConfig",
            "resolved": "UIConfig",
            "references": {
              "UIConfig": {
                "location": "import",
                "path": "../../types/ui-config",
                "id": "src/types/ui-config/index.ts::UIConfig"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Config object",
          "docsTags": [],
          "default": "defaultConfig",
          "values": [
            {
              "type": "UIConfig"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "isPreview",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "is-preview",
          "reflectToAttr": false,
          "docs": "Whether tile is used for preview",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "nameTagPosition",
          "type": "\"bottom-center\" | \"bottom-left\" | \"bottom-right\" | \"top-center\" | \"top-left\" | \"top-right\"",
          "complexType": {
            "original": "| 'bottom-left'\n    | 'bottom-right'\n    | 'bottom-center'\n    | 'top-left'\n    | 'top-right'\n    | 'top-center'",
            "resolved": "\"bottom-center\" | \"bottom-left\" | \"bottom-right\" | \"top-center\" | \"top-left\" | \"top-right\"",
            "references": {}
          },
          "mutable": false,
          "attr": "name-tag-position",
          "reflectToAttr": true,
          "docs": "Position of name tag",
          "docsTags": [],
          "default": "'bottom-left'",
          "values": [
            {
              "value": "bottom-center",
              "type": "string"
            },
            {
              "value": "bottom-left",
              "type": "string"
            },
            {
              "value": "bottom-right",
              "type": "string"
            },
            {
              "value": "top-center",
              "type": "string"
            },
            {
              "value": "top-left",
              "type": "string"
            },
            {
              "value": "top-right",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "participant",
          "type": "({ readonly id: string; readonly userId: string; readonly name: string; readonly picture: string; readonly isHost: boolean; readonly customParticipantId?: string; readonly clientSpecificId: string; readonly flags: { [key: string]: string | boolean; }; readonly device: DeviceConfig; readonly videoTrack: MediaStreamTrack; readonly audioTrack: MediaStreamTrack; readonly screenShareTracks: { audio: MediaStreamTrack; video: MediaStreamTrack; }; readonly videoEnabled: boolean; readonly audioEnabled: boolean; readonly screenShareEnabled: boolean; readonly producers: ProducerState[]; readonly manualProducerConfig: PeerProducerConfig; readonly supportsRemoteControl: boolean; readonly presetName?: string; readonly stageStatus: StageStatus; readonly setVideoEnabled: (videoEnabled: boolean, emitEvent?: boolean) => void; readonly setAudioEnabled: (audioEnabled: boolean, emitEvent?: boolean) => void; readonly setScreenShareEnabled: (screenShareEnabled: boolean, emitEvent?: boolean) => void; readonly pin: () => Promise<void>; readonly unpin: () => Promise<void>; readonly setIsPinned: (isPinned: boolean, emitEvent?: boolean) => void; readonly disableAudio: () => Promise<void>; readonly kick: () => Promise<void>; readonly disableVideo: () => Promise<void>; readonly getPermissions: () => Promise<Pick<Permissions, \"polls\" | \"plugins\" | \"chat\">>; readonly setStageStatus: (stageStatus: StageStatus) => void; readonly isPinned: boolean; readonly registerVideoElement: (videoElem: HTMLVideoElement) => void; readonly deregisterVideoElement: (videoElem?: HTMLVideoElement) => void; readonly emit: <E extends keyof ParticipantEvents>(event: E, ...args: Parameters<ParticipantEvents[E]>) => boolean; readonly on: <E extends keyof ParticipantEvents>(event: E, callback: ParticipantEvents[E]) => DyteParticipant$1; readonly addListener: <E extends keyof ParticipantEvents>(event: E, callback: ParticipantEvents[E]) => DyteParticipant$1; readonly off: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly once: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly prependListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly prependOnceListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly removeListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly removeAllListeners: <T extends keyof ParticipantEvents>(event?: T) => DyteParticipant$1; readonly listeners: <T extends keyof ParticipantEvents>(event: T) => Function[]; readonly listenerCount: <T extends keyof ParticipantEvents>(event: T) => number; readonly [EventEmitter.captureRejectionSymbol]?: <K>(error: Error, event: string | symbol, ...args: AnyRest) => void; readonly setMaxListeners: (n: number) => DyteParticipant$1; readonly getMaxListeners: () => number; readonly rawListeners: <K>(eventName: string | symbol) => Function[]; readonly eventNames: () => (string | symbol)[]; }) | ({ readonly name: string; readonly picture: string; readonly customParticipantId: string; readonly waitlistStatus: \"rejected\" | \"accepted\" | \"waiting\" | \"none\"; readonly role: any; readonly userId: string; readonly organizationId: string; readonly supportsRemoteControl: boolean; readonly device: DeviceConfig; readonly hidden: boolean; readonly stageStatus: StageStatus; readonly id: string; readonly presetName: string; readonly roomState: LeaveRoomState | \"joined\" | \"init\" | \"waitlisted\"; readonly cleanupEvents: () => void; readonly permissions: DytePermissionsPreset$1; readonly config: DyteThemePreset$1; readonly roomJoined: boolean; readonly setName: (name: string) => void; readonly setupTracks: (options?: { video?: boolean; audio?: boolean; forceReset?: boolean; }) => Promise<void>; readonly destructMediaHandler: () => Promise<void>; readonly removeDocumentEventListeners: () => Promise<void>; readonly enableAudio: (customTrack?: MediaStreamTrack) => Promise<void>; readonly enableVideo: (customTrack?: MediaStreamTrack) => Promise<void>; readonly updateVideoConstraints: (resolution: VideoQualityConstraints) => Promise<void>; readonly enableScreenShare: () => Promise<void>; readonly updateScreenshareConstraints: (resolution: VideoQualityConstraints) => Promise<void>; readonly disableAudio: () => Promise<void>; readonly disableVideo: () => Promise<void>; readonly disableScreenShare: () => Promise<void>; readonly getAllDevices: () => Promise<InputDeviceInfo[]>; readonly setIsPinned: (isPinned: boolean, emitEvent?: boolean) => void; readonly isPinned: boolean; readonly pin: () => Promise<void>; readonly unpin: () => Promise<void>; readonly hide: () => Promise<void>; readonly show: () => void; readonly setDevice: (device: MediaDeviceInfo) => Promise<void>; readonly cleanUpTracks: () => void; readonly registerVideoElement: (videoElem: HTMLVideoElement, isPreview?: boolean) => void; readonly deregisterVideoElement: (videoElem?: HTMLVideoElement, isPreview?: boolean) => void; readonly init: (options?: { video?: boolean; audio?: boolean; constraints?: MediaConstraints; }, skipAwaits?: boolean, context?: Context<DyteContextState>) => Promise<void>; readonly audioTrack: MediaStreamTrack; readonly rawAudioTrack: MediaStreamTrack; readonly mediaPermissions: { audio?: MediaPermission$1; video?: MediaPermission$1; screenshare?: MediaPermission$1; }; readonly addAudioMiddleware: (audioMiddleware: AudioMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAudioMiddleware: (audioMiddleware: AudioMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAllAudioMiddlewares: () => Promise<{ success: boolean; message: string; }>; readonly videoTrack: MediaStreamTrack; readonly rawVideoTrack: MediaStreamTrack; readonly addVideoMiddleware: (videoMiddleware: VideoMiddleware) => Promise<{ success: boolean; message: string; }>; readonly setVideoMiddlewareGlobalConfig: (config?: VideoMiddlewareGlobalConfig) => Promise<void>; readonly removeVideoMiddleware: (videoMiddleware: VideoMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAllVideoMiddlewares: () => Promise<{ success: boolean; message: string; }>; readonly screenShareTracks: { audio: MediaStreamTrack; video: MediaStreamTrack; }; readonly audioEnabled: boolean; readonly videoEnabled: boolean; readonly screenShareEnabled: boolean; readonly getCurrentDevices: () => { audio: MediaDeviceInfo; video: MediaDeviceInfo; speaker: MediaDeviceInfo; }; readonly getAudioDevices: () => Promise<MediaDeviceInfo[]>; readonly getVideoDevices: () => Promise<MediaDeviceInfo[]>; readonly getSpeakerDevices: () => Promise<MediaDeviceInfo[]>; readonly getDeviceById: (deviceId: string, kind: \"audio\" | \"video\" | \"speaker\") => Promise<MediaDeviceInfo>; readonly emit: <E extends keyof SelfEvents>(event: E, ...args: Parameters<SelfEvents[E]>) => boolean; readonly on: <E extends keyof SelfEvents>(event: E, callback: SelfEvents[E]) => DyteSelf$1; readonly addListener: <E extends keyof SelfEvents>(event: E, callback: SelfEvents[E]) => DyteSelf$1; readonly off: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly once: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly prependListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly prependOnceListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly removeListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly removeAllListeners: <T extends keyof SelfEvents>(event?: T) => DyteSelf$1; readonly listeners: <T extends keyof SelfEvents>(event: T) => Function[]; readonly listenerCount: <T extends keyof SelfEvents>(event: T) => number; readonly [EventEmitter.captureRejectionSymbol]?: <K>(error: Error, event: string | symbol, ...args: AnyRest) => void; readonly setMaxListeners: (n: number) => DyteSelf$1; readonly getMaxListeners: () => number; readonly rawListeners: <K>(eventName: string | symbol) => Function[]; readonly eventNames: () => (string | symbol)[]; })",
          "complexType": {
            "original": "Peer",
            "resolved": "({ readonly id: string; readonly userId: string; readonly name: string; readonly picture: string; readonly isHost: boolean; readonly customParticipantId?: string; readonly clientSpecificId: string; readonly flags: { [key: string]: string | boolean; }; readonly device: DeviceConfig; readonly videoTrack: MediaStreamTrack; readonly audioTrack: MediaStreamTrack; readonly screenShareTracks: { audio: MediaStreamTrack; video: MediaStreamTrack; }; readonly videoEnabled: boolean; readonly audioEnabled: boolean; readonly screenShareEnabled: boolean; readonly producers: ProducerState[]; readonly manualProducerConfig: PeerProducerConfig; readonly supportsRemoteControl: boolean; readonly presetName?: string; readonly stageStatus: StageStatus; readonly setVideoEnabled: (videoEnabled: boolean, emitEvent?: boolean) => void; readonly setAudioEnabled: (audioEnabled: boolean, emitEvent?: boolean) => void; readonly setScreenShareEnabled: (screenShareEnabled: boolean, emitEvent?: boolean) => void; readonly pin: () => Promise<void>; readonly unpin: () => Promise<void>; readonly setIsPinned: (isPinned: boolean, emitEvent?: boolean) => void; readonly disableAudio: () => Promise<void>; readonly kick: () => Promise<void>; readonly disableVideo: () => Promise<void>; readonly getPermissions: () => Promise<Pick<Permissions, \"polls\" | \"plugins\" | \"chat\">>; readonly setStageStatus: (stageStatus: StageStatus) => void; readonly isPinned: boolean; readonly registerVideoElement: (videoElem: HTMLVideoElement) => void; readonly deregisterVideoElement: (videoElem?: HTMLVideoElement) => void; readonly emit: <E extends keyof ParticipantEvents>(event: E, ...args: Parameters<ParticipantEvents[E]>) => boolean; readonly on: <E extends keyof ParticipantEvents>(event: E, callback: ParticipantEvents[E]) => DyteParticipant$1; readonly addListener: <E extends keyof ParticipantEvents>(event: E, callback: ParticipantEvents[E]) => DyteParticipant$1; readonly off: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly once: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly prependListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly prependOnceListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly removeListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly removeAllListeners: <T extends keyof ParticipantEvents>(event?: T) => DyteParticipant$1; readonly listeners: <T extends keyof ParticipantEvents>(event: T) => Function[]; readonly listenerCount: <T extends keyof ParticipantEvents>(event: T) => number; readonly [EventEmitter.captureRejectionSymbol]?: <K>(error: Error, event: string | symbol, ...args: AnyRest) => void; readonly setMaxListeners: (n: number) => DyteParticipant$1; readonly getMaxListeners: () => number; readonly rawListeners: <K>(eventName: string | symbol) => Function[]; readonly eventNames: () => (string | symbol)[]; }) | ({ readonly name: string; readonly picture: string; readonly customParticipantId: string; readonly waitlistStatus: \"rejected\" | \"accepted\" | \"waiting\" | \"none\"; readonly role: any; readonly userId: string; readonly organizationId: string; readonly supportsRemoteControl: boolean; readonly device: DeviceConfig; readonly hidden: boolean; readonly stageStatus: StageStatus; readonly id: string; readonly presetName: string; readonly roomState: LeaveRoomState | \"joined\" | \"init\" | \"waitlisted\"; readonly cleanupEvents: () => void; readonly permissions: DytePermissionsPreset$1; readonly config: DyteThemePreset$1; readonly roomJoined: boolean; readonly setName: (name: string) => void; readonly setupTracks: (options?: { video?: boolean; audio?: boolean; forceReset?: boolean; }) => Promise<void>; readonly destructMediaHandler: () => Promise<void>; readonly removeDocumentEventListeners: () => Promise<void>; readonly enableAudio: (customTrack?: MediaStreamTrack) => Promise<void>; readonly enableVideo: (customTrack?: MediaStreamTrack) => Promise<void>; readonly updateVideoConstraints: (resolution: VideoQualityConstraints) => Promise<void>; readonly enableScreenShare: () => Promise<void>; readonly updateScreenshareConstraints: (resolution: VideoQualityConstraints) => Promise<void>; readonly disableAudio: () => Promise<void>; readonly disableVideo: () => Promise<void>; readonly disableScreenShare: () => Promise<void>; readonly getAllDevices: () => Promise<InputDeviceInfo[]>; readonly setIsPinned: (isPinned: boolean, emitEvent?: boolean) => void; readonly isPinned: boolean; readonly pin: () => Promise<void>; readonly unpin: () => Promise<void>; readonly hide: () => Promise<void>; readonly show: () => void; readonly setDevice: (device: MediaDeviceInfo) => Promise<void>; readonly cleanUpTracks: () => void; readonly registerVideoElement: (videoElem: HTMLVideoElement, isPreview?: boolean) => void; readonly deregisterVideoElement: (videoElem?: HTMLVideoElement, isPreview?: boolean) => void; readonly init: (options?: { video?: boolean; audio?: boolean; constraints?: MediaConstraints; }, skipAwaits?: boolean, context?: Context<DyteContextState>) => Promise<void>; readonly audioTrack: MediaStreamTrack; readonly rawAudioTrack: MediaStreamTrack; readonly mediaPermissions: { audio?: MediaPermission$1; video?: MediaPermission$1; screenshare?: MediaPermission$1; }; readonly addAudioMiddleware: (audioMiddleware: AudioMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAudioMiddleware: (audioMiddleware: AudioMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAllAudioMiddlewares: () => Promise<{ success: boolean; message: string; }>; readonly videoTrack: MediaStreamTrack; readonly rawVideoTrack: MediaStreamTrack; readonly addVideoMiddleware: (videoMiddleware: VideoMiddleware) => Promise<{ success: boolean; message: string; }>; readonly setVideoMiddlewareGlobalConfig: (config?: VideoMiddlewareGlobalConfig) => Promise<void>; readonly removeVideoMiddleware: (videoMiddleware: VideoMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAllVideoMiddlewares: () => Promise<{ success: boolean; message: string; }>; readonly screenShareTracks: { audio: MediaStreamTrack; video: MediaStreamTrack; }; readonly audioEnabled: boolean; readonly videoEnabled: boolean; readonly screenShareEnabled: boolean; readonly getCurrentDevices: () => { audio: MediaDeviceInfo; video: MediaDeviceInfo; speaker: MediaDeviceInfo; }; readonly getAudioDevices: () => Promise<MediaDeviceInfo[]>; readonly getVideoDevices: () => Promise<MediaDeviceInfo[]>; readonly getSpeakerDevices: () => Promise<MediaDeviceInfo[]>; readonly getDeviceById: (deviceId: string, kind: \"audio\" | \"video\" | \"speaker\") => Promise<MediaDeviceInfo>; readonly emit: <E extends keyof SelfEvents>(event: E, ...args: Parameters<SelfEvents[E]>) => boolean; readonly on: <E extends keyof SelfEvents>(event: E, callback: SelfEvents[E]) => DyteSelf$1; readonly addListener: <E extends keyof SelfEvents>(event: E, callback: SelfEvents[E]) => DyteSelf$1; readonly off: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly once: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly prependListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly prependOnceListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly removeListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly removeAllListeners: <T extends keyof SelfEvents>(event?: T) => DyteSelf$1; readonly listeners: <T extends keyof SelfEvents>(event: T) => Function[]; readonly listenerCount: <T extends keyof SelfEvents>(event: T) => number; readonly [EventEmitter.captureRejectionSymbol]?: <K>(error: Error, event: string | symbol, ...args: AnyRest) => void; readonly setMaxListeners: (n: number) => DyteSelf$1; readonly getMaxListeners: () => number; readonly rawListeners: <K>(eventName: string | symbol) => Function[]; readonly eventNames: () => (string | symbol)[]; })",
            "references": {
              "Peer": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Peer"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Participant object",
          "docsTags": [],
          "values": [
            {
              "type": "({ readonly id: string; readonly userId: string; readonly name: string; readonly picture: string; readonly isHost: boolean; readonly customParticipantId?: string; readonly clientSpecificId: string; readonly flags: { [key: string]: string"
            },
            {
              "type": "boolean; }; readonly device: DeviceConfig; readonly videoTrack: MediaStreamTrack; readonly audioTrack: MediaStreamTrack; readonly screenShareTracks: { audio: MediaStreamTrack; video: MediaStreamTrack; }; readonly videoEnabled: boolean; readonly audioEnabled: boolean; readonly screenShareEnabled: boolean; readonly producers: ProducerState[]; readonly manualProducerConfig: PeerProducerConfig; readonly supportsRemoteControl: boolean; readonly presetName?: string; readonly stageStatus: StageStatus; readonly setVideoEnabled: (videoEnabled: boolean, emitEvent?: boolean) => void; readonly setAudioEnabled: (audioEnabled: boolean, emitEvent?: boolean) => void; readonly setScreenShareEnabled: (screenShareEnabled: boolean, emitEvent?: boolean) => void; readonly pin: () => Promise<void>; readonly unpin: () => Promise<void>; readonly setIsPinned: (isPinned: boolean, emitEvent?: boolean) => void; readonly disableAudio: () => Promise<void>; readonly kick: () => Promise<void>; readonly disableVideo: () => Promise<void>; readonly getPermissions: () => Promise<Pick<Permissions, \"polls\""
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "type": "\"chat\">>; readonly setStageStatus: (stageStatus: StageStatus) => void; readonly isPinned: boolean; readonly registerVideoElement: (videoElem: HTMLVideoElement) => void; readonly deregisterVideoElement: (videoElem?: HTMLVideoElement) => void; readonly emit: <E extends keyof ParticipantEvents>(event: E, ...args: Parameters<ParticipantEvents[E]>) => boolean; readonly on: <E extends keyof ParticipantEvents>(event: E, callback: ParticipantEvents[E]) => DyteParticipant$1; readonly addListener: <E extends keyof ParticipantEvents>(event: E, callback: ParticipantEvents[E]) => DyteParticipant$1; readonly off: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly once: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly prependListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly prependOnceListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly removeListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly removeAllListeners: <T extends keyof ParticipantEvents>(event?: T) => DyteParticipant$1; readonly listeners: <T extends keyof ParticipantEvents>(event: T) => Function[]; readonly listenerCount: <T extends keyof ParticipantEvents>(event: T) => number; readonly [EventEmitter.captureRejectionSymbol]?: <K>(error: Error, event: string"
            },
            {
              "type": "symbol, ...args: AnyRest) => void; readonly setMaxListeners: (n: number) => DyteParticipant$1; readonly getMaxListeners: () => number; readonly rawListeners: <K>(eventName: string"
            },
            {
              "type": "symbol) => Function[]; readonly eventNames: () => (string"
            },
            {
              "type": "symbol)[]; })"
            },
            {
              "type": "({ readonly name: string; readonly picture: string; readonly customParticipantId: string; readonly waitlistStatus: \"rejected\""
            },
            {
              "value": "accepted",
              "type": "string"
            },
            {
              "value": "waiting",
              "type": "string"
            },
            {
              "type": "\"none\"; readonly role: any; readonly userId: string; readonly organizationId: string; readonly supportsRemoteControl: boolean; readonly device: DeviceConfig; readonly hidden: boolean; readonly stageStatus: StageStatus; readonly id: string; readonly presetName: string; readonly roomState: LeaveRoomState"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "init",
              "type": "string"
            },
            {
              "value": "waitlisted\"; readonly cleanupEvents: () => void; readonly permissions: DytePermissionsPreset$1; readonly config: DyteThemePreset$1; readonly roomJoined: boolean; readonly setName: (name: string) => void; readonly setupTracks: (options?: { video?: boolean; audio?: boolean; forceReset?: boolean; }) => Promise<void>; readonly destructMediaHandler: () => Promise<void>; readonly removeDocumentEventListeners: () => Promise<void>; readonly enableAudio: (customTrack?: MediaStreamTrack) => Promise<void>; readonly enableVideo: (customTrack?: MediaStreamTrack) => Promise<void>; readonly updateVideoConstraints: (resolution: VideoQualityConstraints) => Promise<void>; readonly enableScreenShare: () => Promise<void>; readonly updateScreenshareConstraints: (resolution: VideoQualityConstraints) => Promise<void>; readonly disableAudio: () => Promise<void>; readonly disableVideo: () => Promise<void>; readonly disableScreenShare: () => Promise<void>; readonly getAllDevices: () => Promise<InputDeviceInfo[]>; readonly setIsPinned: (isPinned: boolean, emitEvent?: boolean) => void; readonly isPinned: boolean; readonly pin: () => Promise<void>; readonly unpin: () => Promise<void>; readonly hide: () => Promise<void>; readonly show: () => void; readonly setDevice: (device: MediaDeviceInfo) => Promise<void>; readonly cleanUpTracks: () => void; readonly registerVideoElement: (videoElem: HTMLVideoElement, isPreview?: boolean) => void; readonly deregisterVideoElement: (videoElem?: HTMLVideoElement, isPreview?: boolean) => void; readonly init: (options?: { video?: boolean; audio?: boolean; constraints?: MediaConstraints; }, skipAwaits?: boolean, context?: Context<DyteContextState>) => Promise<void>; readonly audioTrack: MediaStreamTrack; readonly rawAudioTrack: MediaStreamTrack; readonly mediaPermissions: { audio?: MediaPermission$1; video?: MediaPermission$1; screenshare?: MediaPermission$1; }; readonly addAudioMiddleware: (audioMiddleware: AudioMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAudioMiddleware: (audioMiddleware: AudioMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAllAudioMiddlewares: () => Promise<{ success: boolean; message: string; }>; readonly videoTrack: MediaStreamTrack; readonly rawVideoTrack: MediaStreamTrack; readonly addVideoMiddleware: (videoMiddleware: VideoMiddleware) => Promise<{ success: boolean; message: string; }>; readonly setVideoMiddlewareGlobalConfig: (config?: VideoMiddlewareGlobalConfig) => Promise<void>; readonly removeVideoMiddleware: (videoMiddleware: VideoMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAllVideoMiddlewares: () => Promise<{ success: boolean; message: string; }>; readonly screenShareTracks: { audio: MediaStreamTrack; video: MediaStreamTrack; }; readonly audioEnabled: boolean; readonly videoEnabled: boolean; readonly screenShareEnabled: boolean; readonly getCurrentDevices: () => { audio: MediaDeviceInfo; video: MediaDeviceInfo; speaker: MediaDeviceInfo; }; readonly getAudioDevices: () => Promise<MediaDeviceInfo[]>; readonly getVideoDevices: () => Promise<MediaDeviceInfo[]>; readonly getSpeakerDevices: () => Promise<MediaDeviceInfo[]>; readonly getDeviceById: (deviceId: string, kind: \"audio",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "type": "\"speaker\") => Promise<MediaDeviceInfo>; readonly emit: <E extends keyof SelfEvents>(event: E, ...args: Parameters<SelfEvents[E]>) => boolean; readonly on: <E extends keyof SelfEvents>(event: E, callback: SelfEvents[E]) => DyteSelf$1; readonly addListener: <E extends keyof SelfEvents>(event: E, callback: SelfEvents[E]) => DyteSelf$1; readonly off: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly once: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly prependListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly prependOnceListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly removeListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly removeAllListeners: <T extends keyof SelfEvents>(event?: T) => DyteSelf$1; readonly listeners: <T extends keyof SelfEvents>(event: T) => Function[]; readonly listenerCount: <T extends keyof SelfEvents>(event: T) => number; readonly [EventEmitter.captureRejectionSymbol]?: <K>(error: Error, event: string"
            },
            {
              "type": "symbol, ...args: AnyRest) => void; readonly setMaxListeners: (n: number) => DyteSelf$1; readonly getMaxListeners: () => number; readonly rawListeners: <K>(eventName: string"
            },
            {
              "type": "symbol) => Function[]; readonly eventNames: () => (string"
            },
            {
              "type": "symbol)[]; })"
            }
          ],
          "optional": false,
          "required": true,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "states",
          "type": "States",
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "States object",
          "docsTags": [],
          "values": [
            {
              "type": "States"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "variant",
          "type": "\"gradient\" | \"solid\"",
          "complexType": {
            "original": "'solid' | 'gradient'",
            "resolved": "\"gradient\" | \"solid\"",
            "references": {}
          },
          "mutable": false,
          "attr": "variant",
          "reflectToAttr": true,
          "docs": "Variant",
          "docsTags": [],
          "default": "'solid'",
          "values": [
            {
              "value": "gradient",
              "type": "string"
            },
            {
              "value": "solid",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [],
      "dependents": [],
      "dependencies": [],
      "dependencyGraph": {}
    },
    {
      "filePath": "src/components/dyte-participant-tile/dyte-participant-tile.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-participant-tile",
      "docs": "A component which plays a participants video and allows for placement\nof components like `dyte-name-tag`, `dyte-audio-visualizer` or any other component.",
      "docsTags": [],
      "usage": {
        "html-example": "```html\n<dyte-participant-tile class=\"dyte-el\">\n  <dyte-name-tag class=\"dyte-el\">\n    <dyte-audio-visualizer class=\"dyte-el\" slot=\"start\"></dyte-audio-visualizer>\n  </dyte-name-tag>\n</dyte-participant-tile>\n\n<script>\n  const elements = document.getElementsByClassName('dyte-el');\n  for (const el of elements) {\n    el.participant = meeting.self;\n  }\n</script>\n```\n\nYou can change the `name-tag-position` to any of the supported values\nand change the placement of audio-visualizer in name-tag as well.\n\n```html\n<dyte-participant-tile class=\"dyte-el\" name-tag-position=\"bottom-center\">\n  <dyte-name-tag class=\"dyte-el\">\n    <dyte-audio-visualizer class=\"dyte-el\" slot=\"end\"></dyte-audio-visualizer>\n  </dyte-name-tag>\n</dyte-participant-tile>\n\n<script>\n  const elements = document.getElementsByClassName('dyte-el');\n  for (const el of elements) {\n    el.participant = meeting.self;\n  }\n</script>\n```\n\nIt also has a few variants.\n\n```html\n<dyte-participant-tile class=\"dyte-el\" variant=\"gradient\">\n  <dyte-name-tag class=\"dyte-el\">\n    <dyte-audio-visualizer class=\"dyte-el\" slot=\"start\"></dyte-audio-visualizer>\n  </dyte-name-tag>\n</dyte-participant-tile>\n\n<script>\n  const elements = document.getElementsByClassName('dyte-el');\n  for (const el of elements) {\n    el.participant = meeting.self;\n  }\n</script>\n```\n",
        "react-example": "```jsx live\n<DyteParticipantTile participant={meeting.self}>\n  <DyteNameTag participant={meeting.self}>\n    <DyteAudioVisualizer slot=\"start\" />\n  </DyteNameTag>\n</DyteParticipantTile>\n```\n\nYou can change the `name-tag-position` to any of the supported values\nand change the placement of audio-visualizer in name-tag as well.\n\n```jsx live\n<DyteParticipantTile participant={meeting.self} nameTagPosition=\"bottom-center\">\n  <DyteNameTag participant={meeting.self}>\n    <DyteAudioVisualizer slot=\"end\" />\n  </DyteNameTag>\n</DyteParticipantTile>\n```\n\nIt also has a few variants.\n\n```jsx live\n<DyteParticipantTile\n  participant={meeting.self}\n  nameTagPosition=\"bottom-center\"\n  variant=\"gradient\"\n>\n  <DyteNameTag participant={meeting.self}>\n    <DyteAudioVisualizer slot=\"start\" />\n  </DyteNameTag>\n</DyteParticipantTile>\n```\n"
      },
      "props": [
        {
          "name": "config",
          "type": "UIConfig",
          "complexType": {
            "original": "UIConfig",
            "resolved": "UIConfig",
            "references": {
              "UIConfig": {
                "location": "import",
                "path": "../../types/ui-config",
                "id": "src/types/ui-config/index.ts::UIConfig"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Config object",
          "docsTags": [],
          "default": "defaultConfig",
          "values": [
            {
              "type": "UIConfig"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "isPreview",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "is-preview",
          "reflectToAttr": false,
          "docs": "Whether tile is used for preview",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "nameTagPosition",
          "type": "\"bottom-center\" | \"bottom-left\" | \"bottom-right\" | \"top-center\" | \"top-left\" | \"top-right\"",
          "complexType": {
            "original": "| 'bottom-left'\n    | 'bottom-right'\n    | 'bottom-center'\n    | 'top-left'\n    | 'top-right'\n    | 'top-center'",
            "resolved": "\"bottom-center\" | \"bottom-left\" | \"bottom-right\" | \"top-center\" | \"top-left\" | \"top-right\"",
            "references": {}
          },
          "mutable": false,
          "attr": "name-tag-position",
          "reflectToAttr": true,
          "docs": "Position of name tag",
          "docsTags": [],
          "default": "'bottom-left'",
          "values": [
            {
              "value": "bottom-center",
              "type": "string"
            },
            {
              "value": "bottom-left",
              "type": "string"
            },
            {
              "value": "bottom-right",
              "type": "string"
            },
            {
              "value": "top-center",
              "type": "string"
            },
            {
              "value": "top-left",
              "type": "string"
            },
            {
              "value": "top-right",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "participant",
          "type": "({ readonly id: string; readonly userId: string; readonly name: string; readonly picture: string; readonly isHost: boolean; readonly customParticipantId?: string; readonly clientSpecificId: string; readonly flags: { [key: string]: string | boolean; }; readonly device: DeviceConfig; readonly videoTrack: MediaStreamTrack; readonly audioTrack: MediaStreamTrack; readonly screenShareTracks: { audio: MediaStreamTrack; video: MediaStreamTrack; }; readonly videoEnabled: boolean; readonly audioEnabled: boolean; readonly screenShareEnabled: boolean; readonly producers: ProducerState[]; readonly manualProducerConfig: PeerProducerConfig; readonly supportsRemoteControl: boolean; readonly presetName?: string; readonly stageStatus: StageStatus; readonly setVideoEnabled: (videoEnabled: boolean, emitEvent?: boolean) => void; readonly setAudioEnabled: (audioEnabled: boolean, emitEvent?: boolean) => void; readonly setScreenShareEnabled: (screenShareEnabled: boolean, emitEvent?: boolean) => void; readonly pin: () => Promise<void>; readonly unpin: () => Promise<void>; readonly setIsPinned: (isPinned: boolean, emitEvent?: boolean) => void; readonly disableAudio: () => Promise<void>; readonly kick: () => Promise<void>; readonly disableVideo: () => Promise<void>; readonly getPermissions: () => Promise<Pick<Permissions, \"polls\" | \"plugins\" | \"chat\">>; readonly setStageStatus: (stageStatus: StageStatus) => void; readonly isPinned: boolean; readonly registerVideoElement: (videoElem: HTMLVideoElement) => void; readonly deregisterVideoElement: (videoElem?: HTMLVideoElement) => void; readonly emit: <E extends keyof ParticipantEvents>(event: E, ...args: Parameters<ParticipantEvents[E]>) => boolean; readonly on: <E extends keyof ParticipantEvents>(event: E, callback: ParticipantEvents[E]) => DyteParticipant$1; readonly addListener: <E extends keyof ParticipantEvents>(event: E, callback: ParticipantEvents[E]) => DyteParticipant$1; readonly off: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly once: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly prependListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly prependOnceListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly removeListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly removeAllListeners: <T extends keyof ParticipantEvents>(event?: T) => DyteParticipant$1; readonly listeners: <T extends keyof ParticipantEvents>(event: T) => Function[]; readonly listenerCount: <T extends keyof ParticipantEvents>(event: T) => number; readonly [EventEmitter.captureRejectionSymbol]?: <K>(error: Error, event: string | symbol, ...args: AnyRest) => void; readonly setMaxListeners: (n: number) => DyteParticipant$1; readonly getMaxListeners: () => number; readonly rawListeners: <K>(eventName: string | symbol) => Function[]; readonly eventNames: () => (string | symbol)[]; }) | ({ readonly name: string; readonly picture: string; readonly customParticipantId: string; readonly waitlistStatus: \"rejected\" | \"accepted\" | \"waiting\" | \"none\"; readonly role: any; readonly userId: string; readonly organizationId: string; readonly supportsRemoteControl: boolean; readonly device: DeviceConfig; readonly hidden: boolean; readonly stageStatus: StageStatus; readonly id: string; readonly presetName: string; readonly roomState: LeaveRoomState | \"joined\" | \"init\" | \"waitlisted\"; readonly cleanupEvents: () => void; readonly permissions: DytePermissionsPreset$1; readonly config: DyteThemePreset$1; readonly roomJoined: boolean; readonly setName: (name: string) => void; readonly setupTracks: (options?: { video?: boolean; audio?: boolean; forceReset?: boolean; }) => Promise<void>; readonly destructMediaHandler: () => Promise<void>; readonly removeDocumentEventListeners: () => Promise<void>; readonly enableAudio: (customTrack?: MediaStreamTrack) => Promise<void>; readonly enableVideo: (customTrack?: MediaStreamTrack) => Promise<void>; readonly updateVideoConstraints: (resolution: VideoQualityConstraints) => Promise<void>; readonly enableScreenShare: () => Promise<void>; readonly updateScreenshareConstraints: (resolution: VideoQualityConstraints) => Promise<void>; readonly disableAudio: () => Promise<void>; readonly disableVideo: () => Promise<void>; readonly disableScreenShare: () => Promise<void>; readonly getAllDevices: () => Promise<InputDeviceInfo[]>; readonly setIsPinned: (isPinned: boolean, emitEvent?: boolean) => void; readonly isPinned: boolean; readonly pin: () => Promise<void>; readonly unpin: () => Promise<void>; readonly hide: () => Promise<void>; readonly show: () => void; readonly setDevice: (device: MediaDeviceInfo) => Promise<void>; readonly cleanUpTracks: () => void; readonly registerVideoElement: (videoElem: HTMLVideoElement, isPreview?: boolean) => void; readonly deregisterVideoElement: (videoElem?: HTMLVideoElement, isPreview?: boolean) => void; readonly init: (options?: { video?: boolean; audio?: boolean; constraints?: MediaConstraints; }, skipAwaits?: boolean, context?: Context<DyteContextState>) => Promise<void>; readonly audioTrack: MediaStreamTrack; readonly rawAudioTrack: MediaStreamTrack; readonly mediaPermissions: { audio?: MediaPermission$1; video?: MediaPermission$1; screenshare?: MediaPermission$1; }; readonly addAudioMiddleware: (audioMiddleware: AudioMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAudioMiddleware: (audioMiddleware: AudioMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAllAudioMiddlewares: () => Promise<{ success: boolean; message: string; }>; readonly videoTrack: MediaStreamTrack; readonly rawVideoTrack: MediaStreamTrack; readonly addVideoMiddleware: (videoMiddleware: VideoMiddleware) => Promise<{ success: boolean; message: string; }>; readonly setVideoMiddlewareGlobalConfig: (config?: VideoMiddlewareGlobalConfig) => Promise<void>; readonly removeVideoMiddleware: (videoMiddleware: VideoMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAllVideoMiddlewares: () => Promise<{ success: boolean; message: string; }>; readonly screenShareTracks: { audio: MediaStreamTrack; video: MediaStreamTrack; }; readonly audioEnabled: boolean; readonly videoEnabled: boolean; readonly screenShareEnabled: boolean; readonly getCurrentDevices: () => { audio: MediaDeviceInfo; video: MediaDeviceInfo; speaker: MediaDeviceInfo; }; readonly getAudioDevices: () => Promise<MediaDeviceInfo[]>; readonly getVideoDevices: () => Promise<MediaDeviceInfo[]>; readonly getSpeakerDevices: () => Promise<MediaDeviceInfo[]>; readonly getDeviceById: (deviceId: string, kind: \"audio\" | \"video\" | \"speaker\") => Promise<MediaDeviceInfo>; readonly emit: <E extends keyof SelfEvents>(event: E, ...args: Parameters<SelfEvents[E]>) => boolean; readonly on: <E extends keyof SelfEvents>(event: E, callback: SelfEvents[E]) => DyteSelf$1; readonly addListener: <E extends keyof SelfEvents>(event: E, callback: SelfEvents[E]) => DyteSelf$1; readonly off: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly once: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly prependListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly prependOnceListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly removeListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly removeAllListeners: <T extends keyof SelfEvents>(event?: T) => DyteSelf$1; readonly listeners: <T extends keyof SelfEvents>(event: T) => Function[]; readonly listenerCount: <T extends keyof SelfEvents>(event: T) => number; readonly [EventEmitter.captureRejectionSymbol]?: <K>(error: Error, event: string | symbol, ...args: AnyRest) => void; readonly setMaxListeners: (n: number) => DyteSelf$1; readonly getMaxListeners: () => number; readonly rawListeners: <K>(eventName: string | symbol) => Function[]; readonly eventNames: () => (string | symbol)[]; })",
          "complexType": {
            "original": "Peer",
            "resolved": "({ readonly id: string; readonly userId: string; readonly name: string; readonly picture: string; readonly isHost: boolean; readonly customParticipantId?: string; readonly clientSpecificId: string; readonly flags: { [key: string]: string | boolean; }; readonly device: DeviceConfig; readonly videoTrack: MediaStreamTrack; readonly audioTrack: MediaStreamTrack; readonly screenShareTracks: { audio: MediaStreamTrack; video: MediaStreamTrack; }; readonly videoEnabled: boolean; readonly audioEnabled: boolean; readonly screenShareEnabled: boolean; readonly producers: ProducerState[]; readonly manualProducerConfig: PeerProducerConfig; readonly supportsRemoteControl: boolean; readonly presetName?: string; readonly stageStatus: StageStatus; readonly setVideoEnabled: (videoEnabled: boolean, emitEvent?: boolean) => void; readonly setAudioEnabled: (audioEnabled: boolean, emitEvent?: boolean) => void; readonly setScreenShareEnabled: (screenShareEnabled: boolean, emitEvent?: boolean) => void; readonly pin: () => Promise<void>; readonly unpin: () => Promise<void>; readonly setIsPinned: (isPinned: boolean, emitEvent?: boolean) => void; readonly disableAudio: () => Promise<void>; readonly kick: () => Promise<void>; readonly disableVideo: () => Promise<void>; readonly getPermissions: () => Promise<Pick<Permissions, \"polls\" | \"plugins\" | \"chat\">>; readonly setStageStatus: (stageStatus: StageStatus) => void; readonly isPinned: boolean; readonly registerVideoElement: (videoElem: HTMLVideoElement) => void; readonly deregisterVideoElement: (videoElem?: HTMLVideoElement) => void; readonly emit: <E extends keyof ParticipantEvents>(event: E, ...args: Parameters<ParticipantEvents[E]>) => boolean; readonly on: <E extends keyof ParticipantEvents>(event: E, callback: ParticipantEvents[E]) => DyteParticipant$1; readonly addListener: <E extends keyof ParticipantEvents>(event: E, callback: ParticipantEvents[E]) => DyteParticipant$1; readonly off: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly once: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly prependListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly prependOnceListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly removeListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly removeAllListeners: <T extends keyof ParticipantEvents>(event?: T) => DyteParticipant$1; readonly listeners: <T extends keyof ParticipantEvents>(event: T) => Function[]; readonly listenerCount: <T extends keyof ParticipantEvents>(event: T) => number; readonly [EventEmitter.captureRejectionSymbol]?: <K>(error: Error, event: string | symbol, ...args: AnyRest) => void; readonly setMaxListeners: (n: number) => DyteParticipant$1; readonly getMaxListeners: () => number; readonly rawListeners: <K>(eventName: string | symbol) => Function[]; readonly eventNames: () => (string | symbol)[]; }) | ({ readonly name: string; readonly picture: string; readonly customParticipantId: string; readonly waitlistStatus: \"rejected\" | \"accepted\" | \"waiting\" | \"none\"; readonly role: any; readonly userId: string; readonly organizationId: string; readonly supportsRemoteControl: boolean; readonly device: DeviceConfig; readonly hidden: boolean; readonly stageStatus: StageStatus; readonly id: string; readonly presetName: string; readonly roomState: LeaveRoomState | \"joined\" | \"init\" | \"waitlisted\"; readonly cleanupEvents: () => void; readonly permissions: DytePermissionsPreset$1; readonly config: DyteThemePreset$1; readonly roomJoined: boolean; readonly setName: (name: string) => void; readonly setupTracks: (options?: { video?: boolean; audio?: boolean; forceReset?: boolean; }) => Promise<void>; readonly destructMediaHandler: () => Promise<void>; readonly removeDocumentEventListeners: () => Promise<void>; readonly enableAudio: (customTrack?: MediaStreamTrack) => Promise<void>; readonly enableVideo: (customTrack?: MediaStreamTrack) => Promise<void>; readonly updateVideoConstraints: (resolution: VideoQualityConstraints) => Promise<void>; readonly enableScreenShare: () => Promise<void>; readonly updateScreenshareConstraints: (resolution: VideoQualityConstraints) => Promise<void>; readonly disableAudio: () => Promise<void>; readonly disableVideo: () => Promise<void>; readonly disableScreenShare: () => Promise<void>; readonly getAllDevices: () => Promise<InputDeviceInfo[]>; readonly setIsPinned: (isPinned: boolean, emitEvent?: boolean) => void; readonly isPinned: boolean; readonly pin: () => Promise<void>; readonly unpin: () => Promise<void>; readonly hide: () => Promise<void>; readonly show: () => void; readonly setDevice: (device: MediaDeviceInfo) => Promise<void>; readonly cleanUpTracks: () => void; readonly registerVideoElement: (videoElem: HTMLVideoElement, isPreview?: boolean) => void; readonly deregisterVideoElement: (videoElem?: HTMLVideoElement, isPreview?: boolean) => void; readonly init: (options?: { video?: boolean; audio?: boolean; constraints?: MediaConstraints; }, skipAwaits?: boolean, context?: Context<DyteContextState>) => Promise<void>; readonly audioTrack: MediaStreamTrack; readonly rawAudioTrack: MediaStreamTrack; readonly mediaPermissions: { audio?: MediaPermission$1; video?: MediaPermission$1; screenshare?: MediaPermission$1; }; readonly addAudioMiddleware: (audioMiddleware: AudioMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAudioMiddleware: (audioMiddleware: AudioMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAllAudioMiddlewares: () => Promise<{ success: boolean; message: string; }>; readonly videoTrack: MediaStreamTrack; readonly rawVideoTrack: MediaStreamTrack; readonly addVideoMiddleware: (videoMiddleware: VideoMiddleware) => Promise<{ success: boolean; message: string; }>; readonly setVideoMiddlewareGlobalConfig: (config?: VideoMiddlewareGlobalConfig) => Promise<void>; readonly removeVideoMiddleware: (videoMiddleware: VideoMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAllVideoMiddlewares: () => Promise<{ success: boolean; message: string; }>; readonly screenShareTracks: { audio: MediaStreamTrack; video: MediaStreamTrack; }; readonly audioEnabled: boolean; readonly videoEnabled: boolean; readonly screenShareEnabled: boolean; readonly getCurrentDevices: () => { audio: MediaDeviceInfo; video: MediaDeviceInfo; speaker: MediaDeviceInfo; }; readonly getAudioDevices: () => Promise<MediaDeviceInfo[]>; readonly getVideoDevices: () => Promise<MediaDeviceInfo[]>; readonly getSpeakerDevices: () => Promise<MediaDeviceInfo[]>; readonly getDeviceById: (deviceId: string, kind: \"audio\" | \"video\" | \"speaker\") => Promise<MediaDeviceInfo>; readonly emit: <E extends keyof SelfEvents>(event: E, ...args: Parameters<SelfEvents[E]>) => boolean; readonly on: <E extends keyof SelfEvents>(event: E, callback: SelfEvents[E]) => DyteSelf$1; readonly addListener: <E extends keyof SelfEvents>(event: E, callback: SelfEvents[E]) => DyteSelf$1; readonly off: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly once: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly prependListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly prependOnceListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly removeListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly removeAllListeners: <T extends keyof SelfEvents>(event?: T) => DyteSelf$1; readonly listeners: <T extends keyof SelfEvents>(event: T) => Function[]; readonly listenerCount: <T extends keyof SelfEvents>(event: T) => number; readonly [EventEmitter.captureRejectionSymbol]?: <K>(error: Error, event: string | symbol, ...args: AnyRest) => void; readonly setMaxListeners: (n: number) => DyteSelf$1; readonly getMaxListeners: () => number; readonly rawListeners: <K>(eventName: string | symbol) => Function[]; readonly eventNames: () => (string | symbol)[]; })",
            "references": {
              "Peer": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Peer"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Participant object",
          "docsTags": [],
          "values": [
            {
              "type": "({ readonly id: string; readonly userId: string; readonly name: string; readonly picture: string; readonly isHost: boolean; readonly customParticipantId?: string; readonly clientSpecificId: string; readonly flags: { [key: string]: string"
            },
            {
              "type": "boolean; }; readonly device: DeviceConfig; readonly videoTrack: MediaStreamTrack; readonly audioTrack: MediaStreamTrack; readonly screenShareTracks: { audio: MediaStreamTrack; video: MediaStreamTrack; }; readonly videoEnabled: boolean; readonly audioEnabled: boolean; readonly screenShareEnabled: boolean; readonly producers: ProducerState[]; readonly manualProducerConfig: PeerProducerConfig; readonly supportsRemoteControl: boolean; readonly presetName?: string; readonly stageStatus: StageStatus; readonly setVideoEnabled: (videoEnabled: boolean, emitEvent?: boolean) => void; readonly setAudioEnabled: (audioEnabled: boolean, emitEvent?: boolean) => void; readonly setScreenShareEnabled: (screenShareEnabled: boolean, emitEvent?: boolean) => void; readonly pin: () => Promise<void>; readonly unpin: () => Promise<void>; readonly setIsPinned: (isPinned: boolean, emitEvent?: boolean) => void; readonly disableAudio: () => Promise<void>; readonly kick: () => Promise<void>; readonly disableVideo: () => Promise<void>; readonly getPermissions: () => Promise<Pick<Permissions, \"polls\""
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "type": "\"chat\">>; readonly setStageStatus: (stageStatus: StageStatus) => void; readonly isPinned: boolean; readonly registerVideoElement: (videoElem: HTMLVideoElement) => void; readonly deregisterVideoElement: (videoElem?: HTMLVideoElement) => void; readonly emit: <E extends keyof ParticipantEvents>(event: E, ...args: Parameters<ParticipantEvents[E]>) => boolean; readonly on: <E extends keyof ParticipantEvents>(event: E, callback: ParticipantEvents[E]) => DyteParticipant$1; readonly addListener: <E extends keyof ParticipantEvents>(event: E, callback: ParticipantEvents[E]) => DyteParticipant$1; readonly off: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly once: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly prependListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly prependOnceListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly removeListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly removeAllListeners: <T extends keyof ParticipantEvents>(event?: T) => DyteParticipant$1; readonly listeners: <T extends keyof ParticipantEvents>(event: T) => Function[]; readonly listenerCount: <T extends keyof ParticipantEvents>(event: T) => number; readonly [EventEmitter.captureRejectionSymbol]?: <K>(error: Error, event: string"
            },
            {
              "type": "symbol, ...args: AnyRest) => void; readonly setMaxListeners: (n: number) => DyteParticipant$1; readonly getMaxListeners: () => number; readonly rawListeners: <K>(eventName: string"
            },
            {
              "type": "symbol) => Function[]; readonly eventNames: () => (string"
            },
            {
              "type": "symbol)[]; })"
            },
            {
              "type": "({ readonly name: string; readonly picture: string; readonly customParticipantId: string; readonly waitlistStatus: \"rejected\""
            },
            {
              "value": "accepted",
              "type": "string"
            },
            {
              "value": "waiting",
              "type": "string"
            },
            {
              "type": "\"none\"; readonly role: any; readonly userId: string; readonly organizationId: string; readonly supportsRemoteControl: boolean; readonly device: DeviceConfig; readonly hidden: boolean; readonly stageStatus: StageStatus; readonly id: string; readonly presetName: string; readonly roomState: LeaveRoomState"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "init",
              "type": "string"
            },
            {
              "value": "waitlisted\"; readonly cleanupEvents: () => void; readonly permissions: DytePermissionsPreset$1; readonly config: DyteThemePreset$1; readonly roomJoined: boolean; readonly setName: (name: string) => void; readonly setupTracks: (options?: { video?: boolean; audio?: boolean; forceReset?: boolean; }) => Promise<void>; readonly destructMediaHandler: () => Promise<void>; readonly removeDocumentEventListeners: () => Promise<void>; readonly enableAudio: (customTrack?: MediaStreamTrack) => Promise<void>; readonly enableVideo: (customTrack?: MediaStreamTrack) => Promise<void>; readonly updateVideoConstraints: (resolution: VideoQualityConstraints) => Promise<void>; readonly enableScreenShare: () => Promise<void>; readonly updateScreenshareConstraints: (resolution: VideoQualityConstraints) => Promise<void>; readonly disableAudio: () => Promise<void>; readonly disableVideo: () => Promise<void>; readonly disableScreenShare: () => Promise<void>; readonly getAllDevices: () => Promise<InputDeviceInfo[]>; readonly setIsPinned: (isPinned: boolean, emitEvent?: boolean) => void; readonly isPinned: boolean; readonly pin: () => Promise<void>; readonly unpin: () => Promise<void>; readonly hide: () => Promise<void>; readonly show: () => void; readonly setDevice: (device: MediaDeviceInfo) => Promise<void>; readonly cleanUpTracks: () => void; readonly registerVideoElement: (videoElem: HTMLVideoElement, isPreview?: boolean) => void; readonly deregisterVideoElement: (videoElem?: HTMLVideoElement, isPreview?: boolean) => void; readonly init: (options?: { video?: boolean; audio?: boolean; constraints?: MediaConstraints; }, skipAwaits?: boolean, context?: Context<DyteContextState>) => Promise<void>; readonly audioTrack: MediaStreamTrack; readonly rawAudioTrack: MediaStreamTrack; readonly mediaPermissions: { audio?: MediaPermission$1; video?: MediaPermission$1; screenshare?: MediaPermission$1; }; readonly addAudioMiddleware: (audioMiddleware: AudioMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAudioMiddleware: (audioMiddleware: AudioMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAllAudioMiddlewares: () => Promise<{ success: boolean; message: string; }>; readonly videoTrack: MediaStreamTrack; readonly rawVideoTrack: MediaStreamTrack; readonly addVideoMiddleware: (videoMiddleware: VideoMiddleware) => Promise<{ success: boolean; message: string; }>; readonly setVideoMiddlewareGlobalConfig: (config?: VideoMiddlewareGlobalConfig) => Promise<void>; readonly removeVideoMiddleware: (videoMiddleware: VideoMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAllVideoMiddlewares: () => Promise<{ success: boolean; message: string; }>; readonly screenShareTracks: { audio: MediaStreamTrack; video: MediaStreamTrack; }; readonly audioEnabled: boolean; readonly videoEnabled: boolean; readonly screenShareEnabled: boolean; readonly getCurrentDevices: () => { audio: MediaDeviceInfo; video: MediaDeviceInfo; speaker: MediaDeviceInfo; }; readonly getAudioDevices: () => Promise<MediaDeviceInfo[]>; readonly getVideoDevices: () => Promise<MediaDeviceInfo[]>; readonly getSpeakerDevices: () => Promise<MediaDeviceInfo[]>; readonly getDeviceById: (deviceId: string, kind: \"audio",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "type": "\"speaker\") => Promise<MediaDeviceInfo>; readonly emit: <E extends keyof SelfEvents>(event: E, ...args: Parameters<SelfEvents[E]>) => boolean; readonly on: <E extends keyof SelfEvents>(event: E, callback: SelfEvents[E]) => DyteSelf$1; readonly addListener: <E extends keyof SelfEvents>(event: E, callback: SelfEvents[E]) => DyteSelf$1; readonly off: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly once: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly prependListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly prependOnceListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly removeListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly removeAllListeners: <T extends keyof SelfEvents>(event?: T) => DyteSelf$1; readonly listeners: <T extends keyof SelfEvents>(event: T) => Function[]; readonly listenerCount: <T extends keyof SelfEvents>(event: T) => number; readonly [EventEmitter.captureRejectionSymbol]?: <K>(error: Error, event: string"
            },
            {
              "type": "symbol, ...args: AnyRest) => void; readonly setMaxListeners: (n: number) => DyteSelf$1; readonly getMaxListeners: () => number; readonly rawListeners: <K>(eventName: string"
            },
            {
              "type": "symbol) => Function[]; readonly eventNames: () => (string"
            },
            {
              "type": "symbol)[]; })"
            }
          ],
          "optional": false,
          "required": true,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "states",
          "type": "States",
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "States object",
          "docsTags": [],
          "values": [
            {
              "type": "States"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "variant",
          "type": "\"gradient\" | \"solid\"",
          "complexType": {
            "original": "'solid' | 'gradient'",
            "resolved": "\"gradient\" | \"solid\"",
            "references": {}
          },
          "mutable": false,
          "attr": "variant",
          "reflectToAttr": true,
          "docs": "Variant",
          "docsTags": [],
          "default": "'solid'",
          "values": [
            {
              "value": "gradient",
              "type": "string"
            },
            {
              "value": "solid",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "tileLoad",
          "detail": "{ participant: Peer; videoElement: HTMLVideoElement; }",
          "bubbles": true,
          "complexType": {
            "original": "{ participant: Peer; videoElement: HTMLVideoElement }",
            "resolved": "{ participant: Peer; videoElement: HTMLVideoElement; }",
            "references": {
              "Peer": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Peer"
              },
              "HTMLVideoElement": {
                "location": "global",
                "id": "global::HTMLVideoElement"
              }
            }
          },
          "cancelable": true,
          "composed": true,
          "docs": "Event triggered when tile is loaded",
          "docsTags": []
        },
        {
          "event": "tileUnload",
          "detail": "({ readonly id: string; readonly userId: string; readonly name: string; readonly picture: string; readonly isHost: boolean; readonly customParticipantId?: string; readonly clientSpecificId: string; readonly flags: { [key: string]: string | boolean; }; readonly device: DeviceConfig; readonly videoTrack: MediaStreamTrack; readonly audioTrack: MediaStreamTrack; readonly screenShareTracks: { audio: MediaStreamTrack; video: MediaStreamTrack; }; readonly videoEnabled: boolean; readonly audioEnabled: boolean; readonly screenShareEnabled: boolean; readonly producers: ProducerState[]; readonly manualProducerConfig: PeerProducerConfig; readonly supportsRemoteControl: boolean; readonly presetName?: string; readonly stageStatus: StageStatus; readonly setVideoEnabled: (videoEnabled: boolean, emitEvent?: boolean) => void; readonly setAudioEnabled: (audioEnabled: boolean, emitEvent?: boolean) => void; readonly setScreenShareEnabled: (screenShareEnabled: boolean, emitEvent?: boolean) => void; readonly pin: () => Promise<void>; readonly unpin: () => Promise<void>; readonly setIsPinned: (isPinned: boolean, emitEvent?: boolean) => void; readonly disableAudio: () => Promise<void>; readonly kick: () => Promise<void>; readonly disableVideo: () => Promise<void>; readonly getPermissions: () => Promise<Pick<Permissions, \"polls\" | \"plugins\" | \"chat\">>; readonly setStageStatus: (stageStatus: StageStatus) => void; readonly isPinned: boolean; readonly registerVideoElement: (videoElem: HTMLVideoElement) => void; readonly deregisterVideoElement: (videoElem?: HTMLVideoElement) => void; readonly emit: <E extends keyof ParticipantEvents>(event: E, ...args: Parameters<ParticipantEvents[E]>) => boolean; readonly on: <E extends keyof ParticipantEvents>(event: E, callback: ParticipantEvents[E]) => DyteParticipant$1; readonly addListener: <E extends keyof ParticipantEvents>(event: E, callback: ParticipantEvents[E]) => DyteParticipant$1; readonly off: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly once: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly prependListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly prependOnceListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly removeListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly removeAllListeners: <T extends keyof ParticipantEvents>(event?: T) => DyteParticipant$1; readonly listeners: <T extends keyof ParticipantEvents>(event: T) => Function[]; readonly listenerCount: <T extends keyof ParticipantEvents>(event: T) => number; readonly [EventEmitter.captureRejectionSymbol]?: <K>(error: Error, event: string | symbol, ...args: AnyRest) => void; readonly setMaxListeners: (n: number) => DyteParticipant$1; readonly getMaxListeners: () => number; readonly rawListeners: <K>(eventName: string | symbol) => Function[]; readonly eventNames: () => (string | symbol)[]; }) | ({ readonly name: string; readonly picture: string; readonly customParticipantId: string; readonly waitlistStatus: \"rejected\" | \"accepted\" | \"waiting\" | \"none\"; readonly role: any; readonly userId: string; readonly organizationId: string; readonly supportsRemoteControl: boolean; readonly device: DeviceConfig; readonly hidden: boolean; readonly stageStatus: StageStatus; readonly id: string; readonly presetName: string; readonly roomState: LeaveRoomState | \"joined\" | \"init\" | \"waitlisted\"; readonly cleanupEvents: () => void; readonly permissions: DytePermissionsPreset$1; readonly config: DyteThemePreset$1; readonly roomJoined: boolean; readonly setName: (name: string) => void; readonly setupTracks: (options?: { video?: boolean; audio?: boolean; forceReset?: boolean; }) => Promise<void>; readonly destructMediaHandler: () => Promise<void>; readonly removeDocumentEventListeners: () => Promise<void>; readonly enableAudio: (customTrack?: MediaStreamTrack) => Promise<void>; readonly enableVideo: (customTrack?: MediaStreamTrack) => Promise<void>; readonly updateVideoConstraints: (resolution: VideoQualityConstraints) => Promise<void>; readonly enableScreenShare: () => Promise<void>; readonly updateScreenshareConstraints: (resolution: VideoQualityConstraints) => Promise<void>; readonly disableAudio: () => Promise<void>; readonly disableVideo: () => Promise<void>; readonly disableScreenShare: () => Promise<void>; readonly getAllDevices: () => Promise<InputDeviceInfo[]>; readonly setIsPinned: (isPinned: boolean, emitEvent?: boolean) => void; readonly isPinned: boolean; readonly pin: () => Promise<void>; readonly unpin: () => Promise<void>; readonly hide: () => Promise<void>; readonly show: () => void; readonly setDevice: (device: MediaDeviceInfo) => Promise<void>; readonly cleanUpTracks: () => void; readonly registerVideoElement: (videoElem: HTMLVideoElement, isPreview?: boolean) => void; readonly deregisterVideoElement: (videoElem?: HTMLVideoElement, isPreview?: boolean) => void; readonly init: (options?: { video?: boolean; audio?: boolean; constraints?: MediaConstraints; }, skipAwaits?: boolean, context?: Context<DyteContextState>) => Promise<void>; readonly audioTrack: MediaStreamTrack; readonly rawAudioTrack: MediaStreamTrack; readonly mediaPermissions: { audio?: MediaPermission$1; video?: MediaPermission$1; screenshare?: MediaPermission$1; }; readonly addAudioMiddleware: (audioMiddleware: AudioMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAudioMiddleware: (audioMiddleware: AudioMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAllAudioMiddlewares: () => Promise<{ success: boolean; message: string; }>; readonly videoTrack: MediaStreamTrack; readonly rawVideoTrack: MediaStreamTrack; readonly addVideoMiddleware: (videoMiddleware: VideoMiddleware) => Promise<{ success: boolean; message: string; }>; readonly setVideoMiddlewareGlobalConfig: (config?: VideoMiddlewareGlobalConfig) => Promise<void>; readonly removeVideoMiddleware: (videoMiddleware: VideoMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAllVideoMiddlewares: () => Promise<{ success: boolean; message: string; }>; readonly screenShareTracks: { audio: MediaStreamTrack; video: MediaStreamTrack; }; readonly audioEnabled: boolean; readonly videoEnabled: boolean; readonly screenShareEnabled: boolean; readonly getCurrentDevices: () => { audio: MediaDeviceInfo; video: MediaDeviceInfo; speaker: MediaDeviceInfo; }; readonly getAudioDevices: () => Promise<MediaDeviceInfo[]>; readonly getVideoDevices: () => Promise<MediaDeviceInfo[]>; readonly getSpeakerDevices: () => Promise<MediaDeviceInfo[]>; readonly getDeviceById: (deviceId: string, kind: \"audio\" | \"video\" | \"speaker\") => Promise<MediaDeviceInfo>; readonly emit: <E extends keyof SelfEvents>(event: E, ...args: Parameters<SelfEvents[E]>) => boolean; readonly on: <E extends keyof SelfEvents>(event: E, callback: SelfEvents[E]) => DyteSelf$1; readonly addListener: <E extends keyof SelfEvents>(event: E, callback: SelfEvents[E]) => DyteSelf$1; readonly off: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly once: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly prependListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly prependOnceListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly removeListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly removeAllListeners: <T extends keyof SelfEvents>(event?: T) => DyteSelf$1; readonly listeners: <T extends keyof SelfEvents>(event: T) => Function[]; readonly listenerCount: <T extends keyof SelfEvents>(event: T) => number; readonly [EventEmitter.captureRejectionSymbol]?: <K>(error: Error, event: string | symbol, ...args: AnyRest) => void; readonly setMaxListeners: (n: number) => DyteSelf$1; readonly getMaxListeners: () => number; readonly rawListeners: <K>(eventName: string | symbol) => Function[]; readonly eventNames: () => (string | symbol)[]; })",
          "bubbles": true,
          "complexType": {
            "original": "Peer",
            "resolved": "({ readonly id: string; readonly userId: string; readonly name: string; readonly picture: string; readonly isHost: boolean; readonly customParticipantId?: string; readonly clientSpecificId: string; readonly flags: { [key: string]: string | boolean; }; readonly device: DeviceConfig; readonly videoTrack: MediaStreamTrack; readonly audioTrack: MediaStreamTrack; readonly screenShareTracks: { audio: MediaStreamTrack; video: MediaStreamTrack; }; readonly videoEnabled: boolean; readonly audioEnabled: boolean; readonly screenShareEnabled: boolean; readonly producers: ProducerState[]; readonly manualProducerConfig: PeerProducerConfig; readonly supportsRemoteControl: boolean; readonly presetName?: string; readonly stageStatus: StageStatus; readonly setVideoEnabled: (videoEnabled: boolean, emitEvent?: boolean) => void; readonly setAudioEnabled: (audioEnabled: boolean, emitEvent?: boolean) => void; readonly setScreenShareEnabled: (screenShareEnabled: boolean, emitEvent?: boolean) => void; readonly pin: () => Promise<void>; readonly unpin: () => Promise<void>; readonly setIsPinned: (isPinned: boolean, emitEvent?: boolean) => void; readonly disableAudio: () => Promise<void>; readonly kick: () => Promise<void>; readonly disableVideo: () => Promise<void>; readonly getPermissions: () => Promise<Pick<Permissions, \"polls\" | \"plugins\" | \"chat\">>; readonly setStageStatus: (stageStatus: StageStatus) => void; readonly isPinned: boolean; readonly registerVideoElement: (videoElem: HTMLVideoElement) => void; readonly deregisterVideoElement: (videoElem?: HTMLVideoElement) => void; readonly emit: <E extends keyof ParticipantEvents>(event: E, ...args: Parameters<ParticipantEvents[E]>) => boolean; readonly on: <E extends keyof ParticipantEvents>(event: E, callback: ParticipantEvents[E]) => DyteParticipant$1; readonly addListener: <E extends keyof ParticipantEvents>(event: E, callback: ParticipantEvents[E]) => DyteParticipant$1; readonly off: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly once: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly prependListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly prependOnceListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly removeListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly removeAllListeners: <T extends keyof ParticipantEvents>(event?: T) => DyteParticipant$1; readonly listeners: <T extends keyof ParticipantEvents>(event: T) => Function[]; readonly listenerCount: <T extends keyof ParticipantEvents>(event: T) => number; readonly [EventEmitter.captureRejectionSymbol]?: <K>(error: Error, event: string | symbol, ...args: AnyRest) => void; readonly setMaxListeners: (n: number) => DyteParticipant$1; readonly getMaxListeners: () => number; readonly rawListeners: <K>(eventName: string | symbol) => Function[]; readonly eventNames: () => (string | symbol)[]; }) | ({ readonly name: string; readonly picture: string; readonly customParticipantId: string; readonly waitlistStatus: \"rejected\" | \"accepted\" | \"waiting\" | \"none\"; readonly role: any; readonly userId: string; readonly organizationId: string; readonly supportsRemoteControl: boolean; readonly device: DeviceConfig; readonly hidden: boolean; readonly stageStatus: StageStatus; readonly id: string; readonly presetName: string; readonly roomState: LeaveRoomState | \"joined\" | \"init\" | \"waitlisted\"; readonly cleanupEvents: () => void; readonly permissions: DytePermissionsPreset$1; readonly config: DyteThemePreset$1; readonly roomJoined: boolean; readonly setName: (name: string) => void; readonly setupTracks: (options?: { video?: boolean; audio?: boolean; forceReset?: boolean; }) => Promise<void>; readonly destructMediaHandler: () => Promise<void>; readonly removeDocumentEventListeners: () => Promise<void>; readonly enableAudio: (customTrack?: MediaStreamTrack) => Promise<void>; readonly enableVideo: (customTrack?: MediaStreamTrack) => Promise<void>; readonly updateVideoConstraints: (resolution: VideoQualityConstraints) => Promise<void>; readonly enableScreenShare: () => Promise<void>; readonly updateScreenshareConstraints: (resolution: VideoQualityConstraints) => Promise<void>; readonly disableAudio: () => Promise<void>; readonly disableVideo: () => Promise<void>; readonly disableScreenShare: () => Promise<void>; readonly getAllDevices: () => Promise<InputDeviceInfo[]>; readonly setIsPinned: (isPinned: boolean, emitEvent?: boolean) => void; readonly isPinned: boolean; readonly pin: () => Promise<void>; readonly unpin: () => Promise<void>; readonly hide: () => Promise<void>; readonly show: () => void; readonly setDevice: (device: MediaDeviceInfo) => Promise<void>; readonly cleanUpTracks: () => void; readonly registerVideoElement: (videoElem: HTMLVideoElement, isPreview?: boolean) => void; readonly deregisterVideoElement: (videoElem?: HTMLVideoElement, isPreview?: boolean) => void; readonly init: (options?: { video?: boolean; audio?: boolean; constraints?: MediaConstraints; }, skipAwaits?: boolean, context?: Context<DyteContextState>) => Promise<void>; readonly audioTrack: MediaStreamTrack; readonly rawAudioTrack: MediaStreamTrack; readonly mediaPermissions: { audio?: MediaPermission$1; video?: MediaPermission$1; screenshare?: MediaPermission$1; }; readonly addAudioMiddleware: (audioMiddleware: AudioMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAudioMiddleware: (audioMiddleware: AudioMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAllAudioMiddlewares: () => Promise<{ success: boolean; message: string; }>; readonly videoTrack: MediaStreamTrack; readonly rawVideoTrack: MediaStreamTrack; readonly addVideoMiddleware: (videoMiddleware: VideoMiddleware) => Promise<{ success: boolean; message: string; }>; readonly setVideoMiddlewareGlobalConfig: (config?: VideoMiddlewareGlobalConfig) => Promise<void>; readonly removeVideoMiddleware: (videoMiddleware: VideoMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAllVideoMiddlewares: () => Promise<{ success: boolean; message: string; }>; readonly screenShareTracks: { audio: MediaStreamTrack; video: MediaStreamTrack; }; readonly audioEnabled: boolean; readonly videoEnabled: boolean; readonly screenShareEnabled: boolean; readonly getCurrentDevices: () => { audio: MediaDeviceInfo; video: MediaDeviceInfo; speaker: MediaDeviceInfo; }; readonly getAudioDevices: () => Promise<MediaDeviceInfo[]>; readonly getVideoDevices: () => Promise<MediaDeviceInfo[]>; readonly getSpeakerDevices: () => Promise<MediaDeviceInfo[]>; readonly getDeviceById: (deviceId: string, kind: \"audio\" | \"video\" | \"speaker\") => Promise<MediaDeviceInfo>; readonly emit: <E extends keyof SelfEvents>(event: E, ...args: Parameters<SelfEvents[E]>) => boolean; readonly on: <E extends keyof SelfEvents>(event: E, callback: SelfEvents[E]) => DyteSelf$1; readonly addListener: <E extends keyof SelfEvents>(event: E, callback: SelfEvents[E]) => DyteSelf$1; readonly off: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly once: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly prependListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly prependOnceListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly removeListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly removeAllListeners: <T extends keyof SelfEvents>(event?: T) => DyteSelf$1; readonly listeners: <T extends keyof SelfEvents>(event: T) => Function[]; readonly listenerCount: <T extends keyof SelfEvents>(event: T) => number; readonly [EventEmitter.captureRejectionSymbol]?: <K>(error: Error, event: string | symbol, ...args: AnyRest) => void; readonly setMaxListeners: (n: number) => DyteSelf$1; readonly getMaxListeners: () => number; readonly rawListeners: <K>(eventName: string | symbol) => Function[]; readonly eventNames: () => (string | symbol)[]; })",
            "references": {
              "Peer": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Peer"
              }
            }
          },
          "cancelable": true,
          "composed": true,
          "docs": "Event triggered when tile is unloaded",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [
        {
          "name": "network-indicator",
          "docs": ""
        },
        {
          "name": "pinned-icon",
          "docs": ""
        },
        {
          "name": "video",
          "docs": ""
        }
      ],
      "dependents": [
        "dyte-settings-video"
      ],
      "dependencies": [
        "dyte-icon"
      ],
      "dependencyGraph": {
        "dyte-participant-tile": [
          "dyte-icon"
        ],
        "dyte-settings-video": [
          "dyte-participant-tile"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-participants/dyte-participants.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-participants",
      "docs": "A component which lists all participants, with ability to\nrun privileged actions on each participant according to your permissions.",
      "docsTags": [],
      "usage": {
        "html-example": "```html\n<dyte-participants id=\"dyte-el\"></dyte-participants>\n\n<script>\n  document.getElementById('dyte-el').meeting = meeting;\n</script>\n\n<style>\n  dyte-participants {\n    height: 480px;\n    width: 100%;\n    max-width: 320px;\n    background-color: '#000';\n  }\n</style>\n```\n",
        "react-example": "```jsx live\n<Center>\n  <DyteParticipants\n    meeting={meeting}\n    style={{ height: '480px', maxWidth: '320px', backgroundColor: '#000' }}\n  />\n</Center>\n```\n"
      },
      "props": [
        {
          "name": "config",
          "type": "UIConfig",
          "complexType": {
            "original": "UIConfig",
            "resolved": "UIConfig",
            "references": {
              "UIConfig": {
                "location": "import",
                "path": "../../types/ui-config",
                "id": "src/types/ui-config/index.ts::UIConfig"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Config",
          "docsTags": [],
          "default": "defaultConfig",
          "values": [
            {
              "type": "UIConfig"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "defaultParticipantsTabId",
          "type": "\"requests\" | \"stage-list\" | \"viewer-list\"",
          "complexType": {
            "original": "ParticipantsTabId",
            "resolved": "\"requests\" | \"stage-list\" | \"viewer-list\"",
            "references": {
              "ParticipantsTabId": {
                "location": "local",
                "path": "/home/runner/work/ui-kit/ui-kit/packages/core/src/components/dyte-participants/dyte-participants.tsx",
                "id": "src/components/dyte-participants/dyte-participants.tsx::ParticipantsTabId"
              }
            }
          },
          "mutable": false,
          "attr": "default-participants-tab-id",
          "reflectToAttr": false,
          "docs": "Default section",
          "docsTags": [],
          "default": "'stage-list'",
          "values": [
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "stage-list",
              "type": "string"
            },
            {
              "value": "viewer-list",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "states",
          "type": "States",
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "States object",
          "docsTags": [],
          "values": [
            {
              "type": "States"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "dyteStateUpdate",
          "detail": "States",
          "bubbles": true,
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "cancelable": true,
          "composed": true,
          "docs": "Emits updated state data",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [
        {
          "name": "container",
          "docs": ""
        },
        {
          "name": "search",
          "docs": ""
        },
        {
          "name": "search-icon",
          "docs": ""
        },
        {
          "name": "search-input",
          "docs": ""
        }
      ],
      "dependents": [],
      "dependencies": [
        "dyte-icon",
        "dyte-sidebar-ui",
        "dyte-participants-stage-list",
        "dyte-participants-stage-queue",
        "dyte-participants-waiting-list",
        "dyte-participants-viewer-list"
      ],
      "dependencyGraph": {
        "dyte-participants": [
          "dyte-icon",
          "dyte-sidebar-ui",
          "dyte-participants-stage-list",
          "dyte-participants-stage-queue",
          "dyte-participants-waiting-list",
          "dyte-participants-viewer-list"
        ],
        "dyte-sidebar-ui": [
          "dyte-button",
          "dyte-icon"
        ],
        "dyte-participants-stage-list": [
          "dyte-virtualized-participant-list"
        ],
        "dyte-participants-stage-queue": [
          "dyte-avatar",
          "dyte-tooltip",
          "dyte-button",
          "dyte-icon"
        ],
        "dyte-avatar": [
          "dyte-spinner"
        ],
        "dyte-spinner": [
          "dyte-icon"
        ],
        "dyte-participants-waiting-list": [
          "dyte-avatar",
          "dyte-tooltip",
          "dyte-button",
          "dyte-icon"
        ],
        "dyte-participants-viewer-list": [
          "dyte-participant",
          "dyte-virtualized-participant-list"
        ],
        "dyte-participant": [
          "dyte-avatar",
          "dyte-icon",
          "dyte-button",
          "dyte-menu-list",
          "dyte-menu-item"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-participants-audio/dyte-participants-audio.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-participants-audio",
      "docs": "A component which plays all the audio from participants and screenshares.",
      "docsTags": [],
      "usage": {
        "html-example": "```html\n<dyte-participants-audio id=\"dyte-el\"></dyte-participants-audio>\n\n<script>\n  const el = document.getElementBydId('dyte-el');\n  el.meeting = meeting;\n</script>\n```\n",
        "react-example": "```jsx live\n<DyteParticipantsAudio meeting={meeting} />\n```\n"
      },
      "props": [
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "preloadedAudioElem",
          "type": "HTMLAudioElement",
          "complexType": {
            "original": "HTMLAudioElement",
            "resolved": "HTMLAudioElement",
            "references": {
              "HTMLAudioElement": {
                "location": "global",
                "id": "global::HTMLAudioElement"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Pass existing audio element",
          "docsTags": [],
          "default": "undefined",
          "values": [
            {
              "type": "HTMLAudioElement"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "dialogClose",
          "detail": "void",
          "bubbles": true,
          "complexType": {
            "original": "void",
            "resolved": "void",
            "references": {}
          },
          "cancelable": true,
          "composed": true,
          "docs": "Callback to execute when the dialog is closed",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [],
      "dependents": [],
      "dependencies": [
        "dyte-dialog",
        "dyte-button"
      ],
      "dependencyGraph": {
        "dyte-participants-audio": [
          "dyte-dialog",
          "dyte-button"
        ],
        "dyte-dialog": [
          "dyte-button",
          "dyte-icon"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-participants-stage-list/dyte-participants-stage-list.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-participants-stage-list",
      "docs": "A component which lists all participants, with ability to\nrun privileged actions on each participant according to your permissions.",
      "docsTags": [],
      "usage": {},
      "props": [
        {
          "name": "config",
          "type": "UIConfig",
          "complexType": {
            "original": "UIConfig",
            "resolved": "UIConfig",
            "references": {
              "UIConfig": {
                "location": "import",
                "path": "../../types/ui-config",
                "id": "src/types/ui-config/index.ts::UIConfig"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Config",
          "docsTags": [],
          "default": "defaultConfig",
          "values": [
            {
              "type": "UIConfig"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "hideHeader",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "hide-header",
          "reflectToAttr": false,
          "docs": "Hide Stage Participants Count Header",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "search",
          "type": "string",
          "complexType": {
            "original": "string",
            "resolved": "string",
            "references": {}
          },
          "mutable": false,
          "attr": "search",
          "reflectToAttr": false,
          "docs": "Search",
          "docsTags": [],
          "default": "''",
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "states",
          "type": "States",
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::States"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "States"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "view",
          "type": "\"sidebar\"",
          "complexType": {
            "original": "ParticipantsViewMode",
            "resolved": "\"sidebar\"",
            "references": {
              "ParticipantsViewMode": {
                "location": "import",
                "path": "../dyte-participants/dyte-participants",
                "id": "src/components/dyte-participants/dyte-participants.tsx::ParticipantsViewMode"
              }
            }
          },
          "mutable": false,
          "attr": "view",
          "reflectToAttr": false,
          "docs": "View mode for participants list",
          "docsTags": [],
          "default": "'sidebar'",
          "values": [
            {
              "value": "sidebar",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [
        {
          "name": "heading-count",
          "docs": ""
        },
        {
          "name": "participants",
          "docs": ""
        }
      ],
      "dependents": [
        "dyte-participants"
      ],
      "dependencies": [
        "dyte-virtualized-participant-list"
      ],
      "dependencyGraph": {
        "dyte-participants-stage-list": [
          "dyte-virtualized-participant-list"
        ],
        "dyte-participants": [
          "dyte-participants-stage-list"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-participants-stage-queue/dyte-participants-stage-queue.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-participants-stage-queue",
      "docs": "",
      "docsTags": [],
      "usage": {},
      "props": [
        {
          "name": "config",
          "type": "UIConfig",
          "complexType": {
            "original": "UIConfig",
            "resolved": "UIConfig",
            "references": {
              "UIConfig": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::UIConfig"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Config",
          "docsTags": [],
          "default": "defaultConfig",
          "values": [
            {
              "type": "UIConfig"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "view",
          "type": "\"sidebar\"",
          "complexType": {
            "original": "ParticipantsViewMode",
            "resolved": "\"sidebar\"",
            "references": {
              "ParticipantsViewMode": {
                "location": "import",
                "path": "../dyte-participants/dyte-participants",
                "id": "src/components/dyte-participants/dyte-participants.tsx::ParticipantsViewMode"
              }
            }
          },
          "mutable": false,
          "attr": "view",
          "reflectToAttr": false,
          "docs": "View mode for participants list",
          "docsTags": [],
          "default": "'sidebar'",
          "values": [
            {
              "value": "sidebar",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [
        {
          "name": "staged-heading-count",
          "docs": ""
        },
        {
          "name": "staged-participants",
          "docs": ""
        }
      ],
      "dependents": [
        "dyte-participants"
      ],
      "dependencies": [
        "dyte-avatar",
        "dyte-tooltip",
        "dyte-button",
        "dyte-icon"
      ],
      "dependencyGraph": {
        "dyte-participants-stage-queue": [
          "dyte-avatar",
          "dyte-tooltip",
          "dyte-button",
          "dyte-icon"
        ],
        "dyte-avatar": [
          "dyte-spinner"
        ],
        "dyte-spinner": [
          "dyte-icon"
        ],
        "dyte-participants": [
          "dyte-participants-stage-queue"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-participants-toggle/dyte-participants-toggle.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-participants-toggle",
      "docs": "A button which toggles visibility of participants.\n\nWhen clicked it emits a `dyteStateUpdate` event with the data:\n\n```ts\n{ activeSidebar: boolean; sidebar: 'participants' }\n```",
      "docsTags": [],
      "usage": {
        "html-example": "```html\n<dyte-participants-toggle size=\"sm\" class=\"dyte-el\"></dyte-participants-toggle>\n<dyte-participants-toggle size=\"lg\" class=\"dyte-el\"></dyte-participants-toggle>\n<dyte-participants-toggle variant=\"horizontal\" class=\"dyte-el\"></dyte-participants-toggle>\n```\n",
        "react-example": "```jsx live\n<Center>\n  <DyteParticipantsToggle size=\"sm\" />\n  <DyteParticipantsToggle size=\"lg\" />\n  <DyteParticipantsToggle variant=\"horizontal\" size=\"sm\" />\n</Center>\n```\n"
      },
      "props": [
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "states",
          "type": "States",
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "States object",
          "docsTags": [],
          "values": [
            {
              "type": "States"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "variant",
          "type": "\"button\" | \"horizontal\"",
          "complexType": {
            "original": "ControlBarVariant",
            "resolved": "\"button\" | \"horizontal\"",
            "references": {
              "ControlBarVariant": {
                "location": "import",
                "path": "../dyte-controlbar-button/dyte-controlbar-button",
                "id": "src/components/dyte-controlbar-button/dyte-controlbar-button.tsx::ControlBarVariant"
              }
            }
          },
          "mutable": false,
          "attr": "variant",
          "reflectToAttr": true,
          "docs": "Variant",
          "docsTags": [],
          "default": "'button'",
          "values": [
            {
              "value": "button",
              "type": "string"
            },
            {
              "value": "horizontal",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "dyteStateUpdate",
          "detail": "States",
          "bubbles": true,
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "cancelable": true,
          "composed": true,
          "docs": "Emits updated state data",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [
        {
          "name": "controlbar-button",
          "docs": ""
        },
        {
          "name": "waiting-participants-count",
          "docs": ""
        }
      ],
      "dependents": [],
      "dependencies": [
        "dyte-controlbar-button"
      ],
      "dependencyGraph": {
        "dyte-participants-toggle": [
          "dyte-controlbar-button"
        ],
        "dyte-controlbar-button": [
          "dyte-spinner",
          "dyte-icon"
        ],
        "dyte-spinner": [
          "dyte-icon"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-participants-viewer-list/dyte-participants-viewer-list.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-participants-viewer-list",
      "docs": "",
      "docsTags": [],
      "usage": {},
      "props": [
        {
          "name": "config",
          "type": "UIConfig",
          "complexType": {
            "original": "UIConfig",
            "resolved": "UIConfig",
            "references": {
              "UIConfig": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::UIConfig"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Config",
          "docsTags": [],
          "default": "defaultConfig",
          "values": [
            {
              "type": "UIConfig"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "hideHeader",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "hide-header",
          "reflectToAttr": false,
          "docs": "Hide Viewer Count Header",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "search",
          "type": "string",
          "complexType": {
            "original": "string",
            "resolved": "string",
            "references": {}
          },
          "mutable": false,
          "attr": "search",
          "reflectToAttr": false,
          "docs": "Search",
          "docsTags": [],
          "default": "''",
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "view",
          "type": "\"sidebar\"",
          "complexType": {
            "original": "ParticipantsViewMode",
            "resolved": "\"sidebar\"",
            "references": {
              "ParticipantsViewMode": {
                "location": "import",
                "path": "../dyte-participants/dyte-participants",
                "id": "src/components/dyte-participants/dyte-participants.tsx::ParticipantsViewMode"
              }
            }
          },
          "mutable": false,
          "attr": "view",
          "reflectToAttr": false,
          "docs": "View mode for participants list",
          "docsTags": [],
          "default": "'sidebar'",
          "values": [
            {
              "value": "sidebar",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [
        {
          "name": "heading-count",
          "docs": ""
        },
        {
          "name": "participants",
          "docs": ""
        }
      ],
      "dependents": [
        "dyte-participants"
      ],
      "dependencies": [
        "dyte-participant",
        "dyte-virtualized-participant-list"
      ],
      "dependencyGraph": {
        "dyte-participants-viewer-list": [
          "dyte-participant",
          "dyte-virtualized-participant-list"
        ],
        "dyte-participant": [
          "dyte-avatar",
          "dyte-icon",
          "dyte-button",
          "dyte-menu-list",
          "dyte-menu-item"
        ],
        "dyte-avatar": [
          "dyte-spinner"
        ],
        "dyte-spinner": [
          "dyte-icon"
        ],
        "dyte-participants": [
          "dyte-participants-viewer-list"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-participants-waiting-list/dyte-participants-waiting-list.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-participants-waiting-list",
      "docs": "",
      "docsTags": [],
      "usage": {},
      "props": [
        {
          "name": "config",
          "type": "UIConfig",
          "complexType": {
            "original": "UIConfig",
            "resolved": "UIConfig",
            "references": {
              "UIConfig": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::UIConfig"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Config",
          "docsTags": [],
          "default": "defaultConfig",
          "values": [
            {
              "type": "UIConfig"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "view",
          "type": "\"sidebar\"",
          "complexType": {
            "original": "ParticipantsViewMode",
            "resolved": "\"sidebar\"",
            "references": {
              "ParticipantsViewMode": {
                "location": "import",
                "path": "../dyte-participants/dyte-participants",
                "id": "src/components/dyte-participants/dyte-participants.tsx::ParticipantsViewMode"
              }
            }
          },
          "mutable": false,
          "attr": "view",
          "reflectToAttr": false,
          "docs": "View mode for participants list",
          "docsTags": [],
          "default": "'sidebar'",
          "values": [
            {
              "value": "sidebar",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [
        {
          "name": "waitlisted-heading-count",
          "docs": ""
        },
        {
          "name": "waitlisted-participants",
          "docs": ""
        }
      ],
      "dependents": [
        "dyte-participants"
      ],
      "dependencies": [
        "dyte-avatar",
        "dyte-tooltip",
        "dyte-button",
        "dyte-icon"
      ],
      "dependencyGraph": {
        "dyte-participants-waiting-list": [
          "dyte-avatar",
          "dyte-tooltip",
          "dyte-button",
          "dyte-icon"
        ],
        "dyte-avatar": [
          "dyte-spinner"
        ],
        "dyte-spinner": [
          "dyte-icon"
        ],
        "dyte-participants": [
          "dyte-participants-waiting-list"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-permissions-message/dyte-permissions-message.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-permissions-message",
      "docs": "A component which shows permission related troubleshooting\ninformation.",
      "docsTags": [],
      "usage": {
        "html-example": "```html\n<dyte-permissions-message id=\"dyte-el\"></dyte-permissions-message>\n\n<script>\n  const el = document.getElementById('dyte-el');\n  el.meeting = meeting;\n</script>\n```\n",
        "react-example": "```jsx live\n<DytePermissionsMessage meeting={meeting} />\n```\n"
      },
      "props": [
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon Pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "states",
          "type": "States",
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "States object",
          "docsTags": [],
          "values": [
            {
              "type": "States"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "dyteStateUpdate",
          "detail": "States",
          "bubbles": true,
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "cancelable": true,
          "composed": true,
          "docs": "Emits updated state data",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [],
      "dependents": [
        "dyte-dialog-manager"
      ],
      "dependencies": [
        "dyte-icon",
        "dyte-button"
      ],
      "dependencyGraph": {
        "dyte-permissions-message": [
          "dyte-icon",
          "dyte-button"
        ],
        "dyte-dialog-manager": [
          "dyte-permissions-message"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-pip-toggle/dyte-pip-toggle.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-pip-toggle",
      "docs": "",
      "docsTags": [],
      "usage": {},
      "props": [
        {
          "name": "config",
          "type": "UIConfig",
          "complexType": {
            "original": "UIConfig",
            "resolved": "UIConfig",
            "references": {
              "UIConfig": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::UIConfig"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Config",
          "docsTags": [],
          "default": "defaultConfig",
          "values": [
            {
              "type": "UIConfig"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "states",
          "type": "States",
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::States"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "States object",
          "docsTags": [],
          "values": [
            {
              "type": "States"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "variant",
          "type": "\"button\" | \"horizontal\"",
          "complexType": {
            "original": "ControlBarVariant",
            "resolved": "\"button\" | \"horizontal\"",
            "references": {
              "ControlBarVariant": {
                "location": "import",
                "path": "../dyte-controlbar-button/dyte-controlbar-button",
                "id": "src/components/dyte-controlbar-button/dyte-controlbar-button.tsx::ControlBarVariant"
              }
            }
          },
          "mutable": false,
          "attr": "variant",
          "reflectToAttr": true,
          "docs": "Variant",
          "docsTags": [],
          "default": "'button'",
          "values": [
            {
              "value": "button",
              "type": "string"
            },
            {
              "value": "horizontal",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "dyteStateUpdate",
          "detail": "States",
          "bubbles": true,
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::States"
              }
            }
          },
          "cancelable": true,
          "composed": true,
          "docs": "Emits updated state data",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [
        {
          "name": "controlbar-button",
          "docs": ""
        }
      ],
      "dependents": [],
      "dependencies": [
        "dyte-controlbar-button"
      ],
      "dependencyGraph": {
        "dyte-pip-toggle": [
          "dyte-controlbar-button"
        ],
        "dyte-controlbar-button": [
          "dyte-spinner",
          "dyte-icon"
        ],
        "dyte-spinner": [
          "dyte-icon"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-plugin-main/dyte-plugin-main.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-plugin-main",
      "docs": "A component which loads a plugin.",
      "docsTags": [],
      "usage": {
        "html-example": "```html\n<dyte-plugin-main id=\"dyte-el\"></dyte-plugin-main>\n\n<script>\n  document.getElementById('dyte-el').meeting = meeting;\n  document.getElementById('dyte-el').plugin = activePlugin;\n</script>\n\n<style>\n  dyte-plugin-main {\n    height: 480px;\n    width: 100%;\n    max-width: 320px;\n  }\n</style>\n```\n",
        "react-example": "```jsx live\n<DytePluginMain meeting={meeting} plugin={activePlugin} />\n```\n"
      },
      "props": [
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "plugin",
          "type": "{ readonly baseURL: string; readonly createdAt: Date; readonly description: string; readonly id: string; readonly name: string; readonly organizationId: string; readonly picture: string; readonly private: boolean; readonly published: boolean; readonly staggered: boolean; readonly tags: string[]; readonly type: string; readonly updatedAt: Date; readonly config?: PluginConfig; readonly active: boolean; readonly iframes: Map<string, { iframe: HTMLIFrameElement | ReactNativeWebView; listener?: (message: MessageEvent<any>) => void; }>; readonly enabledBy: string; readonly sendIframeEvent: (message: PluginIframeMessage) => void; readonly sendData: (payload: SendDataOptions) => void; readonly removePluginView: (viewId?: string) => void; readonly addPluginView: (iframe: HTMLIFrameElement | ReactNativeWebView, viewId?: string) => void; readonly activateForSelf: () => Promise<void>; readonly deactivateForSelf: () => void; readonly enable: () => Promise<void>; readonly disable: () => void; readonly activate: () => Promise<void>; readonly deactivate: () => Promise<void>; readonly emit: (event: PluginEvents, ...args: any[]) => boolean; readonly on: (event: PluginEvents, callback: (...args: any[]) => void) => DytePlugin$1; readonly addListener: (event: PluginEvents, callback: (...args: any[]) => any) => DytePlugin$1; readonly off: (event: PluginEvents, callback: (...args: any[]) => any) => DytePlugin$1; readonly once: (event: PluginEvents, callback: (...args: any[]) => any) => DytePlugin$1; readonly prependListener: (event: PluginEvents, callback: (...args: any[]) => any) => DytePlugin$1; readonly prependOnceListener: (event: PluginEvents, callback: (...args: any[]) => any) => DytePlugin$1; readonly removeListener: (event: PluginEvents, callback: (...args: any[]) => any) => DytePlugin$1; readonly removeAllListeners: (event?: PluginEvents) => DytePlugin$1; readonly listeners: (event: PluginEvents) => Function[]; readonly listenerCount: (event: PluginEvents) => number; readonly [EventEmitter.captureRejectionSymbol]?: <K>(error: Error, event: string | symbol, ...args: AnyRest) => void; readonly setMaxListeners: (n: number) => DytePlugin$1; readonly getMaxListeners: () => number; readonly rawListeners: <K>(eventName: string | symbol) => Function[]; readonly eventNames: () => (string | symbol)[]; }",
          "complexType": {
            "original": "DytePlugin",
            "resolved": "{ readonly baseURL: string; readonly createdAt: Date; readonly description: string; readonly id: string; readonly name: string; readonly organizationId: string; readonly picture: string; readonly private: boolean; readonly published: boolean; readonly staggered: boolean; readonly tags: string[]; readonly type: string; readonly updatedAt: Date; readonly config?: PluginConfig; readonly active: boolean; readonly iframes: Map<string, { iframe: HTMLIFrameElement | ReactNativeWebView; listener?: (message: MessageEvent<any>) => void; }>; readonly enabledBy: string; readonly sendIframeEvent: (message: PluginIframeMessage) => void; readonly sendData: (payload: SendDataOptions) => void; readonly removePluginView: (viewId?: string) => void; readonly addPluginView: (iframe: HTMLIFrameElement | ReactNativeWebView, viewId?: string) => void; readonly activateForSelf: () => Promise<void>; readonly deactivateForSelf: () => void; readonly enable: () => Promise<void>; readonly disable: () => void; readonly activate: () => Promise<void>; readonly deactivate: () => Promise<void>; readonly emit: (event: PluginEvents, ...args: any[]) => boolean; readonly on: (event: PluginEvents, callback: (...args: any[]) => void) => DytePlugin$1; readonly addListener: (event: PluginEvents, callback: (...args: any[]) => any) => DytePlugin$1; readonly off: (event: PluginEvents, callback: (...args: any[]) => any) => DytePlugin$1; readonly once: (event: PluginEvents, callback: (...args: any[]) => any) => DytePlugin$1; readonly prependListener: (event: PluginEvents, callback: (...args: any[]) => any) => DytePlugin$1; readonly prependOnceListener: (event: PluginEvents, callback: (...args: any[]) => any) => DytePlugin$1; readonly removeListener: (event: PluginEvents, callback: (...args: any[]) => any) => DytePlugin$1; readonly removeAllListeners: (event?: PluginEvents) => DytePlugin$1; readonly listeners: (event: PluginEvents) => Function[]; readonly listenerCount: (event: PluginEvents) => number; readonly [EventEmitter.captureRejectionSymbol]?: <K>(error: Error, event: string | symbol, ...args: AnyRest) => void; readonly setMaxListeners: (n: number) => DytePlugin$1; readonly getMaxListeners: () => number; readonly rawListeners: <K>(eventName: string | symbol) => Function[]; readonly eventNames: () => (string | symbol)[]; }",
            "references": {
              "DytePlugin": {
                "location": "import",
                "path": "@dytesdk/web-core",
                "id": "../../node_modules/@dytesdk/web-core/dist/index.d.ts::DytePlugin"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Plugin",
          "docsTags": [],
          "values": [
            {
              "type": "{ readonly baseURL: string; readonly createdAt: Date; readonly description: string; readonly id: string; readonly name: string; readonly organizationId: string; readonly picture: string; readonly private: boolean; readonly published: boolean; readonly staggered: boolean; readonly tags: string[]; readonly type: string; readonly updatedAt: Date; readonly config?: PluginConfig; readonly active: boolean; readonly iframes: Map<string, { iframe: HTMLIFrameElement"
            },
            {
              "type": "ReactNativeWebView; listener?: (message: MessageEvent<any>) => void; }>; readonly enabledBy: string; readonly sendIframeEvent: (message: PluginIframeMessage) => void; readonly sendData: (payload: SendDataOptions) => void; readonly removePluginView: (viewId?: string) => void; readonly addPluginView: (iframe: HTMLIFrameElement"
            },
            {
              "type": "ReactNativeWebView, viewId?: string) => void; readonly activateForSelf: () => Promise<void>; readonly deactivateForSelf: () => void; readonly enable: () => Promise<void>; readonly disable: () => void; readonly activate: () => Promise<void>; readonly deactivate: () => Promise<void>; readonly emit: (event: PluginEvents, ...args: any[]) => boolean; readonly on: (event: PluginEvents, callback: (...args: any[]) => void) => DytePlugin$1; readonly addListener: (event: PluginEvents, callback: (...args: any[]) => any) => DytePlugin$1; readonly off: (event: PluginEvents, callback: (...args: any[]) => any) => DytePlugin$1; readonly once: (event: PluginEvents, callback: (...args: any[]) => any) => DytePlugin$1; readonly prependListener: (event: PluginEvents, callback: (...args: any[]) => any) => DytePlugin$1; readonly prependOnceListener: (event: PluginEvents, callback: (...args: any[]) => any) => DytePlugin$1; readonly removeListener: (event: PluginEvents, callback: (...args: any[]) => any) => DytePlugin$1; readonly removeAllListeners: (event?: PluginEvents) => DytePlugin$1; readonly listeners: (event: PluginEvents) => Function[]; readonly listenerCount: (event: PluginEvents) => number; readonly [EventEmitter.captureRejectionSymbol]?: <K>(error: Error, event: string"
            },
            {
              "type": "symbol, ...args: AnyRest) => void; readonly setMaxListeners: (n: number) => DytePlugin$1; readonly getMaxListeners: () => number; readonly rawListeners: <K>(eventName: string"
            },
            {
              "type": "symbol) => Function[]; readonly eventNames: () => (string"
            },
            {
              "type": "symbol)[]; }"
            }
          ],
          "optional": false,
          "required": true,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [
        {
          "name": "button",
          "docs": ""
        },
        {
          "name": "header",
          "docs": ""
        },
        {
          "name": "iframe",
          "docs": ""
        }
      ],
      "dependents": [
        "dyte-mixed-grid"
      ],
      "dependencies": [
        "dyte-button",
        "dyte-icon"
      ],
      "dependencyGraph": {
        "dyte-plugin-main": [
          "dyte-button",
          "dyte-icon"
        ],
        "dyte-mixed-grid": [
          "dyte-plugin-main"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-plugins/dyte-plugins.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-plugins",
      "docs": "A component which lists all available plugins from their preset,\nand ability to enable or disable plugins.",
      "docsTags": [],
      "usage": {
        "html-example": "```html\n<dyte-plugins id=\"dyte-el\"></dyte-plugins>\n\n<script>\n  document.getElementById('dyte-el').meeting = meeting;\n</script>\n\n<style>\n  dyte-plugins {\n    height: 480px;\n    width: 100%;\n    max-width: 320px;\n    background-color: '#000';\n  }\n</style>\n```\n",
        "react-example": "```jsx live\n<Center>\n  <DytePlugins\n    meeting={meeting}\n    style={{ height: '480px', maxWidth: '320px', backgroundColor: '#000' }}\n  />\n</Center>\n```\n"
      },
      "props": [
        {
          "name": "config",
          "type": "UIConfig",
          "complexType": {
            "original": "UIConfig",
            "resolved": "UIConfig",
            "references": {
              "UIConfig": {
                "location": "import",
                "path": "../../types/ui-config",
                "id": "src/types/ui-config/index.ts::UIConfig"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Config",
          "docsTags": [],
          "default": "defaultConfig",
          "values": [
            {
              "type": "UIConfig"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "dyteStateUpdate",
          "detail": "States",
          "bubbles": true,
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "cancelable": true,
          "composed": true,
          "docs": "Emits updated state data",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [],
      "dependents": [
        "dyte-sidebar"
      ],
      "dependencies": [
        "dyte-button",
        "dyte-icon"
      ],
      "dependencyGraph": {
        "dyte-plugins": [
          "dyte-button",
          "dyte-icon"
        ],
        "dyte-sidebar": [
          "dyte-plugins"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-plugins-toggle/dyte-plugins-toggle.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-plugins-toggle",
      "docs": "A button which toggles visibility of plugins.\n\nWhen clicked it emits a `dyteStateUpdate` event with the data:\n\n```ts\n{ activeSidebar: boolean; sidebar: 'plugins' }\n```",
      "docsTags": [],
      "usage": {
        "html-example": "```html\n<dyte-plugins-toggle size=\"sm\" class=\"dyte-el\"></dyte-plugins-toggle>\n<dyte-plugins-toggle size=\"lg\" class=\"dyte-el\"></dyte-plugins-toggle>\n<dyte-plugins-toggle variant=\"horizontal\" class=\"dyte-el\"></dyte-plugins-toggle>\n```\n",
        "react-example": "```jsx live\n<Center>\n  <DytePluginsToggle size=\"sm\" meeting={meeting} />\n  <DytePluginsToggle size=\"lg\" meeting={meeting} />\n  <DytePluginsToggle variant=\"horizontal\" size=\"sm\" meeting={meeting} />\n</Center>\n```\n"
      },
      "props": [
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "states",
          "type": "States",
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "States object",
          "docsTags": [],
          "values": [
            {
              "type": "States"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "variant",
          "type": "\"button\" | \"horizontal\"",
          "complexType": {
            "original": "ControlBarVariant",
            "resolved": "\"button\" | \"horizontal\"",
            "references": {
              "ControlBarVariant": {
                "location": "import",
                "path": "../dyte-controlbar-button/dyte-controlbar-button",
                "id": "src/components/dyte-controlbar-button/dyte-controlbar-button.tsx::ControlBarVariant"
              }
            }
          },
          "mutable": false,
          "attr": "variant",
          "reflectToAttr": true,
          "docs": "Variant",
          "docsTags": [],
          "default": "'button'",
          "values": [
            {
              "value": "button",
              "type": "string"
            },
            {
              "value": "horizontal",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "dyteStateUpdate",
          "detail": "States",
          "bubbles": true,
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "cancelable": true,
          "composed": true,
          "docs": "Emits updated state data",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [
        {
          "name": "controlbar-button",
          "docs": ""
        }
      ],
      "dependents": [],
      "dependencies": [
        "dyte-controlbar-button"
      ],
      "dependencyGraph": {
        "dyte-plugins-toggle": [
          "dyte-controlbar-button"
        ],
        "dyte-controlbar-button": [
          "dyte-spinner",
          "dyte-icon"
        ],
        "dyte-spinner": [
          "dyte-icon"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-poll/dyte-poll.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-poll",
      "docs": "A poll component.\n\nShows a poll where a user can vote.",
      "docsTags": [],
      "usage": {
        "html-example": "```html\n<dyte-poll id=\"dyte-el\"></dyte-poll>\n\n<script>\n  const el = document.getElementById('dyte-el');\n\n  el.addEventListener('dyteVotePoll', (e) => {\n    console.log('Voted', e.detail);\n  });\n\n  el.poll = {\n    id: 'poll-id',\n    question: 'Have you started using dyte yet?',\n    options: [\n      {\n        text: 'Yes',\n        votes: [{ id: 'vaibhavs-user-id', name: 'Vaibhav' }],\n        count: 0,\n      },\n      {\n        text: 'Nope',\n        votes: [],\n        count: 0,\n      },\n    ],\n    anonymous: false,\n    hideVotes: false,\n    createdBy: 'Vaibhav',\n    createdByUserId: 'vaibhavs-user-id',\n    voted: [],\n  };\n</script>\n```\n",
        "react-example": "```jsx live\n<DytePoll\n  poll={{\n    id: 'poll-id',\n    question: 'Have you started using dyte yet?',\n    options: [\n      {\n        text: 'Yes',\n        votes: [{ id: 'vaibhavs-user-id', name: 'Vaibhav' }],\n        count: 0,\n      },\n      {\n        text: 'Nope',\n        votes: [],\n        count: 0,\n      },\n    ],\n    anonymous: false,\n    hideVotes: false,\n    createdBy: 'Vaibhav',\n    createdByUserId: 'vaibhavs-user-id',\n    voted: [],\n  }}\n  onDyteVotePoll={(e) => {\n    console.log('Voted', e.detail);\n  }}\n/>\n```\n"
      },
      "props": [
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "permissions",
          "type": "{ readonly mediaRoomType: Readonly<MediaRoomType>; readonly stageEnabled: Readonly<boolean>; readonly acceptStageRequests: Readonly<boolean>; readonly stageAccess: Readonly<MediaProductionPermissionType>; readonly acceptWaitingRequests: Readonly<boolean>; readonly requestProduceVideo: Readonly<boolean>; readonly requestProduceAudio: Readonly<boolean>; readonly requestProduceScreenshare: Readonly<boolean>; readonly canAllowParticipantAudio: Readonly<boolean>; readonly canAllowParticipantScreensharing: Readonly<boolean>; readonly canAllowParticipantVideo: Readonly<boolean>; readonly canDisableParticipantAudio: Readonly<boolean>; readonly canDisableParticipantVideo: Readonly<boolean>; readonly kickParticipant: Readonly<boolean>; readonly pinParticipant: Readonly<boolean>; readonly canRecord: Readonly<boolean>; readonly waitingRoomType: Readonly<WaitingRoomTypes>; readonly waitingRoomBehaviour: Readonly<WaitingRoomTypes>; readonly plugins: Readonly<{ canClose: boolean; canStart: boolean; canEditConfig?: boolean; config: { [pluginId: string]: Partial<{ accessControl: PluginAccessControls; disabled: boolean; handlesViewOnly: boolean; }>; }; }>; readonly polls: Readonly<{ canCreate: boolean; canVote: boolean; canView: boolean; }>; readonly produceVideo: Readonly<MediaProductionPermissionType>; readonly requestProduce: Readonly<boolean>; readonly canProduceVideo: Readonly<MediaProductionPermissionType>; readonly produceScreenshare: Readonly<MediaProductionPermissionType>; readonly canProduceScreenshare: Readonly<MediaProductionPermissionType>; readonly produceAudio: Readonly<MediaProductionPermissionType>; readonly canProduceAudio: Readonly<MediaProductionPermissionType>; readonly chatPublic: Readonly<{ canSend: boolean; text: boolean; files: boolean; }>; readonly chatPrivate: Readonly<{ canSend: boolean; canReceive: boolean; text: boolean; files: boolean; }>; readonly chatChannel: Readonly<{ canCreate: \"NONE\" | \"PRIVATE\" | \"PUBLIC\" | \"ALL\"; canDelete: \"NONE\" | \"PRIVATE\" | \"PUBLIC\" | \"ALL\"; canUpdate: \"NONE\" | \"PRIVATE\" | \"PUBLIC\" | \"ALL\"; canReadAll: boolean; }>; readonly chatMessage: Readonly<{ canDelete: \"NONE\" | \"ALL\" | \"SELF\"; canEdit: \"NONE\" | \"ALL\" | \"SELF\"; deleteCutoffTimeSeconds: number; editCutoffTimeSeconds: number; }>; readonly connectedMeetings: Readonly<{ canAlterConnectedMeetings: boolean; canSwitchConnectedMeetings: boolean; canSwitchToParentMeeting: boolean; }>; readonly hiddenParticipant: Readonly<boolean>; readonly showParticipantList: Readonly<boolean>; readonly canChangeParticipantRole: Readonly<boolean>; readonly canChangeParticipantPermissions: Readonly<boolean>; readonly canChangeTheme: Readonly<boolean>; readonly canPresent: Readonly<boolean>; readonly acceptPresentRequests: Readonly<boolean>; readonly canEditDisplayName: Readonly<boolean>; readonly maxScreenShareCount: number; readonly isRecorder: Readonly<boolean>; readonly canSpotlight: Readonly<boolean>; readonly canLivestream: Readonly<boolean>; readonly transcriptionEnabled: Readonly<boolean>; readonly emit: <E extends keyof PermissionEvents>(event: E, ...args: Parameters<PermissionEvents[E]>) => boolean; readonly on: <E extends keyof PermissionEvents>(event: E, callback: PermissionEvents[E]) => DytePermissionsPreset$1; readonly addListener: <E extends keyof PermissionEvents>(event: E, callback: PermissionEvents[E]) => DytePermissionsPreset$1; readonly off: <T extends keyof PermissionEvents>(event: T, callback: PermissionEvents[T]) => DytePermissionsPreset$1; readonly once: <T extends keyof PermissionEvents>(event: T, callback: PermissionEvents[T]) => DytePermissionsPreset$1; readonly prependListener: <T extends keyof PermissionEvents>(event: T, callback: PermissionEvents[T]) => DytePermissionsPreset$1; readonly prependOnceListener: <T extends keyof PermissionEvents>(event: T, callback: PermissionEvents[T]) => DytePermissionsPreset$1; readonly removeListener: <T extends keyof PermissionEvents>(event: T, callback: PermissionEvents[T]) => DytePermissionsPreset$1; readonly removeAllListeners: <T extends keyof PermissionEvents>(event?: T) => DytePermissionsPreset$1; readonly listeners: <T extends keyof PermissionEvents>(event: T) => Function[]; readonly listenerCount: <T extends keyof PermissionEvents>(event: T) => number; readonly [EventEmitter.captureRejectionSymbol]?: <K>(error: Error, event: string | symbol, ...args: AnyRest) => void; readonly setMaxListeners: (n: number) => DytePermissionsPreset$1; readonly getMaxListeners: () => number; readonly rawListeners: <K>(eventName: string | symbol) => Function[]; readonly eventNames: () => (string | symbol)[]; }",
          "complexType": {
            "original": "DytePermissionsPreset",
            "resolved": "{ readonly mediaRoomType: Readonly<MediaRoomType>; readonly stageEnabled: Readonly<boolean>; readonly acceptStageRequests: Readonly<boolean>; readonly stageAccess: Readonly<MediaProductionPermissionType>; readonly acceptWaitingRequests: Readonly<boolean>; readonly requestProduceVideo: Readonly<boolean>; readonly requestProduceAudio: Readonly<boolean>; readonly requestProduceScreenshare: Readonly<boolean>; readonly canAllowParticipantAudio: Readonly<boolean>; readonly canAllowParticipantScreensharing: Readonly<boolean>; readonly canAllowParticipantVideo: Readonly<boolean>; readonly canDisableParticipantAudio: Readonly<boolean>; readonly canDisableParticipantVideo: Readonly<boolean>; readonly kickParticipant: Readonly<boolean>; readonly pinParticipant: Readonly<boolean>; readonly canRecord: Readonly<boolean>; readonly waitingRoomType: Readonly<WaitingRoomTypes>; readonly waitingRoomBehaviour: Readonly<WaitingRoomTypes>; readonly plugins: Readonly<{ canClose: boolean; canStart: boolean; canEditConfig?: boolean; config: { [pluginId: string]: Partial<{ accessControl: PluginAccessControls; disabled: boolean; handlesViewOnly: boolean; }>; }; }>; readonly polls: Readonly<{ canCreate: boolean; canVote: boolean; canView: boolean; }>; readonly produceVideo: Readonly<MediaProductionPermissionType>; readonly requestProduce: Readonly<boolean>; readonly canProduceVideo: Readonly<MediaProductionPermissionType>; readonly produceScreenshare: Readonly<MediaProductionPermissionType>; readonly canProduceScreenshare: Readonly<MediaProductionPermissionType>; readonly produceAudio: Readonly<MediaProductionPermissionType>; readonly canProduceAudio: Readonly<MediaProductionPermissionType>; readonly chatPublic: Readonly<{ canSend: boolean; text: boolean; files: boolean; }>; readonly chatPrivate: Readonly<{ canSend: boolean; canReceive: boolean; text: boolean; files: boolean; }>; readonly chatChannel: Readonly<{ canCreate: \"NONE\" | \"PRIVATE\" | \"PUBLIC\" | \"ALL\"; canDelete: \"NONE\" | \"PRIVATE\" | \"PUBLIC\" | \"ALL\"; canUpdate: \"NONE\" | \"PRIVATE\" | \"PUBLIC\" | \"ALL\"; canReadAll: boolean; }>; readonly chatMessage: Readonly<{ canDelete: \"NONE\" | \"ALL\" | \"SELF\"; canEdit: \"NONE\" | \"ALL\" | \"SELF\"; deleteCutoffTimeSeconds: number; editCutoffTimeSeconds: number; }>; readonly connectedMeetings: Readonly<{ canAlterConnectedMeetings: boolean; canSwitchConnectedMeetings: boolean; canSwitchToParentMeeting: boolean; }>; readonly hiddenParticipant: Readonly<boolean>; readonly showParticipantList: Readonly<boolean>; readonly canChangeParticipantRole: Readonly<boolean>; readonly canChangeParticipantPermissions: Readonly<boolean>; readonly canChangeTheme: Readonly<boolean>; readonly canPresent: Readonly<boolean>; readonly acceptPresentRequests: Readonly<boolean>; readonly canEditDisplayName: Readonly<boolean>; readonly maxScreenShareCount: number; readonly isRecorder: Readonly<boolean>; readonly canSpotlight: Readonly<boolean>; readonly canLivestream: Readonly<boolean>; readonly transcriptionEnabled: Readonly<boolean>; readonly emit: <E extends keyof PermissionEvents>(event: E, ...args: Parameters<PermissionEvents[E]>) => boolean; readonly on: <E extends keyof PermissionEvents>(event: E, callback: PermissionEvents[E]) => DytePermissionsPreset$1; readonly addListener: <E extends keyof PermissionEvents>(event: E, callback: PermissionEvents[E]) => DytePermissionsPreset$1; readonly off: <T extends keyof PermissionEvents>(event: T, callback: PermissionEvents[T]) => DytePermissionsPreset$1; readonly once: <T extends keyof PermissionEvents>(event: T, callback: PermissionEvents[T]) => DytePermissionsPreset$1; readonly prependListener: <T extends keyof PermissionEvents>(event: T, callback: PermissionEvents[T]) => DytePermissionsPreset$1; readonly prependOnceListener: <T extends keyof PermissionEvents>(event: T, callback: PermissionEvents[T]) => DytePermissionsPreset$1; readonly removeListener: <T extends keyof PermissionEvents>(event: T, callback: PermissionEvents[T]) => DytePermissionsPreset$1; readonly removeAllListeners: <T extends keyof PermissionEvents>(event?: T) => DytePermissionsPreset$1; readonly listeners: <T extends keyof PermissionEvents>(event: T) => Function[]; readonly listenerCount: <T extends keyof PermissionEvents>(event: T) => number; readonly [EventEmitter.captureRejectionSymbol]?: <K>(error: Error, event: string | symbol, ...args: AnyRest) => void; readonly setMaxListeners: (n: number) => DytePermissionsPreset$1; readonly getMaxListeners: () => number; readonly rawListeners: <K>(eventName: string | symbol) => Function[]; readonly eventNames: () => (string | symbol)[]; }",
            "references": {
              "DytePermissionsPreset": {
                "location": "import",
                "path": "@dytesdk/web-core",
                "id": "../../node_modules/@dytesdk/web-core/dist/index.d.ts::DytePermissionsPreset"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Permissions Object",
          "docsTags": [],
          "values": [
            {
              "type": "{ readonly mediaRoomType: Readonly<MediaRoomType>; readonly stageEnabled: Readonly<boolean>; readonly acceptStageRequests: Readonly<boolean>; readonly stageAccess: Readonly<MediaProductionPermissionType>; readonly acceptWaitingRequests: Readonly<boolean>; readonly requestProduceVideo: Readonly<boolean>; readonly requestProduceAudio: Readonly<boolean>; readonly requestProduceScreenshare: Readonly<boolean>; readonly canAllowParticipantAudio: Readonly<boolean>; readonly canAllowParticipantScreensharing: Readonly<boolean>; readonly canAllowParticipantVideo: Readonly<boolean>; readonly canDisableParticipantAudio: Readonly<boolean>; readonly canDisableParticipantVideo: Readonly<boolean>; readonly kickParticipant: Readonly<boolean>; readonly pinParticipant: Readonly<boolean>; readonly canRecord: Readonly<boolean>; readonly waitingRoomType: Readonly<WaitingRoomTypes>; readonly waitingRoomBehaviour: Readonly<WaitingRoomTypes>; readonly plugins: Readonly<{ canClose: boolean; canStart: boolean; canEditConfig?: boolean; config: { [pluginId: string]: Partial<{ accessControl: PluginAccessControls; disabled: boolean; handlesViewOnly: boolean; }>; }; }>; readonly polls: Readonly<{ canCreate: boolean; canVote: boolean; canView: boolean; }>; readonly produceVideo: Readonly<MediaProductionPermissionType>; readonly requestProduce: Readonly<boolean>; readonly canProduceVideo: Readonly<MediaProductionPermissionType>; readonly produceScreenshare: Readonly<MediaProductionPermissionType>; readonly canProduceScreenshare: Readonly<MediaProductionPermissionType>; readonly produceAudio: Readonly<MediaProductionPermissionType>; readonly canProduceAudio: Readonly<MediaProductionPermissionType>; readonly chatPublic: Readonly<{ canSend: boolean; text: boolean; files: boolean; }>; readonly chatPrivate: Readonly<{ canSend: boolean; canReceive: boolean; text: boolean; files: boolean; }>; readonly chatChannel: Readonly<{ canCreate: \"NONE\""
            },
            {
              "value": "PRIVATE",
              "type": "string"
            },
            {
              "value": "PUBLIC",
              "type": "string"
            },
            {
              "value": "ALL\"; canDelete: \"NONE",
              "type": "string"
            },
            {
              "value": "PRIVATE",
              "type": "string"
            },
            {
              "value": "PUBLIC",
              "type": "string"
            },
            {
              "value": "ALL\"; canUpdate: \"NONE",
              "type": "string"
            },
            {
              "value": "PRIVATE",
              "type": "string"
            },
            {
              "value": "PUBLIC",
              "type": "string"
            },
            {
              "value": "ALL\"; canReadAll: boolean; }>; readonly chatMessage: Readonly<{ canDelete: \"NONE",
              "type": "string"
            },
            {
              "value": "ALL",
              "type": "string"
            },
            {
              "value": "SELF\"; canEdit: \"NONE",
              "type": "string"
            },
            {
              "value": "ALL",
              "type": "string"
            },
            {
              "type": "\"SELF\"; deleteCutoffTimeSeconds: number; editCutoffTimeSeconds: number; }>; readonly connectedMeetings: Readonly<{ canAlterConnectedMeetings: boolean; canSwitchConnectedMeetings: boolean; canSwitchToParentMeeting: boolean; }>; readonly hiddenParticipant: Readonly<boolean>; readonly showParticipantList: Readonly<boolean>; readonly canChangeParticipantRole: Readonly<boolean>; readonly canChangeParticipantPermissions: Readonly<boolean>; readonly canChangeTheme: Readonly<boolean>; readonly canPresent: Readonly<boolean>; readonly acceptPresentRequests: Readonly<boolean>; readonly canEditDisplayName: Readonly<boolean>; readonly maxScreenShareCount: number; readonly isRecorder: Readonly<boolean>; readonly canSpotlight: Readonly<boolean>; readonly canLivestream: Readonly<boolean>; readonly transcriptionEnabled: Readonly<boolean>; readonly emit: <E extends keyof PermissionEvents>(event: E, ...args: Parameters<PermissionEvents[E]>) => boolean; readonly on: <E extends keyof PermissionEvents>(event: E, callback: PermissionEvents[E]) => DytePermissionsPreset$1; readonly addListener: <E extends keyof PermissionEvents>(event: E, callback: PermissionEvents[E]) => DytePermissionsPreset$1; readonly off: <T extends keyof PermissionEvents>(event: T, callback: PermissionEvents[T]) => DytePermissionsPreset$1; readonly once: <T extends keyof PermissionEvents>(event: T, callback: PermissionEvents[T]) => DytePermissionsPreset$1; readonly prependListener: <T extends keyof PermissionEvents>(event: T, callback: PermissionEvents[T]) => DytePermissionsPreset$1; readonly prependOnceListener: <T extends keyof PermissionEvents>(event: T, callback: PermissionEvents[T]) => DytePermissionsPreset$1; readonly removeListener: <T extends keyof PermissionEvents>(event: T, callback: PermissionEvents[T]) => DytePermissionsPreset$1; readonly removeAllListeners: <T extends keyof PermissionEvents>(event?: T) => DytePermissionsPreset$1; readonly listeners: <T extends keyof PermissionEvents>(event: T) => Function[]; readonly listenerCount: <T extends keyof PermissionEvents>(event: T) => number; readonly [EventEmitter.captureRejectionSymbol]?: <K>(error: Error, event: string"
            },
            {
              "type": "symbol, ...args: AnyRest) => void; readonly setMaxListeners: (n: number) => DytePermissionsPreset$1; readonly getMaxListeners: () => number; readonly rawListeners: <K>(eventName: string"
            },
            {
              "type": "symbol) => Function[]; readonly eventNames: () => (string"
            },
            {
              "type": "symbol)[]; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "poll",
          "type": "Poll",
          "complexType": {
            "original": "Poll",
            "resolved": "Poll",
            "references": {
              "Poll": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::Poll"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Poll",
          "docsTags": [],
          "values": [
            {
              "type": "Poll"
            }
          ],
          "optional": false,
          "required": true,
          "getter": false,
          "setter": false
        },
        {
          "name": "self",
          "type": "string",
          "complexType": {
            "original": "string",
            "resolved": "string",
            "references": {}
          },
          "mutable": false,
          "attr": "self",
          "reflectToAttr": false,
          "docs": "Self ID",
          "docsTags": [],
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "dyteVotePoll",
          "detail": "{ id: string; index: number; }",
          "bubbles": true,
          "complexType": {
            "original": "{\n    id: string;\n    index: number;\n  }",
            "resolved": "{ id: string; index: number; }",
            "references": {}
          },
          "cancelable": true,
          "composed": true,
          "docs": "Event which is emitted when a poll is voted on",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [],
      "dependents": [
        "dyte-polls"
      ],
      "dependencies": [
        "dyte-tooltip"
      ],
      "dependencyGraph": {
        "dyte-poll": [
          "dyte-tooltip"
        ],
        "dyte-polls": [
          "dyte-poll"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-poll-form/dyte-poll-form.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-poll-form",
      "docs": "A component that lets you create a poll.",
      "docsTags": [],
      "usage": {
        "html-example": "```html\n<dyte-poll-form id=\"dyte-el\"></dyte-poll-form>\n\n<script>\n  document.getElementById('dyte-el').addEventListener('dyteCreatePoll', (e) => {\n    console.log('create poll', e.detail);\n  });\n</script>\n```\n",
        "react-example": "```jsx live\n<DytePollForm onDyteCreatePoll={(e) => console.log('create poll', e.detail)} />\n```\n"
      },
      "props": [
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "dyteCreatePoll",
          "detail": "PollObject",
          "bubbles": true,
          "complexType": {
            "original": "PollObject",
            "resolved": "PollObject",
            "references": {
              "PollObject": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::PollObject"
              }
            }
          },
          "cancelable": true,
          "composed": true,
          "docs": "Event which is emitted when a poll is created",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [],
      "dependents": [
        "dyte-polls"
      ],
      "dependencies": [
        "dyte-button",
        "dyte-icon"
      ],
      "dependencyGraph": {
        "dyte-poll-form": [
          "dyte-button",
          "dyte-icon"
        ],
        "dyte-polls": [
          "dyte-poll-form"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-polls/dyte-polls.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-polls",
      "docs": "A component which lists all available plugins a user can access with\nthe ability to enable or disable them as per their permissions.",
      "docsTags": [],
      "usage": {
        "html-example": "```html\n<dyte-polls id=\"dyte-el\"></dyte-polls>\n\n<script>\n  document.getElementById('dyte-el').meeting = meeting;\n</script>\n\n<style>\n  dyte-polls {\n    height: 480px;\n    width: 100%;\n    max-width: 320px;\n    background-color: '#000';\n  }\n</style>\n```\n",
        "react-example": "```jsx live\n<Center>\n  <DytePolls\n    meeting={meeting}\n    style={{ height: '480px', maxWidth: '320px', backgroundColor: '#000' }}\n  />\n</Center>\n```\n"
      },
      "props": [
        {
          "name": "config",
          "type": "UIConfig",
          "complexType": {
            "original": "UIConfig",
            "resolved": "UIConfig",
            "references": {
              "UIConfig": {
                "location": "import",
                "path": "../../types/ui-config",
                "id": "src/types/ui-config/index.ts::UIConfig"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Config",
          "docsTags": [],
          "default": "defaultConfig",
          "values": [
            {
              "type": "UIConfig"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [
        {
          "name": "button",
          "docs": ""
        },
        {
          "name": "container",
          "docs": ""
        },
        {
          "name": "poll-form",
          "docs": ""
        },
        {
          "name": "polls",
          "docs": ""
        }
      ],
      "dependents": [
        "dyte-sidebar"
      ],
      "dependencies": [
        "dyte-poll",
        "dyte-poll-form",
        "dyte-button"
      ],
      "dependencyGraph": {
        "dyte-polls": [
          "dyte-poll",
          "dyte-poll-form",
          "dyte-button"
        ],
        "dyte-poll": [
          "dyte-tooltip"
        ],
        "dyte-poll-form": [
          "dyte-button",
          "dyte-icon"
        ],
        "dyte-sidebar": [
          "dyte-polls"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-polls-toggle/dyte-polls-toggle.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-polls-toggle",
      "docs": "A button which toggles visibility of polls.\n\nYou need to pass the `meeting` object to it to see the unread polls count badge.\n\nWhen clicked it emits a `dyteStateUpdate` event with the data:\n\n```ts\n{ activeSidebar: boolean; sidebar: 'polls' }\n```",
      "docsTags": [],
      "usage": {
        "html-example": "```html\n<dyte-polls-toggle size=\"sm\" class=\"dyte-el\"></dyte-polls-toggle>\n<dyte-polls-toggle size=\"lg\" class=\"dyte-el\"></dyte-polls-toggle>\n<dyte-polls-toggle variant=\"horizontal\" class=\"dyte-el\"></dyte-polls-toggle>\n\n<script>\n  const elements = document.getElementsByClassName('dyte-el');\n  for (const el of elements) {\n    el.meeting = meeting;\n  }\n</script>\n```\n",
        "react-example": "```jsx live\n<Center>\n  <DytePollsToggle size=\"sm\" meeting={meeting} />\n  <DytePollsToggle size=\"lg\" meeting={meeting} />\n  <DytePollsToggle variant=\"horizontal\" size=\"sm\" meeting={meeting} />\n</Center>\n```\n"
      },
      "props": [
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "states",
          "type": "States",
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "States object",
          "docsTags": [],
          "values": [
            {
              "type": "States"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "variant",
          "type": "\"button\" | \"horizontal\"",
          "complexType": {
            "original": "ControlBarVariant",
            "resolved": "\"button\" | \"horizontal\"",
            "references": {
              "ControlBarVariant": {
                "location": "import",
                "path": "../dyte-controlbar-button/dyte-controlbar-button",
                "id": "src/components/dyte-controlbar-button/dyte-controlbar-button.tsx::ControlBarVariant"
              }
            }
          },
          "mutable": false,
          "attr": "variant",
          "reflectToAttr": true,
          "docs": "Variant",
          "docsTags": [],
          "default": "'button'",
          "values": [
            {
              "value": "button",
              "type": "string"
            },
            {
              "value": "horizontal",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "dyteStateUpdate",
          "detail": "States",
          "bubbles": true,
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "cancelable": true,
          "composed": true,
          "docs": "Emits updated state data",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [
        {
          "name": "controlbar-button",
          "docs": ""
        },
        {
          "name": "unread-count",
          "docs": ""
        }
      ],
      "dependents": [],
      "dependencies": [
        "dyte-controlbar-button"
      ],
      "dependencyGraph": {
        "dyte-polls-toggle": [
          "dyte-controlbar-button"
        ],
        "dyte-controlbar-button": [
          "dyte-spinner",
          "dyte-icon"
        ],
        "dyte-spinner": [
          "dyte-icon"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-recording-indicator/dyte-recording-indicator.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-recording-indicator",
      "docs": "A component which indicates the recording status of a meeting.\n\nIt will not render anything if no recording is taking place.",
      "docsTags": [],
      "usage": {
        "html-example": "```html\n<dyte-recording-indicator id=\"dyte-el\"></dyte-recording-indicator>\n\n<script>\n  const el = document.getElementBydId('dyte-el');\n  el.meeting = meeting;\n</script>\n```\n",
        "react-example": "```jsx live\n<DyteRecordingIndicator meeting={meeting} />\n```\n"
      },
      "props": [
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [
        {
          "name": "icon",
          "docs": ""
        },
        {
          "name": "indicator",
          "docs": ""
        }
      ],
      "dependents": [],
      "dependencies": [
        "dyte-icon"
      ],
      "dependencyGraph": {
        "dyte-recording-indicator": [
          "dyte-icon"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-recording-toggle/dyte-recording-toggle.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-recording-toggle",
      "docs": "A button which toggles recording state of a meeting.\n\nOnly a privileged user can perform this action,\nthus the button will not be visible for participants\nwho don't have the permission to record a meeting.",
      "docsTags": [],
      "usage": {
        "html-example": "Note that the toggle button won't be rendered if you do not have the\nnecessary permission.\n\n```html\n<dyte-recording-toggle size=\"sm\" class=\"dyte-el\"></dyte-recording-toggle>\n<dyte-recording-toggle size=\"lg\" class=\"dyte-el\"></dyte-recording-toggle>\n<dyte-recording-toggle\n  variant=\"horizontal\"\n  class=\"dyte-el\"\n></dyte-recording-toggle>\n\n<script>\n  const elements = document.getElementsByClassName('dyte-el');\n  for (const el of elements) {\n    el.meeting = meeting;\n  }\n</script>\n```\n",
        "react-example": "Note that the toggle button won't be rendered if you do not have the\nnecessary permission.\n\n```jsx live\n<Center>\n  <DyteRecordingToggle size=\"sm\" meeting={meeting} />\n  <DyteRecordingToggle size=\"lg\" meeting={meeting} />\n  <DyteRecordingToggle variant=\"horizontal\" size=\"sm\" meeting={meeting} />\n</Center>\n```\n"
      },
      "props": [
        {
          "name": "disabled",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "disabled",
          "reflectToAttr": false,
          "docs": "Disable the button",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "variant",
          "type": "\"button\" | \"horizontal\"",
          "complexType": {
            "original": "ControlBarVariant",
            "resolved": "\"button\" | \"horizontal\"",
            "references": {
              "ControlBarVariant": {
                "location": "import",
                "path": "../dyte-controlbar-button/dyte-controlbar-button",
                "id": "src/components/dyte-controlbar-button/dyte-controlbar-button.tsx::ControlBarVariant"
              }
            }
          },
          "mutable": false,
          "attr": "variant",
          "reflectToAttr": true,
          "docs": "Variant",
          "docsTags": [],
          "default": "'button'",
          "values": [
            {
              "value": "button",
              "type": "string"
            },
            {
              "value": "horizontal",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "dyteAPIError",
          "detail": "{ trace: string; message: string; }",
          "bubbles": true,
          "complexType": {
            "original": "{\n    trace: string;\n    message: string;\n  }",
            "resolved": "{ trace: string; message: string; }",
            "references": {}
          },
          "cancelable": true,
          "composed": true,
          "docs": "Emit api error events",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [
        {
          "name": "controlbar-button",
          "docs": ""
        }
      ],
      "dependents": [],
      "dependencies": [
        "dyte-controlbar-button"
      ],
      "dependencyGraph": {
        "dyte-recording-toggle": [
          "dyte-controlbar-button"
        ],
        "dyte-controlbar-button": [
          "dyte-spinner",
          "dyte-icon"
        ],
        "dyte-spinner": [
          "dyte-icon"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-screen-share-toggle/dyte-screen-share-toggle.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-screen-share-toggle",
      "docs": "A button which toggles your screenshare.",
      "docsTags": [],
      "usage": {
        "html-example": "```html\n<dyte-screen-share-toggle size=\"sm\" class=\"dyte-el\"></dyte-screen-share-toggle>\n<dyte-screen-share-toggle size=\"lg\" class=\"dyte-el\"></dyte-screen-share-toggle>\n<dyte-screen-share-toggle variant=\"horizontal\" class=\"dyte-el\"></dyte-screen-share-toggle>\n\n<script>\n  const elements = document.getElementsByClassName('dyte-el');\n  for (const el of elements) {\n    el.meeting = meeting;\n  }\n</script>\n```\n",
        "react-example": "```jsx live\n<Center>\n  <DyteScreenShareToggle size=\"sm\" meeting={meeting} />\n  <DyteScreenShareToggle size=\"lg\" meeting={meeting} />\n  <DyteScreenShareToggle variant=\"horizontal\" size=\"sm\" meeting={meeting} />\n</Center>\n```\n"
      },
      "props": [
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "states",
          "type": "States",
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "States object",
          "docsTags": [],
          "values": [
            {
              "type": "States"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "variant",
          "type": "\"button\" | \"horizontal\"",
          "complexType": {
            "original": "ControlBarVariant",
            "resolved": "\"button\" | \"horizontal\"",
            "references": {
              "ControlBarVariant": {
                "location": "import",
                "path": "../dyte-controlbar-button/dyte-controlbar-button",
                "id": "src/components/dyte-controlbar-button/dyte-controlbar-button.tsx::ControlBarVariant"
              }
            }
          },
          "mutable": false,
          "attr": "variant",
          "reflectToAttr": true,
          "docs": "Variant",
          "docsTags": [],
          "default": "'button'",
          "values": [
            {
              "value": "button",
              "type": "string"
            },
            {
              "value": "horizontal",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "dyteAPIError",
          "detail": "{ trace: string; message: string; }",
          "bubbles": true,
          "complexType": {
            "original": "{\n    trace: string;\n    message: string;\n  }",
            "resolved": "{ trace: string; message: string; }",
            "references": {}
          },
          "cancelable": true,
          "composed": true,
          "docs": "Emit api error events",
          "docsTags": []
        },
        {
          "event": "dyteStateUpdate",
          "detail": "States",
          "bubbles": true,
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "cancelable": true,
          "composed": true,
          "docs": "Emits updated state data",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [
        {
          "name": "controlbar-button",
          "docs": ""
        },
        {
          "name": "tooltip",
          "docs": ""
        }
      ],
      "dependents": [],
      "dependencies": [
        "dyte-tooltip",
        "dyte-controlbar-button"
      ],
      "dependencyGraph": {
        "dyte-screen-share-toggle": [
          "dyte-tooltip",
          "dyte-controlbar-button"
        ],
        "dyte-controlbar-button": [
          "dyte-spinner",
          "dyte-icon"
        ],
        "dyte-spinner": [
          "dyte-icon"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-screenshare-view/dyte-screenshare-view.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-screenshare-view",
      "docs": "A component which plays a participant's screenshared video.\n\nIt also allows for placement of other components similar to `dyte-participant-tile`.\n\nThis component will not render anything if the participant hasn't start screensharing.",
      "docsTags": [],
      "usage": {
        "html-example": "```html\n<dyte-screenshare-view class=\"dyte-el\" style=\"height: 480px\">\n  <dyte-name-tag class=\"dyte-el\">\n    <dyte-audio-visualizer class=\"dyte-el\" slot=\"start\"></dyte-audio-visualizer>\n  </dyte-name-tag>\n</dyte-screenshare-view>\n\n<script>\n  const elements = document.getElementsByClassName('dyte-el');\n  for (const el of elements) {\n    el.participant = meeting.self;\n  }\n</script>\n```\n",
        "react-example": "```jsx live\n<DyteScreenshareView participant={meeting.self} style={{ height: '480px' }}>\n  <DyteNameTag participant={meeting.self}>\n    <DyteAudioVisualizer slot=\"start\" participant={meeting.self} />\n  </DyteNameTag>\n</DyteScreenshareView>\n```\n"
      },
      "props": [
        {
          "name": "hideFullScreenButton",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "hide-full-screen-button",
          "reflectToAttr": false,
          "docs": "Hide full screen button",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "nameTagPosition",
          "type": "\"bottom-center\" | \"bottom-left\" | \"bottom-right\" | \"top-center\" | \"top-left\" | \"top-right\"",
          "complexType": {
            "original": "| 'bottom-left'\n    | 'bottom-right'\n    | 'bottom-center'\n    | 'top-left'\n    | 'top-right'\n    | 'top-center'",
            "resolved": "\"bottom-center\" | \"bottom-left\" | \"bottom-right\" | \"top-center\" | \"top-left\" | \"top-right\"",
            "references": {}
          },
          "mutable": false,
          "attr": "name-tag-position",
          "reflectToAttr": true,
          "docs": "Position of name tag",
          "docsTags": [],
          "default": "'bottom-left'",
          "values": [
            {
              "value": "bottom-center",
              "type": "string"
            },
            {
              "value": "bottom-left",
              "type": "string"
            },
            {
              "value": "bottom-right",
              "type": "string"
            },
            {
              "value": "top-center",
              "type": "string"
            },
            {
              "value": "top-left",
              "type": "string"
            },
            {
              "value": "top-right",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "participant",
          "type": "({ readonly id: string; readonly userId: string; readonly name: string; readonly picture: string; readonly isHost: boolean; readonly customParticipantId?: string; readonly clientSpecificId: string; readonly flags: { [key: string]: string | boolean; }; readonly device: DeviceConfig; readonly videoTrack: MediaStreamTrack; readonly audioTrack: MediaStreamTrack; readonly screenShareTracks: { audio: MediaStreamTrack; video: MediaStreamTrack; }; readonly videoEnabled: boolean; readonly audioEnabled: boolean; readonly screenShareEnabled: boolean; readonly producers: ProducerState[]; readonly manualProducerConfig: PeerProducerConfig; readonly supportsRemoteControl: boolean; readonly presetName?: string; readonly stageStatus: StageStatus; readonly setVideoEnabled: (videoEnabled: boolean, emitEvent?: boolean) => void; readonly setAudioEnabled: (audioEnabled: boolean, emitEvent?: boolean) => void; readonly setScreenShareEnabled: (screenShareEnabled: boolean, emitEvent?: boolean) => void; readonly pin: () => Promise<void>; readonly unpin: () => Promise<void>; readonly setIsPinned: (isPinned: boolean, emitEvent?: boolean) => void; readonly disableAudio: () => Promise<void>; readonly kick: () => Promise<void>; readonly disableVideo: () => Promise<void>; readonly getPermissions: () => Promise<Pick<Permissions, \"polls\" | \"plugins\" | \"chat\">>; readonly setStageStatus: (stageStatus: StageStatus) => void; readonly isPinned: boolean; readonly registerVideoElement: (videoElem: HTMLVideoElement) => void; readonly deregisterVideoElement: (videoElem?: HTMLVideoElement) => void; readonly emit: <E extends keyof ParticipantEvents>(event: E, ...args: Parameters<ParticipantEvents[E]>) => boolean; readonly on: <E extends keyof ParticipantEvents>(event: E, callback: ParticipantEvents[E]) => DyteParticipant$1; readonly addListener: <E extends keyof ParticipantEvents>(event: E, callback: ParticipantEvents[E]) => DyteParticipant$1; readonly off: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly once: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly prependListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly prependOnceListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly removeListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly removeAllListeners: <T extends keyof ParticipantEvents>(event?: T) => DyteParticipant$1; readonly listeners: <T extends keyof ParticipantEvents>(event: T) => Function[]; readonly listenerCount: <T extends keyof ParticipantEvents>(event: T) => number; readonly [EventEmitter.captureRejectionSymbol]?: <K>(error: Error, event: string | symbol, ...args: AnyRest) => void; readonly setMaxListeners: (n: number) => DyteParticipant$1; readonly getMaxListeners: () => number; readonly rawListeners: <K>(eventName: string | symbol) => Function[]; readonly eventNames: () => (string | symbol)[]; }) | ({ readonly name: string; readonly picture: string; readonly customParticipantId: string; readonly waitlistStatus: \"rejected\" | \"accepted\" | \"waiting\" | \"none\"; readonly role: any; readonly userId: string; readonly organizationId: string; readonly supportsRemoteControl: boolean; readonly device: DeviceConfig; readonly hidden: boolean; readonly stageStatus: StageStatus; readonly id: string; readonly presetName: string; readonly roomState: LeaveRoomState | \"joined\" | \"init\" | \"waitlisted\"; readonly cleanupEvents: () => void; readonly permissions: DytePermissionsPreset$1; readonly config: DyteThemePreset$1; readonly roomJoined: boolean; readonly setName: (name: string) => void; readonly setupTracks: (options?: { video?: boolean; audio?: boolean; forceReset?: boolean; }) => Promise<void>; readonly destructMediaHandler: () => Promise<void>; readonly removeDocumentEventListeners: () => Promise<void>; readonly enableAudio: (customTrack?: MediaStreamTrack) => Promise<void>; readonly enableVideo: (customTrack?: MediaStreamTrack) => Promise<void>; readonly updateVideoConstraints: (resolution: VideoQualityConstraints) => Promise<void>; readonly enableScreenShare: () => Promise<void>; readonly updateScreenshareConstraints: (resolution: VideoQualityConstraints) => Promise<void>; readonly disableAudio: () => Promise<void>; readonly disableVideo: () => Promise<void>; readonly disableScreenShare: () => Promise<void>; readonly getAllDevices: () => Promise<InputDeviceInfo[]>; readonly setIsPinned: (isPinned: boolean, emitEvent?: boolean) => void; readonly isPinned: boolean; readonly pin: () => Promise<void>; readonly unpin: () => Promise<void>; readonly hide: () => Promise<void>; readonly show: () => void; readonly setDevice: (device: MediaDeviceInfo) => Promise<void>; readonly cleanUpTracks: () => void; readonly registerVideoElement: (videoElem: HTMLVideoElement, isPreview?: boolean) => void; readonly deregisterVideoElement: (videoElem?: HTMLVideoElement, isPreview?: boolean) => void; readonly init: (options?: { video?: boolean; audio?: boolean; constraints?: MediaConstraints; }, skipAwaits?: boolean, context?: Context<DyteContextState>) => Promise<void>; readonly audioTrack: MediaStreamTrack; readonly rawAudioTrack: MediaStreamTrack; readonly mediaPermissions: { audio?: MediaPermission$1; video?: MediaPermission$1; screenshare?: MediaPermission$1; }; readonly addAudioMiddleware: (audioMiddleware: AudioMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAudioMiddleware: (audioMiddleware: AudioMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAllAudioMiddlewares: () => Promise<{ success: boolean; message: string; }>; readonly videoTrack: MediaStreamTrack; readonly rawVideoTrack: MediaStreamTrack; readonly addVideoMiddleware: (videoMiddleware: VideoMiddleware) => Promise<{ success: boolean; message: string; }>; readonly setVideoMiddlewareGlobalConfig: (config?: VideoMiddlewareGlobalConfig) => Promise<void>; readonly removeVideoMiddleware: (videoMiddleware: VideoMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAllVideoMiddlewares: () => Promise<{ success: boolean; message: string; }>; readonly screenShareTracks: { audio: MediaStreamTrack; video: MediaStreamTrack; }; readonly audioEnabled: boolean; readonly videoEnabled: boolean; readonly screenShareEnabled: boolean; readonly getCurrentDevices: () => { audio: MediaDeviceInfo; video: MediaDeviceInfo; speaker: MediaDeviceInfo; }; readonly getAudioDevices: () => Promise<MediaDeviceInfo[]>; readonly getVideoDevices: () => Promise<MediaDeviceInfo[]>; readonly getSpeakerDevices: () => Promise<MediaDeviceInfo[]>; readonly getDeviceById: (deviceId: string, kind: \"audio\" | \"video\" | \"speaker\") => Promise<MediaDeviceInfo>; readonly emit: <E extends keyof SelfEvents>(event: E, ...args: Parameters<SelfEvents[E]>) => boolean; readonly on: <E extends keyof SelfEvents>(event: E, callback: SelfEvents[E]) => DyteSelf$1; readonly addListener: <E extends keyof SelfEvents>(event: E, callback: SelfEvents[E]) => DyteSelf$1; readonly off: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly once: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly prependListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly prependOnceListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly removeListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly removeAllListeners: <T extends keyof SelfEvents>(event?: T) => DyteSelf$1; readonly listeners: <T extends keyof SelfEvents>(event: T) => Function[]; readonly listenerCount: <T extends keyof SelfEvents>(event: T) => number; readonly [EventEmitter.captureRejectionSymbol]?: <K>(error: Error, event: string | symbol, ...args: AnyRest) => void; readonly setMaxListeners: (n: number) => DyteSelf$1; readonly getMaxListeners: () => number; readonly rawListeners: <K>(eventName: string | symbol) => Function[]; readonly eventNames: () => (string | symbol)[]; })",
          "complexType": {
            "original": "Peer",
            "resolved": "({ readonly id: string; readonly userId: string; readonly name: string; readonly picture: string; readonly isHost: boolean; readonly customParticipantId?: string; readonly clientSpecificId: string; readonly flags: { [key: string]: string | boolean; }; readonly device: DeviceConfig; readonly videoTrack: MediaStreamTrack; readonly audioTrack: MediaStreamTrack; readonly screenShareTracks: { audio: MediaStreamTrack; video: MediaStreamTrack; }; readonly videoEnabled: boolean; readonly audioEnabled: boolean; readonly screenShareEnabled: boolean; readonly producers: ProducerState[]; readonly manualProducerConfig: PeerProducerConfig; readonly supportsRemoteControl: boolean; readonly presetName?: string; readonly stageStatus: StageStatus; readonly setVideoEnabled: (videoEnabled: boolean, emitEvent?: boolean) => void; readonly setAudioEnabled: (audioEnabled: boolean, emitEvent?: boolean) => void; readonly setScreenShareEnabled: (screenShareEnabled: boolean, emitEvent?: boolean) => void; readonly pin: () => Promise<void>; readonly unpin: () => Promise<void>; readonly setIsPinned: (isPinned: boolean, emitEvent?: boolean) => void; readonly disableAudio: () => Promise<void>; readonly kick: () => Promise<void>; readonly disableVideo: () => Promise<void>; readonly getPermissions: () => Promise<Pick<Permissions, \"polls\" | \"plugins\" | \"chat\">>; readonly setStageStatus: (stageStatus: StageStatus) => void; readonly isPinned: boolean; readonly registerVideoElement: (videoElem: HTMLVideoElement) => void; readonly deregisterVideoElement: (videoElem?: HTMLVideoElement) => void; readonly emit: <E extends keyof ParticipantEvents>(event: E, ...args: Parameters<ParticipantEvents[E]>) => boolean; readonly on: <E extends keyof ParticipantEvents>(event: E, callback: ParticipantEvents[E]) => DyteParticipant$1; readonly addListener: <E extends keyof ParticipantEvents>(event: E, callback: ParticipantEvents[E]) => DyteParticipant$1; readonly off: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly once: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly prependListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly prependOnceListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly removeListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly removeAllListeners: <T extends keyof ParticipantEvents>(event?: T) => DyteParticipant$1; readonly listeners: <T extends keyof ParticipantEvents>(event: T) => Function[]; readonly listenerCount: <T extends keyof ParticipantEvents>(event: T) => number; readonly [EventEmitter.captureRejectionSymbol]?: <K>(error: Error, event: string | symbol, ...args: AnyRest) => void; readonly setMaxListeners: (n: number) => DyteParticipant$1; readonly getMaxListeners: () => number; readonly rawListeners: <K>(eventName: string | symbol) => Function[]; readonly eventNames: () => (string | symbol)[]; }) | ({ readonly name: string; readonly picture: string; readonly customParticipantId: string; readonly waitlistStatus: \"rejected\" | \"accepted\" | \"waiting\" | \"none\"; readonly role: any; readonly userId: string; readonly organizationId: string; readonly supportsRemoteControl: boolean; readonly device: DeviceConfig; readonly hidden: boolean; readonly stageStatus: StageStatus; readonly id: string; readonly presetName: string; readonly roomState: LeaveRoomState | \"joined\" | \"init\" | \"waitlisted\"; readonly cleanupEvents: () => void; readonly permissions: DytePermissionsPreset$1; readonly config: DyteThemePreset$1; readonly roomJoined: boolean; readonly setName: (name: string) => void; readonly setupTracks: (options?: { video?: boolean; audio?: boolean; forceReset?: boolean; }) => Promise<void>; readonly destructMediaHandler: () => Promise<void>; readonly removeDocumentEventListeners: () => Promise<void>; readonly enableAudio: (customTrack?: MediaStreamTrack) => Promise<void>; readonly enableVideo: (customTrack?: MediaStreamTrack) => Promise<void>; readonly updateVideoConstraints: (resolution: VideoQualityConstraints) => Promise<void>; readonly enableScreenShare: () => Promise<void>; readonly updateScreenshareConstraints: (resolution: VideoQualityConstraints) => Promise<void>; readonly disableAudio: () => Promise<void>; readonly disableVideo: () => Promise<void>; readonly disableScreenShare: () => Promise<void>; readonly getAllDevices: () => Promise<InputDeviceInfo[]>; readonly setIsPinned: (isPinned: boolean, emitEvent?: boolean) => void; readonly isPinned: boolean; readonly pin: () => Promise<void>; readonly unpin: () => Promise<void>; readonly hide: () => Promise<void>; readonly show: () => void; readonly setDevice: (device: MediaDeviceInfo) => Promise<void>; readonly cleanUpTracks: () => void; readonly registerVideoElement: (videoElem: HTMLVideoElement, isPreview?: boolean) => void; readonly deregisterVideoElement: (videoElem?: HTMLVideoElement, isPreview?: boolean) => void; readonly init: (options?: { video?: boolean; audio?: boolean; constraints?: MediaConstraints; }, skipAwaits?: boolean, context?: Context<DyteContextState>) => Promise<void>; readonly audioTrack: MediaStreamTrack; readonly rawAudioTrack: MediaStreamTrack; readonly mediaPermissions: { audio?: MediaPermission$1; video?: MediaPermission$1; screenshare?: MediaPermission$1; }; readonly addAudioMiddleware: (audioMiddleware: AudioMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAudioMiddleware: (audioMiddleware: AudioMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAllAudioMiddlewares: () => Promise<{ success: boolean; message: string; }>; readonly videoTrack: MediaStreamTrack; readonly rawVideoTrack: MediaStreamTrack; readonly addVideoMiddleware: (videoMiddleware: VideoMiddleware) => Promise<{ success: boolean; message: string; }>; readonly setVideoMiddlewareGlobalConfig: (config?: VideoMiddlewareGlobalConfig) => Promise<void>; readonly removeVideoMiddleware: (videoMiddleware: VideoMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAllVideoMiddlewares: () => Promise<{ success: boolean; message: string; }>; readonly screenShareTracks: { audio: MediaStreamTrack; video: MediaStreamTrack; }; readonly audioEnabled: boolean; readonly videoEnabled: boolean; readonly screenShareEnabled: boolean; readonly getCurrentDevices: () => { audio: MediaDeviceInfo; video: MediaDeviceInfo; speaker: MediaDeviceInfo; }; readonly getAudioDevices: () => Promise<MediaDeviceInfo[]>; readonly getVideoDevices: () => Promise<MediaDeviceInfo[]>; readonly getSpeakerDevices: () => Promise<MediaDeviceInfo[]>; readonly getDeviceById: (deviceId: string, kind: \"audio\" | \"video\" | \"speaker\") => Promise<MediaDeviceInfo>; readonly emit: <E extends keyof SelfEvents>(event: E, ...args: Parameters<SelfEvents[E]>) => boolean; readonly on: <E extends keyof SelfEvents>(event: E, callback: SelfEvents[E]) => DyteSelf$1; readonly addListener: <E extends keyof SelfEvents>(event: E, callback: SelfEvents[E]) => DyteSelf$1; readonly off: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly once: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly prependListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly prependOnceListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly removeListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly removeAllListeners: <T extends keyof SelfEvents>(event?: T) => DyteSelf$1; readonly listeners: <T extends keyof SelfEvents>(event: T) => Function[]; readonly listenerCount: <T extends keyof SelfEvents>(event: T) => number; readonly [EventEmitter.captureRejectionSymbol]?: <K>(error: Error, event: string | symbol, ...args: AnyRest) => void; readonly setMaxListeners: (n: number) => DyteSelf$1; readonly getMaxListeners: () => number; readonly rawListeners: <K>(eventName: string | symbol) => Function[]; readonly eventNames: () => (string | symbol)[]; })",
            "references": {
              "Peer": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Peer"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Participant object",
          "docsTags": [],
          "values": [
            {
              "type": "({ readonly id: string; readonly userId: string; readonly name: string; readonly picture: string; readonly isHost: boolean; readonly customParticipantId?: string; readonly clientSpecificId: string; readonly flags: { [key: string]: string"
            },
            {
              "type": "boolean; }; readonly device: DeviceConfig; readonly videoTrack: MediaStreamTrack; readonly audioTrack: MediaStreamTrack; readonly screenShareTracks: { audio: MediaStreamTrack; video: MediaStreamTrack; }; readonly videoEnabled: boolean; readonly audioEnabled: boolean; readonly screenShareEnabled: boolean; readonly producers: ProducerState[]; readonly manualProducerConfig: PeerProducerConfig; readonly supportsRemoteControl: boolean; readonly presetName?: string; readonly stageStatus: StageStatus; readonly setVideoEnabled: (videoEnabled: boolean, emitEvent?: boolean) => void; readonly setAudioEnabled: (audioEnabled: boolean, emitEvent?: boolean) => void; readonly setScreenShareEnabled: (screenShareEnabled: boolean, emitEvent?: boolean) => void; readonly pin: () => Promise<void>; readonly unpin: () => Promise<void>; readonly setIsPinned: (isPinned: boolean, emitEvent?: boolean) => void; readonly disableAudio: () => Promise<void>; readonly kick: () => Promise<void>; readonly disableVideo: () => Promise<void>; readonly getPermissions: () => Promise<Pick<Permissions, \"polls\""
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "type": "\"chat\">>; readonly setStageStatus: (stageStatus: StageStatus) => void; readonly isPinned: boolean; readonly registerVideoElement: (videoElem: HTMLVideoElement) => void; readonly deregisterVideoElement: (videoElem?: HTMLVideoElement) => void; readonly emit: <E extends keyof ParticipantEvents>(event: E, ...args: Parameters<ParticipantEvents[E]>) => boolean; readonly on: <E extends keyof ParticipantEvents>(event: E, callback: ParticipantEvents[E]) => DyteParticipant$1; readonly addListener: <E extends keyof ParticipantEvents>(event: E, callback: ParticipantEvents[E]) => DyteParticipant$1; readonly off: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly once: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly prependListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly prependOnceListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly removeListener: <T extends keyof ParticipantEvents>(event: T, callback: ParticipantEvents[T]) => DyteParticipant$1; readonly removeAllListeners: <T extends keyof ParticipantEvents>(event?: T) => DyteParticipant$1; readonly listeners: <T extends keyof ParticipantEvents>(event: T) => Function[]; readonly listenerCount: <T extends keyof ParticipantEvents>(event: T) => number; readonly [EventEmitter.captureRejectionSymbol]?: <K>(error: Error, event: string"
            },
            {
              "type": "symbol, ...args: AnyRest) => void; readonly setMaxListeners: (n: number) => DyteParticipant$1; readonly getMaxListeners: () => number; readonly rawListeners: <K>(eventName: string"
            },
            {
              "type": "symbol) => Function[]; readonly eventNames: () => (string"
            },
            {
              "type": "symbol)[]; })"
            },
            {
              "type": "({ readonly name: string; readonly picture: string; readonly customParticipantId: string; readonly waitlistStatus: \"rejected\""
            },
            {
              "value": "accepted",
              "type": "string"
            },
            {
              "value": "waiting",
              "type": "string"
            },
            {
              "type": "\"none\"; readonly role: any; readonly userId: string; readonly organizationId: string; readonly supportsRemoteControl: boolean; readonly device: DeviceConfig; readonly hidden: boolean; readonly stageStatus: StageStatus; readonly id: string; readonly presetName: string; readonly roomState: LeaveRoomState"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "init",
              "type": "string"
            },
            {
              "value": "waitlisted\"; readonly cleanupEvents: () => void; readonly permissions: DytePermissionsPreset$1; readonly config: DyteThemePreset$1; readonly roomJoined: boolean; readonly setName: (name: string) => void; readonly setupTracks: (options?: { video?: boolean; audio?: boolean; forceReset?: boolean; }) => Promise<void>; readonly destructMediaHandler: () => Promise<void>; readonly removeDocumentEventListeners: () => Promise<void>; readonly enableAudio: (customTrack?: MediaStreamTrack) => Promise<void>; readonly enableVideo: (customTrack?: MediaStreamTrack) => Promise<void>; readonly updateVideoConstraints: (resolution: VideoQualityConstraints) => Promise<void>; readonly enableScreenShare: () => Promise<void>; readonly updateScreenshareConstraints: (resolution: VideoQualityConstraints) => Promise<void>; readonly disableAudio: () => Promise<void>; readonly disableVideo: () => Promise<void>; readonly disableScreenShare: () => Promise<void>; readonly getAllDevices: () => Promise<InputDeviceInfo[]>; readonly setIsPinned: (isPinned: boolean, emitEvent?: boolean) => void; readonly isPinned: boolean; readonly pin: () => Promise<void>; readonly unpin: () => Promise<void>; readonly hide: () => Promise<void>; readonly show: () => void; readonly setDevice: (device: MediaDeviceInfo) => Promise<void>; readonly cleanUpTracks: () => void; readonly registerVideoElement: (videoElem: HTMLVideoElement, isPreview?: boolean) => void; readonly deregisterVideoElement: (videoElem?: HTMLVideoElement, isPreview?: boolean) => void; readonly init: (options?: { video?: boolean; audio?: boolean; constraints?: MediaConstraints; }, skipAwaits?: boolean, context?: Context<DyteContextState>) => Promise<void>; readonly audioTrack: MediaStreamTrack; readonly rawAudioTrack: MediaStreamTrack; readonly mediaPermissions: { audio?: MediaPermission$1; video?: MediaPermission$1; screenshare?: MediaPermission$1; }; readonly addAudioMiddleware: (audioMiddleware: AudioMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAudioMiddleware: (audioMiddleware: AudioMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAllAudioMiddlewares: () => Promise<{ success: boolean; message: string; }>; readonly videoTrack: MediaStreamTrack; readonly rawVideoTrack: MediaStreamTrack; readonly addVideoMiddleware: (videoMiddleware: VideoMiddleware) => Promise<{ success: boolean; message: string; }>; readonly setVideoMiddlewareGlobalConfig: (config?: VideoMiddlewareGlobalConfig) => Promise<void>; readonly removeVideoMiddleware: (videoMiddleware: VideoMiddleware) => Promise<{ success: boolean; message: string; }>; readonly removeAllVideoMiddlewares: () => Promise<{ success: boolean; message: string; }>; readonly screenShareTracks: { audio: MediaStreamTrack; video: MediaStreamTrack; }; readonly audioEnabled: boolean; readonly videoEnabled: boolean; readonly screenShareEnabled: boolean; readonly getCurrentDevices: () => { audio: MediaDeviceInfo; video: MediaDeviceInfo; speaker: MediaDeviceInfo; }; readonly getAudioDevices: () => Promise<MediaDeviceInfo[]>; readonly getVideoDevices: () => Promise<MediaDeviceInfo[]>; readonly getSpeakerDevices: () => Promise<MediaDeviceInfo[]>; readonly getDeviceById: (deviceId: string, kind: \"audio",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "type": "\"speaker\") => Promise<MediaDeviceInfo>; readonly emit: <E extends keyof SelfEvents>(event: E, ...args: Parameters<SelfEvents[E]>) => boolean; readonly on: <E extends keyof SelfEvents>(event: E, callback: SelfEvents[E]) => DyteSelf$1; readonly addListener: <E extends keyof SelfEvents>(event: E, callback: SelfEvents[E]) => DyteSelf$1; readonly off: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly once: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly prependListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly prependOnceListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly removeListener: <T extends keyof SelfEvents>(event: T, callback: SelfEvents[T]) => DyteSelf$1; readonly removeAllListeners: <T extends keyof SelfEvents>(event?: T) => DyteSelf$1; readonly listeners: <T extends keyof SelfEvents>(event: T) => Function[]; readonly listenerCount: <T extends keyof SelfEvents>(event: T) => number; readonly [EventEmitter.captureRejectionSymbol]?: <K>(error: Error, event: string"
            },
            {
              "type": "symbol, ...args: AnyRest) => void; readonly setMaxListeners: (n: number) => DyteSelf$1; readonly getMaxListeners: () => number; readonly rawListeners: <K>(eventName: string"
            },
            {
              "type": "symbol) => Function[]; readonly eventNames: () => (string"
            },
            {
              "type": "symbol)[]; })"
            }
          ],
          "optional": false,
          "required": true,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "variant",
          "type": "\"gradient\" | \"solid\"",
          "complexType": {
            "original": "'solid' | 'gradient'",
            "resolved": "\"gradient\" | \"solid\"",
            "references": {}
          },
          "mutable": false,
          "attr": "variant",
          "reflectToAttr": true,
          "docs": "Variant",
          "docsTags": [],
          "default": "'solid'",
          "values": [
            {
              "value": "gradient",
              "type": "string"
            },
            {
              "value": "solid",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "dyteStateUpdate",
          "detail": "States",
          "bubbles": true,
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "cancelable": true,
          "composed": true,
          "docs": "Emits updated state data",
          "docsTags": []
        },
        {
          "event": "screensharePlay",
          "detail": "{ participant: Peer; screenshareParticipant: Peer; }",
          "bubbles": true,
          "complexType": {
            "original": "{\n    participant: Peer;\n    screenshareParticipant: Peer;\n  }",
            "resolved": "{ participant: Peer; screenshareParticipant: Peer; }",
            "references": {
              "Peer": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Peer"
              }
            }
          },
          "cancelable": true,
          "composed": true,
          "docs": "Emits when video playback happens successfully",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [],
      "dependents": [],
      "dependencies": [
        "dyte-tooltip",
        "dyte-button",
        "dyte-icon"
      ],
      "dependencyGraph": {
        "dyte-screenshare-view": [
          "dyte-tooltip",
          "dyte-button",
          "dyte-icon"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-settings/dyte-settings.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-settings",
      "docs": "A settings component to see and change your audio/video devices\nas well as see your connection quality.",
      "docsTags": [],
      "usage": {
        "html-example": "```html\nDesktop View:\n<dyte-settings class=\"dyte-el\"></dyte-settings>\n\nMobile View:\n<dyte-settings size=\"sm\" class=\"dyte-el\"></dyte-settings>\n\n<script>\n  const elements = document.getElementsByClassName('dyte-el');\n  for (const el of elements) {\n    el.meeting = meeting;\n  }\n</script>\n\n<style>\n  dyte-settings {\n    height: 480px;\n    width: '100%';\n    max-width: 720px;\n  }\n  dyte-settings[size='sm'] {\n    max-width: 360px;\n  }\n</style>\n```\n",
        "react-example": "```jsx live\n<Center>\n  <h2>Desktop</h2>\n\n  <DyteSettings meeting={meeting} style={{ height: '480px', width: '100%', maxWidth: '720px' }} />\n\n  <h2>Mobile</h2>\n\n  <DyteSettings\n    meeting={meeting}\n    size=\"sm\"\n    style={{ height: '480px', width: '100%', maxWidth: '360px' }}\n  />\n</Center>\n```\n"
      },
      "props": [
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "states",
          "type": "States",
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "States object",
          "docsTags": [],
          "values": [
            {
              "type": "States"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "dyteStateUpdate",
          "detail": "States",
          "bubbles": true,
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "cancelable": true,
          "composed": true,
          "docs": "Emits updated state data",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [
        {
          "name": "main-content",
          "docs": ""
        },
        {
          "name": "menu",
          "docs": ""
        }
      ],
      "dependents": [
        "dyte-dialog-manager"
      ],
      "dependencies": [
        "dyte-icon",
        "dyte-button",
        "dyte-settings-audio",
        "dyte-settings-video"
      ],
      "dependencyGraph": {
        "dyte-settings": [
          "dyte-icon",
          "dyte-button",
          "dyte-settings-audio",
          "dyte-settings-video"
        ],
        "dyte-settings-audio": [
          "dyte-microphone-selector",
          "dyte-audio-visualizer",
          "dyte-speaker-selector",
          "dyte-switch"
        ],
        "dyte-microphone-selector": [
          "dyte-icon"
        ],
        "dyte-audio-visualizer": [
          "dyte-icon"
        ],
        "dyte-speaker-selector": [
          "dyte-icon",
          "dyte-button"
        ],
        "dyte-settings-video": [
          "dyte-participant-tile",
          "dyte-icon",
          "dyte-camera-selector",
          "dyte-switch"
        ],
        "dyte-participant-tile": [
          "dyte-icon"
        ],
        "dyte-camera-selector": [
          "dyte-icon"
        ],
        "dyte-dialog-manager": [
          "dyte-settings"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-settings-audio/dyte-settings-audio.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-settings-audio",
      "docs": "A component which lets to manage your audio devices and audio preferences.\n\nEmits `dyteStateUpdate` event with data for muting notification sounds:\n```ts\n{\n prefs: {\n   muteNotificationSounds: boolean\n }\n}\n```",
      "docsTags": [],
      "usage": {
        "html-example": "```html\n<dyte-settings-audio id=\"dyte-el\"></dyte-settings-audio>\n\n<script>\n  const el = document.getElementById('dyte-el');\n  el.meeting = meeting;\n</script>\n```\n",
        "react-example": "```jsx live\n<DyteSettingsAudio meeting={meeting} />\n```\n"
      },
      "props": [
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "states",
          "type": "States",
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "States object",
          "docsTags": [],
          "values": [
            {
              "type": "States"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "dyteStateUpdate",
          "detail": "States",
          "bubbles": true,
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "cancelable": true,
          "composed": true,
          "docs": "Event updated state",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [
        {
          "name": "notification-toggle",
          "docs": ""
        }
      ],
      "dependents": [
        "dyte-settings"
      ],
      "dependencies": [
        "dyte-microphone-selector",
        "dyte-audio-visualizer",
        "dyte-speaker-selector",
        "dyte-switch"
      ],
      "dependencyGraph": {
        "dyte-settings-audio": [
          "dyte-microphone-selector",
          "dyte-audio-visualizer",
          "dyte-speaker-selector",
          "dyte-switch"
        ],
        "dyte-microphone-selector": [
          "dyte-icon"
        ],
        "dyte-audio-visualizer": [
          "dyte-icon"
        ],
        "dyte-speaker-selector": [
          "dyte-icon",
          "dyte-button"
        ],
        "dyte-settings": [
          "dyte-settings-audio"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-settings-toggle/dyte-settings-toggle.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-settings-toggle",
      "docs": "A button which toggles visibility of settings module.\n\nWhen clicked it emits a `dyteStateUpdate` event with the data:\n\n```ts\n{ activeSettings: boolean; }\n```",
      "docsTags": [],
      "usage": {
        "html-example": "```html\n<dyte-settings-toggle size=\"sm\"></dyte-settings-toggle>\n<dyte-settings-toggle size=\"lg\"></dyte-settings-toggle>\n<dyte-settings-toggle variant=\"horizontal\"></dyte-settings-toggle>\n```\n",
        "react-example": "```jsx live\n<Center>\n  <DyteSettingsToggle size=\"sm\" />\n  <DyteSettingsToggle size=\"lg\" />\n  <DyteSettingsToggle variant=\"horizontal\" size=\"sm\" />\n</Center>\n```\n"
      },
      "props": [
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "states",
          "type": "States",
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "States object",
          "docsTags": [],
          "values": [
            {
              "type": "States"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "variant",
          "type": "\"button\" | \"horizontal\"",
          "complexType": {
            "original": "ControlBarVariant",
            "resolved": "\"button\" | \"horizontal\"",
            "references": {
              "ControlBarVariant": {
                "location": "import",
                "path": "../dyte-controlbar-button/dyte-controlbar-button",
                "id": "src/components/dyte-controlbar-button/dyte-controlbar-button.tsx::ControlBarVariant"
              }
            }
          },
          "mutable": false,
          "attr": "variant",
          "reflectToAttr": true,
          "docs": "Variant",
          "docsTags": [],
          "default": "'button'",
          "values": [
            {
              "value": "button",
              "type": "string"
            },
            {
              "value": "horizontal",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "dyteStateUpdate",
          "detail": "States",
          "bubbles": true,
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "cancelable": true,
          "composed": true,
          "docs": "Emits updated state data",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [
        {
          "name": "controlbar-button",
          "docs": ""
        }
      ],
      "dependents": [],
      "dependencies": [
        "dyte-controlbar-button"
      ],
      "dependencyGraph": {
        "dyte-settings-toggle": [
          "dyte-controlbar-button"
        ],
        "dyte-controlbar-button": [
          "dyte-spinner",
          "dyte-icon"
        ],
        "dyte-spinner": [
          "dyte-icon"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-settings-video/dyte-settings-video.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-settings-video",
      "docs": "A component which lets to manage your camera devices and your video preferences.\n\nEmits `dyteStateUpdate` event with data for toggling mirroring of self video:\n```ts\n{\n prefs: {\n   mirrorVideo: boolean\n }\n}\n```",
      "docsTags": [],
      "usage": {
        "html-example": "```html\n<dyte-settings-video id=\"dyte-el\"></dyte-settings-video>\n\n<script>\n  const el = document.getElementById('dyte-el');\n  el.meeting = meeting;\n</script>\n```\n",
        "react-example": "```jsx live\n<DyteSettingsVideo meeting={meeting} />\n```\n"
      },
      "props": [
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "states",
          "type": "States",
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "States object",
          "docsTags": [],
          "values": [
            {
              "type": "States"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "dyteStateUpdate",
          "detail": "States",
          "bubbles": true,
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "cancelable": true,
          "composed": true,
          "docs": "Emits updated state",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [
        {
          "name": "mirror-toggle",
          "docs": ""
        },
        {
          "name": "tile-preview",
          "docs": ""
        }
      ],
      "dependents": [
        "dyte-settings"
      ],
      "dependencies": [
        "dyte-participant-tile",
        "dyte-icon",
        "dyte-camera-selector",
        "dyte-switch"
      ],
      "dependencyGraph": {
        "dyte-settings-video": [
          "dyte-participant-tile",
          "dyte-icon",
          "dyte-camera-selector",
          "dyte-switch"
        ],
        "dyte-participant-tile": [
          "dyte-icon"
        ],
        "dyte-camera-selector": [
          "dyte-icon"
        ],
        "dyte-settings": [
          "dyte-settings-video"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-setup-screen/dyte-setup-screen.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-setup-screen",
      "docs": "A screen shown before joining the meeting, where you can edit your display name,\nand media settings.",
      "docsTags": [],
      "usage": {
        "html-example": "```html\n<dyte-setup-screen id=\"dyte-el\" style=\"height: 360px\"></dyte-setup-screen>\n\n<script>\n  const el = document.getElementById('dyte-el');\n  el.meeting = meeting;\n</script>\n```\n",
        "react-example": "```jsx live\n<DyteSetupScreen meeting={meeting} style={{ height: '360px' }} />\n```\n"
      },
      "props": [
        {
          "name": "config",
          "type": "UIConfig",
          "complexType": {
            "original": "UIConfig",
            "resolved": "UIConfig",
            "references": {
              "UIConfig": {
                "location": "import",
                "path": "../../types/ui-config",
                "id": "src/types/ui-config/index.ts::UIConfig"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Config object",
          "docsTags": [],
          "default": "defaultConfig",
          "values": [
            {
              "type": "UIConfig"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "states",
          "type": "States",
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "States object",
          "docsTags": [],
          "values": [
            {
              "type": "States"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "dyteStateUpdate",
          "detail": "States",
          "bubbles": true,
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "cancelable": true,
          "composed": true,
          "docs": "Emits updated state data",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [],
      "dependents": [],
      "dependencies": [
        "dyte-microphone-selector",
        "dyte-camera-selector",
        "dyte-speaker-selector",
        "dyte-button",
        "dyte-spinner",
        "dyte-icon"
      ],
      "dependencyGraph": {
        "dyte-setup-screen": [
          "dyte-microphone-selector",
          "dyte-camera-selector",
          "dyte-speaker-selector",
          "dyte-button",
          "dyte-spinner",
          "dyte-icon"
        ],
        "dyte-microphone-selector": [
          "dyte-icon"
        ],
        "dyte-camera-selector": [
          "dyte-icon"
        ],
        "dyte-speaker-selector": [
          "dyte-icon",
          "dyte-button"
        ],
        "dyte-spinner": [
          "dyte-icon"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-sidebar/dyte-sidebar.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-sidebar",
      "docs": "A component which handles the sidebar and\nyou can customize which sections you want, and which section you want as the default.",
      "docsTags": [],
      "usage": {
        "html-example": "```html\n<dyte-sidebar default-section=\"participants\" id=\"dyte-el\"></dyte-sidebar>\n\n<script>\n  const el = document.getElementById('dyte-el');\n  el.meeting = meeting;\n</script>\n\n<style>\n  dyte-sidebar {\n    height: 360px;\n  }\n</style>\n```\n\nTo see a mobile sidebar:\n\n```html\n<div id=\"app\">\n  <dyte-sidebar\n    view=\"full-screen\"\n    default-section=\"participants\"\n    id=\"dyte-el\"\n  ></dyte-sidebar>\n</div>\n\n<script>\n  const el = document.getElementById('dyte-el');\n  el.meeting = meeting;\n</script>\n\n<style>\n  #app {\n    position: relative;\n    height: 600px;\n  }\n\n  dyte-sidebar {\n    height: 360px;\n    max-width: 360px;\n    margin: auto;\n  }\n</style>\n```\n",
        "react-example": "```jsx live\n<Center>\n  <DyteSidebar\n    defaultSection=\"participants\"\n    meeting={meeting}\n    style={{ height: '480px' }}\n  />\n</Center>\n```\n\nTo see a mobile sidebar:\n\n```jsx live\n<div style={{ position: 'relative', height: '600px' }}>\n  <DyteSidebar\n    view=\"full-screen\"\n    defaultSection=\"participants\"\n    meeting={meeting}\n    style={{ maxWidth: '360px', margin: 'auto' }}\n  />\n</div>\n```\n"
      },
      "props": [
        {
          "name": "config",
          "type": "UIConfig",
          "complexType": {
            "original": "UIConfig",
            "resolved": "UIConfig",
            "references": {
              "UIConfig": {
                "location": "import",
                "path": "../../types/ui-config",
                "id": "src/types/ui-config/index.ts::UIConfig"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Config",
          "docsTags": [],
          "default": "defaultConfig",
          "values": [
            {
              "type": "UIConfig"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "defaultSection",
          "type": "\"chat\" | \"participants\" | \"plugins\" | \"polls\"",
          "complexType": {
            "original": "DyteSidebarSection",
            "resolved": "\"chat\" | \"participants\" | \"plugins\" | \"polls\"",
            "references": {
              "DyteSidebarSection": {
                "location": "local",
                "path": "/home/runner/work/ui-kit/ui-kit/packages/core/src/components/dyte-sidebar/dyte-sidebar.tsx",
                "id": "src/components/dyte-sidebar/dyte-sidebar.tsx::DyteSidebarSection"
              }
            }
          },
          "mutable": false,
          "attr": "default-section",
          "reflectToAttr": false,
          "docs": "Default section",
          "docsTags": [],
          "default": "'chat'",
          "values": [
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "enabledSections",
          "type": "DyteSidebarTab[]",
          "complexType": {
            "original": "DyteSidebarTab[]",
            "resolved": "DyteSidebarTab[]",
            "references": {
              "DyteSidebarTab": {
                "location": "import",
                "path": "../dyte-sidebar-ui/dyte-sidebar-ui",
                "id": "src/components/dyte-sidebar-ui/dyte-sidebar-ui.tsx::DyteSidebarTab"
              }
            }
          },
          "mutable": true,
          "reflectToAttr": false,
          "docs": "Enabled sections in sidebar",
          "docsTags": [],
          "default": "[]",
          "values": [
            {
              "type": "DyteSidebarTab[]"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "states",
          "type": "States",
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "States object",
          "docsTags": [],
          "values": [
            {
              "type": "States"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "view",
          "type": "\"full-screen\" | \"sidebar\"",
          "complexType": {
            "original": "DyteSidebarView",
            "resolved": "\"full-screen\" | \"sidebar\"",
            "references": {
              "DyteSidebarView": {
                "location": "import",
                "path": "../dyte-sidebar-ui/dyte-sidebar-ui",
                "id": "src/components/dyte-sidebar-ui/dyte-sidebar-ui.tsx::DyteSidebarView"
              }
            }
          },
          "mutable": false,
          "attr": "view",
          "reflectToAttr": true,
          "docs": "View type",
          "docsTags": [],
          "default": "'sidebar'",
          "values": [
            {
              "value": "full-screen",
              "type": "string"
            },
            {
              "value": "sidebar",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "dyteStateUpdate",
          "detail": "States",
          "bubbles": true,
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "cancelable": true,
          "composed": true,
          "docs": "Emits updated state data",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [],
      "dependents": [],
      "dependencies": [
        "dyte-sidebar-ui",
        "dyte-button",
        "dyte-icon",
        "dyte-polls",
        "dyte-plugins"
      ],
      "dependencyGraph": {
        "dyte-sidebar": [
          "dyte-sidebar-ui",
          "dyte-button",
          "dyte-icon",
          "dyte-polls",
          "dyte-plugins"
        ],
        "dyte-sidebar-ui": [
          "dyte-button",
          "dyte-icon"
        ],
        "dyte-polls": [
          "dyte-poll",
          "dyte-poll-form",
          "dyte-button"
        ],
        "dyte-poll": [
          "dyte-tooltip"
        ],
        "dyte-poll-form": [
          "dyte-button",
          "dyte-icon"
        ],
        "dyte-plugins": [
          "dyte-button",
          "dyte-icon"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-sidebar-ui/dyte-sidebar-ui.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-sidebar-ui",
      "docs": "",
      "docsTags": [],
      "usage": {},
      "props": [
        {
          "name": "currentTab",
          "type": "string",
          "complexType": {
            "original": "string",
            "resolved": "string",
            "references": {}
          },
          "mutable": false,
          "attr": "current-tab",
          "reflectToAttr": false,
          "docs": "Default tab to open",
          "docsTags": [],
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "hideCloseAction",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "hide-close-action",
          "reflectToAttr": false,
          "docs": "Hide Close Action",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "hideHeader",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "hide-header",
          "reflectToAttr": false,
          "docs": "Hide Main Header",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {}
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon Pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "tabs",
          "type": "DyteSidebarTab[]",
          "complexType": {
            "original": "DyteSidebarTab[]",
            "resolved": "DyteSidebarTab[]",
            "references": {
              "DyteSidebarTab": {
                "location": "local",
                "path": "/home/runner/work/ui-kit/ui-kit/packages/core/src/components/dyte-sidebar-ui/dyte-sidebar-ui.tsx",
                "id": "src/components/dyte-sidebar-ui/dyte-sidebar-ui.tsx::DyteSidebarTab"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Tabs",
          "docsTags": [],
          "default": "[]",
          "values": [
            {
              "type": "DyteSidebarTab[]"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "view",
          "type": "\"full-screen\" | \"sidebar\"",
          "complexType": {
            "original": "DyteSidebarView",
            "resolved": "\"full-screen\" | \"sidebar\"",
            "references": {
              "DyteSidebarView": {
                "location": "local",
                "path": "/home/runner/work/ui-kit/ui-kit/packages/core/src/components/dyte-sidebar-ui/dyte-sidebar-ui.tsx",
                "id": "src/components/dyte-sidebar-ui/dyte-sidebar-ui.tsx::DyteSidebarView"
              }
            }
          },
          "mutable": false,
          "attr": "view",
          "reflectToAttr": true,
          "docs": "View",
          "docsTags": [],
          "default": "'sidebar'",
          "values": [
            {
              "value": "full-screen",
              "type": "string"
            },
            {
              "value": "sidebar",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "sidebarClose",
          "detail": "void",
          "bubbles": true,
          "complexType": {
            "original": "void",
            "resolved": "void",
            "references": {}
          },
          "cancelable": true,
          "composed": true,
          "docs": "Tab change event",
          "docsTags": []
        },
        {
          "event": "tabChange",
          "detail": "string",
          "bubbles": true,
          "complexType": {
            "original": "string",
            "resolved": "string",
            "references": {}
          },
          "cancelable": true,
          "composed": true,
          "docs": "Tab change event",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [],
      "dependents": [
        "dyte-participants",
        "dyte-sidebar"
      ],
      "dependencies": [
        "dyte-button",
        "dyte-icon"
      ],
      "dependencyGraph": {
        "dyte-sidebar-ui": [
          "dyte-button",
          "dyte-icon"
        ],
        "dyte-participants": [
          "dyte-sidebar-ui"
        ],
        "dyte-sidebar": [
          "dyte-sidebar-ui"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-simple-grid/dyte-simple-grid.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-simple-grid",
      "docs": "A grid component which renders only the participants in a simple grid.",
      "docsTags": [],
      "usage": {
        "html-example": "```html\n<dyte-simple-grid id=\"dyte-el\"></dyte-simple-grid>\n\n<script>\n  const el = document.getElementBydId('dyte-el');\n  el.participants = [meeting.self];\n</script>\n\n<style>\n  dyte-simple-grid {\n    height: 360px;\n    width: 100%;\n  }\n</style>\n```\n",
        "react-example": "```jsx live\n<DyteSimpleGrid\n  participants={[meeting.self]}\n  style={{ height: '360px', width: '100%' }}\n/>\n```\n"
      },
      "props": [
        {
          "name": "aspectRatio",
          "type": "string",
          "complexType": {
            "original": "string",
            "resolved": "string",
            "references": {}
          },
          "mutable": false,
          "attr": "aspect-ratio",
          "reflectToAttr": false,
          "docs": "Aspect Ratio of participant tile\n\nFormat: `width:height`",
          "docsTags": [],
          "default": "'16:9'",
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "config",
          "type": "UIConfig",
          "complexType": {
            "original": "UIConfig",
            "resolved": "UIConfig",
            "references": {
              "UIConfig": {
                "location": "import",
                "path": "../../types/ui-config",
                "id": "src/types/ui-config/index.ts::UIConfig"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "UI Config",
          "docsTags": [],
          "default": "defaultConfig",
          "values": [
            {
              "type": "UIConfig"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "gap",
          "type": "number",
          "complexType": {
            "original": "number",
            "resolved": "number",
            "references": {}
          },
          "mutable": false,
          "attr": "gap",
          "reflectToAttr": false,
          "docs": "Gap between participant tiles",
          "docsTags": [],
          "default": "8",
          "values": [
            {
              "type": "number"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon Pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "participants",
          "type": "Peer[]",
          "complexType": {
            "original": "Peer[]",
            "resolved": "Peer[]",
            "references": {
              "Peer": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Peer"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Participants",
          "docsTags": [],
          "default": "[]",
          "values": [
            {
              "type": "Peer[]"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "states",
          "type": "States",
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "States object",
          "docsTags": [],
          "values": [
            {
              "type": "States"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [],
      "dependents": [],
      "dependencies": [],
      "dependencyGraph": {}
    },
    {
      "filePath": "src/components/dyte-speaker-selector/dyte-speaker-selector.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-speaker-selector",
      "docs": "A component which lets to manage your audio devices and audio preferences.\n\nEmits `dyteStateUpdate` event with data for muting notification sounds:\n```ts\n{\n prefs: {\n   muteNotificationSounds: boolean\n }\n}\n```",
      "docsTags": [],
      "usage": {},
      "props": [
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "states",
          "type": "States",
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "States object",
          "docsTags": [],
          "values": [
            {
              "type": "States"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "variant",
          "type": "\"full\" | \"inline\"",
          "complexType": {
            "original": "'full' | 'inline'",
            "resolved": "\"full\" | \"inline\"",
            "references": {}
          },
          "mutable": false,
          "attr": "variant",
          "reflectToAttr": false,
          "docs": "variant",
          "docsTags": [],
          "default": "'full'",
          "values": [
            {
              "value": "full",
              "type": "string"
            },
            {
              "value": "inline",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [
        {
          "name": "speaker-selection",
          "docs": ""
        }
      ],
      "dependents": [
        "dyte-settings-audio",
        "dyte-setup-screen"
      ],
      "dependencies": [
        "dyte-icon",
        "dyte-button"
      ],
      "dependencyGraph": {
        "dyte-speaker-selector": [
          "dyte-icon",
          "dyte-button"
        ],
        "dyte-settings-audio": [
          "dyte-speaker-selector"
        ],
        "dyte-setup-screen": [
          "dyte-speaker-selector"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-spinner/dyte-spinner.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-spinner",
      "docs": "A component which shows an animating spinner.",
      "docsTags": [],
      "usage": {
        "html-example": "```html\n<dyte-spinner></dyte-spinner>\n<dyte-spinner style=\"color: #ed7800\"></dyte-spinner>\n<dyte-spinner style=\"color: #ffac00\"></dyte-spinner>\n```\n",
        "react-example": "```jsx live\n<Row>\n  <DyteSpinner />\n  <DyteSpinner style={{ color: '#ed7800' }} />\n  <DyteSpinner style={{ color: '#ffac00' }} />\n</Row>\n```\n"
      },
      "props": [
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "default": "'md'",
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [],
      "dependents": [
        "dyte-avatar",
        "dyte-breakout-rooms-manager",
        "dyte-chat",
        "dyte-controlbar-button",
        "dyte-emoji-picker",
        "dyte-idle-screen",
        "dyte-image-message",
        "dyte-image-message-view",
        "dyte-livestream-player",
        "dyte-message-list-view",
        "dyte-paginated-list",
        "dyte-setup-screen"
      ],
      "dependencies": [
        "dyte-icon"
      ],
      "dependencyGraph": {
        "dyte-spinner": [
          "dyte-icon"
        ],
        "dyte-avatar": [
          "dyte-spinner"
        ],
        "dyte-breakout-rooms-manager": [
          "dyte-spinner"
        ],
        "dyte-chat": [
          "dyte-spinner"
        ],
        "dyte-controlbar-button": [
          "dyte-spinner"
        ],
        "dyte-emoji-picker": [
          "dyte-spinner"
        ],
        "dyte-idle-screen": [
          "dyte-spinner"
        ],
        "dyte-image-message": [
          "dyte-spinner"
        ],
        "dyte-image-message-view": [
          "dyte-spinner"
        ],
        "dyte-livestream-player": [
          "dyte-spinner"
        ],
        "dyte-message-list-view": [
          "dyte-spinner"
        ],
        "dyte-paginated-list": [
          "dyte-spinner"
        ],
        "dyte-setup-screen": [
          "dyte-spinner"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-spotlight-grid/dyte-spotlight-grid.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-spotlight-grid",
      "docs": "A grid component that renders two lists of participants: `pinnedParticipants` and `participants`.\n\nYou can customize the layout to a `column` view, by default is is `row`.\n\n- Participants from `pinnedParticipants[]` are rendered inside a larger grid.\n- Participants from `participants[]` array are rendered in a smaller grid.",
      "docsTags": [],
      "usage": {
        "html-example": "```html\n<dyte-spotlight-grid class=\"dyte-el\"></dyte-spotlight-grid>\n<dyte-spotlight-grid layout=\"column\" class=\"dyte-el\"></dyte-spotlight-grid>\n\n<script>\n  const elements = document.getElementsByClassName('dyte-el');\n  for (const el of elements) {\n    el.participants = [meeting.self];\n    el.pinnedParticipants = [meeting.self];\n  }\n</script>\n\n<style>\n  dyte-spotlight-grid {\n    height: 360px;\n    width: 100%;\n  }\n</style>\n```\n",
        "react-example": "```jsx live\n<DyteSpotlightGrid\n  layout=\"row\"\n  participants={meeting.participants.active.toArray()}\n  pinnedParticipants={[meeting.self]}\n  style={{ height: '360px', width: '100%' }}\n/>\n```\n"
      },
      "props": [
        {
          "name": "aspectRatio",
          "type": "string",
          "complexType": {
            "original": "string",
            "resolved": "string",
            "references": {}
          },
          "mutable": false,
          "attr": "aspect-ratio",
          "reflectToAttr": false,
          "docs": "Aspect Ratio of participant tile\n\nFormat: `width:height`",
          "docsTags": [],
          "default": "'16:9'",
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "config",
          "type": "UIConfig",
          "complexType": {
            "original": "UIConfig",
            "resolved": "UIConfig",
            "references": {
              "UIConfig": {
                "location": "import",
                "path": "../../types/ui-config",
                "id": "src/types/ui-config/index.ts::UIConfig"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "UI Config",
          "docsTags": [],
          "default": "defaultConfig",
          "values": [
            {
              "type": "UIConfig"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "gap",
          "type": "number",
          "complexType": {
            "original": "number",
            "resolved": "number",
            "references": {}
          },
          "mutable": false,
          "attr": "gap",
          "reflectToAttr": false,
          "docs": "Gap between participant tiles",
          "docsTags": [],
          "default": "8",
          "values": [
            {
              "type": "number"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "gridSize",
          "type": "GridSize",
          "complexType": {
            "original": "GridSize",
            "resolved": "GridSize",
            "references": {
              "GridSize": {
                "location": "import",
                "path": "../dyte-grid/dyte-grid",
                "id": "src/components/dyte-grid/dyte-grid.tsx::GridSize"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Grid size",
          "docsTags": [],
          "default": "defaultGridSize",
          "values": [
            {
              "type": "GridSize"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon Pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "layout",
          "type": "\"column\" | \"row\"",
          "complexType": {
            "original": "GridLayout",
            "resolved": "\"column\" | \"row\"",
            "references": {
              "GridLayout": {
                "location": "import",
                "path": "../dyte-grid/dyte-grid",
                "id": "src/components/dyte-grid/dyte-grid.tsx::GridLayout"
              }
            }
          },
          "mutable": false,
          "attr": "layout",
          "reflectToAttr": true,
          "docs": "Grid Layout",
          "docsTags": [],
          "default": "'row'",
          "values": [
            {
              "value": "column",
              "type": "string"
            },
            {
              "value": "row",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "participants",
          "type": "Peer[]",
          "complexType": {
            "original": "Peer[]",
            "resolved": "Peer[]",
            "references": {
              "Peer": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Peer"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Participants",
          "docsTags": [],
          "default": "[]",
          "values": [
            {
              "type": "Peer[]"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "pinnedParticipants",
          "type": "Peer[]",
          "complexType": {
            "original": "Peer[]",
            "resolved": "Peer[]",
            "references": {
              "Peer": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Peer"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Pinned Participants",
          "docsTags": [],
          "default": "[]",
          "values": [
            {
              "type": "Peer[]"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "states",
          "type": "States",
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "States object",
          "docsTags": [],
          "values": [
            {
              "type": "States"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [
        {
          "name": "aside",
          "docs": ""
        },
        {
          "name": "main",
          "docs": ""
        }
      ],
      "dependents": [],
      "dependencies": [],
      "dependencyGraph": {}
    },
    {
      "filePath": "src/components/dyte-spotlight-indicator/dyte-spotlight-indicator.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-spotlight-indicator",
      "docs": "",
      "docsTags": [],
      "usage": {},
      "props": [
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [],
      "dependents": [
        "dyte-tab-bar"
      ],
      "dependencies": [
        "dyte-tooltip",
        "dyte-icon"
      ],
      "dependencyGraph": {
        "dyte-spotlight-indicator": [
          "dyte-tooltip",
          "dyte-icon"
        ],
        "dyte-tab-bar": [
          "dyte-spotlight-indicator"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-stage/dyte-stage.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-stage",
      "docs": "A component used as a stage that commonly houses\nthe `grid` and `sidebar` components.",
      "docsTags": [
        {
          "name": "slot",
          "text": "- Default slot"
        }
      ],
      "usage": {},
      "props": [
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "dyteStateUpdate",
          "detail": "States",
          "bubbles": true,
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "cancelable": true,
          "composed": true,
          "docs": "Emits updated state data",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [
        {
          "name": "",
          "docs": "Default slot"
        }
      ],
      "parts": [],
      "dependents": [],
      "dependencies": [],
      "dependencyGraph": {}
    },
    {
      "filePath": "src/components/dyte-stage-toggle/dyte-stage-toggle.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-stage-toggle",
      "docs": "",
      "docsTags": [],
      "usage": {},
      "props": [
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "states",
          "type": "States",
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::States"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "States",
          "docsTags": [],
          "values": [
            {
              "type": "States"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "variant",
          "type": "\"button\" | \"horizontal\"",
          "complexType": {
            "original": "ControlBarVariant",
            "resolved": "\"button\" | \"horizontal\"",
            "references": {
              "ControlBarVariant": {
                "location": "import",
                "path": "../dyte-controlbar-button/dyte-controlbar-button",
                "id": "src/components/dyte-controlbar-button/dyte-controlbar-button.tsx::ControlBarVariant"
              }
            }
          },
          "mutable": false,
          "attr": "variant",
          "reflectToAttr": true,
          "docs": "Variant",
          "docsTags": [],
          "default": "'button'",
          "values": [
            {
              "value": "button",
              "type": "string"
            },
            {
              "value": "horizontal",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "dyteStateUpdate",
          "detail": "States",
          "bubbles": true,
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::States"
              }
            }
          },
          "cancelable": true,
          "composed": true,
          "docs": "Emits updated state data",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [
        {
          "name": "controlbar-button",
          "docs": ""
        },
        {
          "name": "tooltip",
          "docs": ""
        }
      ],
      "dependents": [],
      "dependencies": [
        "dyte-tooltip",
        "dyte-controlbar-button"
      ],
      "dependencyGraph": {
        "dyte-stage-toggle": [
          "dyte-tooltip",
          "dyte-controlbar-button"
        ],
        "dyte-controlbar-button": [
          "dyte-spinner",
          "dyte-icon"
        ],
        "dyte-spinner": [
          "dyte-icon"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-switch/dyte-switch.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-switch",
      "docs": "A switch component which follows Dyte's Design System.",
      "docsTags": [],
      "usage": {
        "html-example": "```html\n<dyte-switch id=\"dyte-el\"></dyte-switch>\n\n<script>\n  const el = document.getElementById('dyte-el');\n  el.addEventListener('dyteChange', (e) => {\n    alert('New switch value: ' + e.detail);\n  });\n</script>\n```\n",
        "react-example": "```jsx live\n<DyteSwitch onDyteChange={(e) => alert('New switch value: ' + e.detail)} />\n```\n"
      },
      "props": [
        {
          "name": "checked",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": true,
          "attr": "checked",
          "reflectToAttr": false,
          "docs": "Whether the switch is enabled/checked",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "disabled",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "disabled",
          "reflectToAttr": true,
          "docs": "Whether switch is readonly",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "readonly",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "readonly",
          "reflectToAttr": false,
          "docs": "Whether switch is readonly",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "dyteChange",
          "detail": "boolean",
          "bubbles": true,
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "cancelable": false,
          "composed": false,
          "docs": "Event when switch value is changed",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [
        {
          "name": "switch",
          "docs": ""
        }
      ],
      "dependents": [
        "dyte-settings-audio",
        "dyte-settings-video"
      ],
      "dependencies": [],
      "dependencyGraph": {
        "dyte-settings-audio": [
          "dyte-switch"
        ],
        "dyte-settings-video": [
          "dyte-switch"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-tab-bar/dyte-tab-bar.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-tab-bar",
      "docs": "",
      "docsTags": [],
      "usage": {},
      "props": [
        {
          "name": "activeTab",
          "type": "Tab",
          "complexType": {
            "original": "Tab",
            "resolved": "Tab",
            "references": {
              "Tab": {
                "location": "local",
                "path": "/home/runner/work/ui-kit/ui-kit/packages/core/src/components/dyte-tab-bar/dyte-tab-bar.tsx",
                "id": "src/components/dyte-tab-bar/dyte-tab-bar.tsx::Tab"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Active tab",
          "docsTags": [],
          "values": [
            {
              "type": "Tab"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "config",
          "type": "UIConfig",
          "complexType": {
            "original": "UIConfig",
            "resolved": "UIConfig",
            "references": {
              "UIConfig": {
                "location": "import",
                "path": "../../types/ui-config",
                "id": "src/types/ui-config/index.ts::UIConfig"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "UI Config",
          "docsTags": [],
          "default": "defaultConfig",
          "values": [
            {
              "type": "UIConfig"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon Pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "layout",
          "type": "\"column\" | \"row\"",
          "complexType": {
            "original": "GridLayout",
            "resolved": "\"column\" | \"row\"",
            "references": {
              "GridLayout": {
                "location": "import",
                "path": "../dyte-grid/dyte-grid",
                "id": "src/components/dyte-grid/dyte-grid.tsx::GridLayout"
              }
            }
          },
          "mutable": false,
          "attr": "layout",
          "reflectToAttr": true,
          "docs": "Grid Layout",
          "docsTags": [],
          "default": "'row'",
          "values": [
            {
              "value": "column",
              "type": "string"
            },
            {
              "value": "row",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "states",
          "type": "States",
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "States object",
          "docsTags": [],
          "values": [
            {
              "type": "States"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "tabs",
          "type": "Tab[]",
          "complexType": {
            "original": "Tab[]",
            "resolved": "Tab[]",
            "references": {
              "Tab": {
                "location": "local",
                "path": "/home/runner/work/ui-kit/ui-kit/packages/core/src/components/dyte-tab-bar/dyte-tab-bar.tsx",
                "id": "src/components/dyte-tab-bar/dyte-tab-bar.tsx::Tab"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Tabs",
          "docsTags": [],
          "default": "[]",
          "values": [
            {
              "type": "Tab[]"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "tabChange",
          "detail": "Tab",
          "bubbles": true,
          "complexType": {
            "original": "Tab",
            "resolved": "Tab",
            "references": {
              "Tab": {
                "location": "local",
                "path": "/home/runner/work/ui-kit/ui-kit/packages/core/src/components/dyte-tab-bar/dyte-tab-bar.tsx",
                "id": "src/components/dyte-tab-bar/dyte-tab-bar.tsx::Tab"
              }
            }
          },
          "cancelable": true,
          "composed": true,
          "docs": "Set active tab",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [],
      "dependents": [
        "dyte-mixed-grid"
      ],
      "dependencies": [
        "dyte-spotlight-indicator",
        "dyte-button",
        "dyte-icon"
      ],
      "dependencyGraph": {
        "dyte-tab-bar": [
          "dyte-spotlight-indicator",
          "dyte-button",
          "dyte-icon"
        ],
        "dyte-spotlight-indicator": [
          "dyte-tooltip",
          "dyte-icon"
        ],
        "dyte-mixed-grid": [
          "dyte-tab-bar"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-text-composer-view/dyte-text-composer-view.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-text-composer-view",
      "docs": "A component which renders a text composer",
      "docsTags": [],
      "usage": {
        "angular-example": "```html\n<dyte-text-composer-view\n  [value]=\"defaultText\"\n  [placeholder]=\"defaultText\"\n  (textChange)=\"onTextChange($event)\"\n></dyte-text-composer-view>\n```\n\nComponent\n\n```js\nclass MyComponent {\n  defaultText = 'Hello, How are you?';\n  placeholder = 'Write something...';\n\n  onTextChange(event) {\n    console.log(event.detail);\n  }\n}\n```\n",
        "html-example": "```html\n<dyte-text-composer-view id=\"dyte-el\" />\n\n<script>\n  const el = document.getElementById('dyte-el');\n  el.placeholder = 'Write something...';\n  el.addEventListener('textChange', (event) => {\n    console.log('text: ', event.detail);\n  });\n</script>\n```\n",
        "react-example": "```jsx live\n<DyteTextComposerView\n  placeholder=\"Write something...\"\n  value=\"Hello, How are you?\"\n  onTextChange={(event) => console.log(event.detail)}\n/>\n```\n"
      },
      "props": [
        {
          "name": "disabled",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "disabled",
          "reflectToAttr": false,
          "docs": "Disable the text input (default = false)",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "keyDownHandler",
          "type": "(e: KeyboardEvent) => void",
          "complexType": {
            "original": "(e: KeyboardEvent) => void",
            "resolved": "(e: KeyboardEvent) => void",
            "references": {
              "KeyboardEvent": {
                "location": "global",
                "id": "global::KeyboardEvent"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Keydown event handler function",
          "docsTags": [],
          "default": "() => {}",
          "values": [
            {
              "type": "(e: KeyboardEvent) => void"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "maxLength",
          "type": "number",
          "complexType": {
            "original": "number",
            "resolved": "number",
            "references": {}
          },
          "mutable": false,
          "attr": "max-length",
          "reflectToAttr": false,
          "docs": "Max length for text input",
          "docsTags": [],
          "values": [
            {
              "type": "number"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "placeholder",
          "type": "string",
          "complexType": {
            "original": "string",
            "resolved": "string",
            "references": {}
          },
          "mutable": false,
          "attr": "placeholder",
          "reflectToAttr": false,
          "docs": "Placeholder text",
          "docsTags": [],
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "rateLimitBreached",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "rate-limit-breached",
          "reflectToAttr": false,
          "docs": "Boolean to indicate if rate limit is breached",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "value",
          "type": "string",
          "complexType": {
            "original": "string",
            "resolved": "string",
            "references": {}
          },
          "mutable": false,
          "attr": "value",
          "reflectToAttr": false,
          "docs": "Default value for text input",
          "docsTags": [],
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [
        {
          "name": "setText",
          "returns": {
            "type": "Promise<void>",
            "docs": ""
          },
          "complexType": {
            "signature": "(text: string, focus?: boolean) => Promise<void>",
            "parameters": [
              {
                "name": "text",
                "type": "string",
                "docs": ""
              },
              {
                "name": "focus",
                "type": "boolean",
                "docs": ""
              }
            ],
            "references": {
              "Promise": {
                "location": "global",
                "id": "global::Promise"
              }
            },
            "return": "Promise<void>"
          },
          "signature": "setText(text: string, focus?: boolean) => Promise<void>",
          "parameters": [
            {
              "name": "text",
              "type": "string",
              "docs": ""
            },
            {
              "name": "focus",
              "type": "boolean",
              "docs": ""
            }
          ],
          "docs": "Sets value of the text input",
          "docsTags": []
        }
      ],
      "events": [
        {
          "event": "textChange",
          "detail": "string",
          "bubbles": true,
          "complexType": {
            "original": "string",
            "resolved": "string",
            "references": {}
          },
          "cancelable": true,
          "composed": true,
          "docs": "Event emitted when text changes",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [
        {
          "name": "chat-input",
          "docs": ""
        },
        {
          "name": "chat-input-container",
          "docs": ""
        },
        {
          "name": "warning-indicator",
          "docs": ""
        }
      ],
      "dependents": [
        "dyte-chat-composer-view"
      ],
      "dependencies": [
        "dyte-icon"
      ],
      "dependencyGraph": {
        "dyte-text-composer-view": [
          "dyte-icon"
        ],
        "dyte-chat-composer-view": [
          "dyte-text-composer-view"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-text-message/dyte-text-message.tsx",
      "encapsulation": "none",
      "tag": "dyte-text-message",
      "docs": "A component which renders a text message from chat.",
      "docsTags": [],
      "usage": {},
      "props": [
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "isContinued",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "is-continued",
          "reflectToAttr": true,
          "docs": "Whether the message is continued by same user",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "message",
          "type": "TextMessage",
          "complexType": {
            "original": "TextMessage",
            "resolved": "TextMessage",
            "references": {
              "TextMessage": {
                "location": "import",
                "path": "@dytesdk/web-core",
                "id": "../../node_modules/@dytesdk/web-core/dist/index.d.ts::TextMessage"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Text message object",
          "docsTags": [],
          "values": [
            {
              "type": "TextMessage"
            }
          ],
          "optional": false,
          "required": true,
          "getter": false,
          "setter": false
        },
        {
          "name": "now",
          "type": "Date",
          "complexType": {
            "original": "Date",
            "resolved": "Date",
            "references": {
              "Date": {
                "location": "global",
                "id": "global::Date"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Date object of now, to calculate distance between dates",
          "docsTags": [],
          "default": "new Date()",
          "values": [
            {
              "type": "Date"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "showBubble",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "show-bubble",
          "reflectToAttr": false,
          "docs": "show message in bubble",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [
        {
          "name": "body",
          "docs": ""
        }
      ],
      "dependents": [
        "dyte-chat-message"
      ],
      "dependencies": [],
      "dependencyGraph": {
        "dyte-chat-message": [
          "dyte-text-message"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-text-message-view/dyte-text-message-view.tsx",
      "encapsulation": "none",
      "tag": "dyte-text-message-view",
      "docs": "A component which renders a text message from chat.",
      "docsTags": [],
      "usage": {},
      "props": [
        {
          "name": "isMarkdown",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "is-markdown",
          "reflectToAttr": false,
          "docs": "Renders text as markdown (default = true)",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "text",
          "type": "string",
          "complexType": {
            "original": "string",
            "resolved": "string",
            "references": {}
          },
          "mutable": false,
          "attr": "text",
          "reflectToAttr": false,
          "docs": "Text message",
          "docsTags": [],
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": true,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [],
      "dependents": [
        "dyte-channel-selector-view",
        "dyte-chat-composer-view",
        "dyte-chat-messages-ui",
        "dyte-chat-messages-ui-paginated"
      ],
      "dependencies": [
        "dyte-markdown-view"
      ],
      "dependencyGraph": {
        "dyte-text-message-view": [
          "dyte-markdown-view"
        ],
        "dyte-channel-selector-view": [
          "dyte-text-message-view"
        ],
        "dyte-chat-composer-view": [
          "dyte-text-message-view"
        ],
        "dyte-chat-messages-ui": [
          "dyte-text-message-view"
        ],
        "dyte-chat-messages-ui-paginated": [
          "dyte-text-message-view"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-tooltip/dyte-tooltip.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-tooltip",
      "docs": "Tooltip component which follows Dyte's Design System.",
      "docsTags": [
        {
          "name": "slot",
          "text": "- Default slot for trigger"
        },
        {
          "name": "slot",
          "text": "tooltip - Slot for content inside the tooltip"
        }
      ],
      "usage": {
        "html-example": "```html\n<dyte-tooltip label=\"Primary tooltip variant\" variant=\"primary\">\n  <div>Hover over me</div>\n</dyte-tooltip>\n\n<dyte-tooltip label=\"Secondary tooltip variant\" variant=\"secondary\">\n  <div>Hover over me</div>\n</dyte-tooltip>\n```\n",
        "react-example": "```jsx live\n<Center>\n  <DyteTooltip label=\"Primary tooltip variant\" variant=\"primary\">\n    <div>Hover over me</div>\n  </DyteTooltip>\n  <DyteTooltip variant=\"secondary\" label=\"Secondary tooltip variant\">\n    <div>Hover over me</div>\n  </DyteTooltip>\n</Center>\n```\n"
      },
      "props": [
        {
          "name": "delay",
          "type": "number",
          "complexType": {
            "original": "number",
            "resolved": "number",
            "references": {}
          },
          "mutable": false,
          "attr": "delay",
          "reflectToAttr": false,
          "docs": "Delay before showing the tooltip",
          "docsTags": [],
          "default": "0",
          "values": [
            {
              "type": "number"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "disabled",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "disabled",
          "reflectToAttr": true,
          "docs": "Disabled",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "kind",
          "type": "\"block\" | \"inline\"",
          "complexType": {
            "original": "TooltipKind",
            "resolved": "\"block\" | \"inline\"",
            "references": {
              "TooltipKind": {
                "location": "local",
                "path": "/home/runner/work/ui-kit/ui-kit/packages/core/src/components/dyte-tooltip/dyte-tooltip.tsx",
                "id": "src/components/dyte-tooltip/dyte-tooltip.tsx::TooltipKind"
              }
            }
          },
          "mutable": false,
          "attr": "kind",
          "reflectToAttr": true,
          "docs": "Tooltip kind",
          "docsTags": [],
          "default": "'inline'",
          "values": [
            {
              "value": "block",
              "type": "string"
            },
            {
              "value": "inline",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "label",
          "type": "string",
          "complexType": {
            "original": "string",
            "resolved": "string",
            "references": {}
          },
          "mutable": false,
          "attr": "label",
          "reflectToAttr": false,
          "docs": "Tooltip label",
          "docsTags": [],
          "default": "''",
          "values": [
            {
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "open",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "open",
          "reflectToAttr": true,
          "docs": "Open",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "placement",
          "type": "\"bottom\" | \"bottom-end\" | \"bottom-start\" | \"left\" | \"left-end\" | \"left-start\" | \"right\" | \"right-end\" | \"right-start\" | \"top\" | \"top-end\" | \"top-start\"",
          "complexType": {
            "original": "Placement",
            "resolved": "\"bottom\" | \"bottom-end\" | \"bottom-start\" | \"left\" | \"left-end\" | \"left-start\" | \"right\" | \"right-end\" | \"right-start\" | \"top\" | \"top-end\" | \"top-start\"",
            "references": {
              "Placement": {
                "location": "import",
                "path": "../../types/floating-ui",
                "id": "src/types/floating-ui.ts::Placement"
              }
            }
          },
          "mutable": false,
          "attr": "placement",
          "reflectToAttr": false,
          "docs": "Placement of menu",
          "docsTags": [],
          "default": "'top'",
          "values": [
            {
              "value": "bottom",
              "type": "string"
            },
            {
              "value": "bottom-end",
              "type": "string"
            },
            {
              "value": "bottom-start",
              "type": "string"
            },
            {
              "value": "left",
              "type": "string"
            },
            {
              "value": "left-end",
              "type": "string"
            },
            {
              "value": "left-start",
              "type": "string"
            },
            {
              "value": "right",
              "type": "string"
            },
            {
              "value": "right-end",
              "type": "string"
            },
            {
              "value": "right-start",
              "type": "string"
            },
            {
              "value": "top",
              "type": "string"
            },
            {
              "value": "top-end",
              "type": "string"
            },
            {
              "value": "top-start",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::Size"
              }
            }
          },
          "mutable": false,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "variant",
          "type": "\"primary\" | \"secondary\"",
          "complexType": {
            "original": "TooltipVariant",
            "resolved": "\"primary\" | \"secondary\"",
            "references": {
              "TooltipVariant": {
                "location": "local",
                "path": "/home/runner/work/ui-kit/ui-kit/packages/core/src/components/dyte-tooltip/dyte-tooltip.tsx",
                "id": "src/components/dyte-tooltip/dyte-tooltip.tsx::TooltipVariant"
              }
            }
          },
          "mutable": false,
          "attr": "variant",
          "reflectToAttr": true,
          "docs": "Tooltip variant",
          "docsTags": [],
          "default": "'secondary'",
          "values": [
            {
              "value": "primary",
              "type": "string"
            },
            {
              "value": "secondary",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "dyteOpenChange",
          "detail": "boolean",
          "bubbles": true,
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "cancelable": true,
          "composed": true,
          "docs": "Event handler called when the open state of the tooltip changes.",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [
        {
          "name": "",
          "docs": "Default slot for trigger"
        },
        {
          "name": "tooltip",
          "docs": "Slot for content inside the tooltip"
        }
      ],
      "parts": [
        {
          "name": "arrow",
          "docs": ""
        },
        {
          "name": "tooltip",
          "docs": ""
        },
        {
          "name": "trigger",
          "docs": ""
        }
      ],
      "dependents": [
        "dyte-breakout-room-manager",
        "dyte-breakout-room-participants",
        "dyte-breakout-rooms-manager",
        "dyte-camera-toggle",
        "dyte-channel-header",
        "dyte-chat",
        "dyte-chat-composer-ui",
        "dyte-chat-composer-view",
        "dyte-chat-messages-ui",
        "dyte-draft-attachment-view",
        "dyte-emoji-picker-button",
        "dyte-file-picker-button",
        "dyte-grid-pagination",
        "dyte-meeting-title",
        "dyte-mic-toggle",
        "dyte-mute-all-button",
        "dyte-participants-stage-queue",
        "dyte-participants-waiting-list",
        "dyte-poll",
        "dyte-screen-share-toggle",
        "dyte-screenshare-view",
        "dyte-spotlight-indicator",
        "dyte-stage-toggle"
      ],
      "dependencies": [],
      "dependencyGraph": {
        "dyte-breakout-room-manager": [
          "dyte-tooltip"
        ],
        "dyte-breakout-room-participants": [
          "dyte-tooltip"
        ],
        "dyte-breakout-rooms-manager": [
          "dyte-tooltip"
        ],
        "dyte-camera-toggle": [
          "dyte-tooltip"
        ],
        "dyte-channel-header": [
          "dyte-tooltip"
        ],
        "dyte-chat": [
          "dyte-tooltip"
        ],
        "dyte-chat-composer-ui": [
          "dyte-tooltip"
        ],
        "dyte-chat-composer-view": [
          "dyte-tooltip"
        ],
        "dyte-chat-messages-ui": [
          "dyte-tooltip"
        ],
        "dyte-draft-attachment-view": [
          "dyte-tooltip"
        ],
        "dyte-emoji-picker-button": [
          "dyte-tooltip"
        ],
        "dyte-file-picker-button": [
          "dyte-tooltip"
        ],
        "dyte-grid-pagination": [
          "dyte-tooltip"
        ],
        "dyte-meeting-title": [
          "dyte-tooltip"
        ],
        "dyte-mic-toggle": [
          "dyte-tooltip"
        ],
        "dyte-mute-all-button": [
          "dyte-tooltip"
        ],
        "dyte-participants-stage-queue": [
          "dyte-tooltip"
        ],
        "dyte-participants-waiting-list": [
          "dyte-tooltip"
        ],
        "dyte-poll": [
          "dyte-tooltip"
        ],
        "dyte-screen-share-toggle": [
          "dyte-tooltip"
        ],
        "dyte-screenshare-view": [
          "dyte-tooltip"
        ],
        "dyte-spotlight-indicator": [
          "dyte-tooltip"
        ],
        "dyte-stage-toggle": [
          "dyte-tooltip"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-transcript/dyte-transcript.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-transcript",
      "docs": "A component which shows a transcript.\n\nYou need to remove the element after you receive the\n`dyteTranscriptDismiss` event.",
      "docsTags": [],
      "usage": {},
      "props": [
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "transcript",
          "type": "Transcript & { renderedId?: string; }",
          "complexType": {
            "original": "Transcript & { renderedId?: string }",
            "resolved": "Transcript & { renderedId?: string; }",
            "references": {
              "Transcript": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::Transcript"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Message",
          "docsTags": [],
          "values": [
            {
              "type": "Transcript & { renderedId?: string; }"
            }
          ],
          "optional": false,
          "required": true,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "dyteTranscriptDismiss",
          "detail": "{ id: string; renderedId: string; }",
          "bubbles": true,
          "complexType": {
            "original": "{\n    id: string;\n    renderedId: string;\n  }",
            "resolved": "{ id: string; renderedId: string; }",
            "references": {}
          },
          "cancelable": true,
          "composed": true,
          "docs": "Dismiss event",
          "docsTags": []
        }
      ],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [],
      "dependents": [
        "dyte-transcripts"
      ],
      "dependencies": [],
      "dependencyGraph": {
        "dyte-transcripts": [
          "dyte-transcript"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-transcripts/dyte-transcripts.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-transcripts",
      "docs": "A component which handles transcripts.\n\nYou can configure which transcripts you want to see and which ones you want to hear.\nThere are also certain limits which you can set as well.",
      "docsTags": [],
      "usage": {},
      "props": [
        {
          "name": "config",
          "type": "UIConfig",
          "complexType": {
            "original": "UIConfig",
            "resolved": "UIConfig",
            "references": {
              "UIConfig": {
                "location": "import",
                "path": "../../types/ui-config",
                "id": "src/types/ui-config/index.ts::UIConfig"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Config object",
          "docsTags": [],
          "default": "defaultConfig",
          "values": [
            {
              "type": "UIConfig"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "states",
          "type": "States",
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../types/props",
                "id": "src/types/props.ts::States"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "States object",
          "docsTags": [],
          "values": [
            {
              "type": "States"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [],
      "dependents": [],
      "dependencies": [
        "dyte-transcript"
      ],
      "dependencyGraph": {
        "dyte-transcripts": [
          "dyte-transcript"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-ui-provider/dyte-ui-provider.tsx",
      "encapsulation": "none",
      "tag": "dyte-ui-provider",
      "docs": "",
      "docsTags": [],
      "usage": {},
      "props": [
        {
          "name": "config",
          "type": "UIConfig",
          "complexType": {
            "original": "UIConfig",
            "resolved": "UIConfig",
            "references": {
              "UIConfig": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::UIConfig"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Config",
          "docsTags": [],
          "default": "defaultConfig",
          "values": [
            {
              "type": "UIConfig"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "noRenderUntilMeeting",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "no-render-until-meeting",
          "reflectToAttr": false,
          "docs": "Do not render children until meeting is initialized",
          "docsTags": [
            {
              "name": "default",
              "text": "false"
            }
          ],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "showSetupScreen",
          "type": "boolean",
          "complexType": {
            "original": "boolean",
            "resolved": "boolean",
            "references": {}
          },
          "mutable": false,
          "attr": "show-setup-screen",
          "reflectToAttr": false,
          "docs": "Whether to show setup screen or not",
          "docsTags": [],
          "default": "false",
          "values": [
            {
              "type": "boolean"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "size",
          "type": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
          "complexType": {
            "original": "Size",
            "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
            "references": {
              "Size": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::Size"
              }
            }
          },
          "mutable": true,
          "attr": "size",
          "reflectToAttr": true,
          "docs": "Size",
          "docsTags": [],
          "values": [
            {
              "value": "lg",
              "type": "string"
            },
            {
              "value": "md",
              "type": "string"
            },
            {
              "value": "sm",
              "type": "string"
            },
            {
              "value": "xl",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language utility",
          "docsTags": [],
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [
        {
          "event": "dyteStatesUpdate",
          "detail": "States",
          "bubbles": true,
          "complexType": {
            "original": "States",
            "resolved": "States",
            "references": {
              "States": {
                "location": "import",
                "path": "../../exports",
                "id": "src/exports.ts::States"
              }
            }
          },
          "cancelable": true,
          "composed": true,
          "docs": "States event",
          "docsTags": []
        }
      ],
      "listeners": [
        {
          "event": "dyteStateUpdate",
          "capture": false,
          "passive": false
        }
      ],
      "styles": [],
      "slots": [],
      "parts": [],
      "dependents": [],
      "dependencies": [],
      "dependencyGraph": {}
    },
    {
      "filePath": "src/components/dyte-viewer-count/dyte-viewer-count.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-viewer-count",
      "docs": "A component which shows count of total joined participants in a meeting.",
      "docsTags": [],
      "usage": {
        "html-example": "```html\n<dyte-viewer-count id=\"dyte-el\"></dyte-viewer-count>\n\n<script>\n  const el = document.getElementBydId('dyte-el');\n  el.meeting = meeting;\n</script>\n```\n",
        "react-example": "```jsx live\n<DyteViewerCount meeting={meeting} />\n```\n"
      },
      "props": [
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "variant",
          "type": "\"embedded\" | \"primary\"",
          "complexType": {
            "original": "ViewerCountVariant",
            "resolved": "\"embedded\" | \"primary\"",
            "references": {
              "ViewerCountVariant": {
                "location": "local",
                "path": "/home/runner/work/ui-kit/ui-kit/packages/core/src/components/dyte-viewer-count/dyte-viewer-count.tsx",
                "id": "src/components/dyte-viewer-count/dyte-viewer-count.tsx::ViewerCountVariant"
              }
            }
          },
          "mutable": false,
          "attr": "variant",
          "reflectToAttr": true,
          "docs": "Viewer count variant",
          "docsTags": [],
          "default": "'primary'",
          "values": [
            {
              "value": "embedded",
              "type": "string"
            },
            {
              "value": "primary",
              "type": "string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [
        {
          "name": "icon",
          "docs": ""
        }
      ],
      "dependents": [
        "dyte-grid"
      ],
      "dependencies": [
        "dyte-icon"
      ],
      "dependencyGraph": {
        "dyte-viewer-count": [
          "dyte-icon"
        ],
        "dyte-grid": [
          "dyte-viewer-count"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-virtualized-list/dyte-virtualized-participant-list.tsx",
      "encapsulation": "none",
      "tag": "dyte-virtualized-participant-list",
      "docs": "",
      "docsTags": [],
      "usage": {},
      "props": [
        {
          "name": "bufferedItemsCount",
          "type": "number",
          "complexType": {
            "original": "number",
            "resolved": "number",
            "references": {}
          },
          "mutable": false,
          "attr": "buffered-items-count",
          "reflectToAttr": false,
          "docs": "Buffer items to render before and after the visible area",
          "docsTags": [],
          "default": "5",
          "values": [
            {
              "type": "number"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "emptyListElement",
          "type": "HTMLElement",
          "complexType": {
            "original": "HTMLElement",
            "resolved": "HTMLElement",
            "references": {
              "HTMLElement": {
                "location": "global",
                "id": "global::HTMLElement"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Element to render if list is empty",
          "docsTags": [],
          "default": "null",
          "values": [
            {
              "type": "HTMLElement"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "itemHeight",
          "type": "number",
          "complexType": {
            "original": "number",
            "resolved": "number",
            "references": {}
          },
          "mutable": true,
          "attr": "item-height",
          "reflectToAttr": false,
          "docs": "Height of each item in pixels (assumed fixed)",
          "docsTags": [],
          "default": "55",
          "values": [
            {
              "type": "number"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "items",
          "type": "Peer[]",
          "complexType": {
            "original": "Peer[]",
            "resolved": "Peer[]",
            "references": {
              "Peer": {
                "location": "import",
                "path": "../..",
                "id": "src/index.ts::Peer"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Items to be virtualized",
          "docsTags": [],
          "default": "[]",
          "values": [
            {
              "type": "Peer[]"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "renderItem",
          "type": "(item: Peer, index: number) => HTMLElement",
          "complexType": {
            "original": "(item: Peer, index: number) => HTMLElement",
            "resolved": "(item: Peer, index: number) => HTMLElement",
            "references": {
              "Peer": {
                "location": "import",
                "path": "../..",
                "id": "src/index.ts::Peer"
              },
              "HTMLElement": {
                "location": "global",
                "id": "global::HTMLElement"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Function to render each item",
          "docsTags": [],
          "values": [
            {
              "type": "(item: Peer, index: number) => HTMLElement"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [],
      "dependents": [
        "dyte-participants-stage-list",
        "dyte-participants-viewer-list"
      ],
      "dependencies": [],
      "dependencyGraph": {
        "dyte-participants-stage-list": [
          "dyte-virtualized-participant-list"
        ],
        "dyte-participants-viewer-list": [
          "dyte-virtualized-participant-list"
        ]
      }
    },
    {
      "filePath": "src/components/dyte-waiting-screen/dyte-waiting-screen.tsx",
      "encapsulation": "shadow",
      "tag": "dyte-waiting-screen",
      "docs": "",
      "docsTags": [],
      "usage": {},
      "props": [
        {
          "name": "config",
          "type": "UIConfig",
          "complexType": {
            "original": "UIConfig",
            "resolved": "UIConfig",
            "references": {
              "UIConfig": {
                "location": "import",
                "path": "../../types/ui-config",
                "id": "src/types/ui-config/index.ts::UIConfig"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Config",
          "docsTags": [],
          "default": "defaultConfig",
          "values": [
            {
              "type": "UIConfig"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "iconPack",
          "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
          "complexType": {
            "original": "IconPack",
            "resolved": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }",
            "references": {
              "IconPack": {
                "location": "import",
                "path": "../../lib/icons",
                "id": "src/lib/icons/index.ts::IconPack"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Icon pack",
          "docsTags": [],
          "default": "defaultIconPack",
          "values": [
            {
              "type": "{ people: string; people_checked: string; chat: string; poll: string; participants: string; rocket: string; call_end: string; share: string; mic_on: string; mic_off: string; video_on: string; video_off: string; share_screen_start: string; share_screen_stop: string; share_screen_person: string; clock: string; dismiss: string; send: string; search: string; more_vertical: string; chevron_down: string; chevron_up: string; chevron_left: string; chevron_right: string; settings: string; wifi: string; speaker: string; speaker_off: string; download: string; full_screen_maximize: string; full_screen_minimize: string; copy: string; attach: string; image: string; emoji_multiple: string; image_off: string; disconnected: string; wand: string; recording: string; subtract: string; stop_recording: string; warning: string; pin: string; pin_off: string; spinner: string; breakout_rooms: string; add: string; shuffle: string; edit: string; delete: string; back: string; save: string; web: string; checkmark: string; spotlight: string; join_stage: string; leave_stage: string; pip_off: string; pip_on: string; signal_1: string; signal_2: string; signal_3: string; signal_4: string; signal_5: string; start_livestream: string; stop_livestream: string; viewers: string; debug: string; info: string; devices: string; horizontal_dots: string; ai_sparkle: string; meeting_ai: string; create_channel: string; create_channel_illustration: string; captionsOn: string; captionsOff: string; play: string; pause: string; fastForward: string; minimize: string; maximize: string; }"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "meeting",
          "type": "DyteClient",
          "complexType": {
            "original": "Meeting",
            "resolved": "DyteClient",
            "references": {
              "Meeting": {
                "location": "import",
                "path": "../../types/dyte-client",
                "id": "src/types/dyte-client.ts::Meeting"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Meeting object",
          "docsTags": [],
          "values": [
            {
              "type": "DyteClient"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        },
        {
          "name": "t",
          "type": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
          "complexType": {
            "original": "DyteI18n",
            "resolved": "(key: \"pin\" | \"unpin\" | \"kick\" | \"ended\" | \"disconnected\" | \"failed\" | \"(you)\" | \"everyone\" | (string & {}) | \"about_call\" | \"screen\" | \"camera\" | \"leave\" | \"dismiss\" | \"logo\" | \"page\" | \"more\" | \"page.prev\" | \"page.next\" | \"layout\" | \"layout.auto\" | \"settings\" | \"file\" | \"image\" | \"connection\" | \"leave_confirmation\" | \"cancel\" | \"yes\" | \"you\" | \"to\" | \"mute\" | \"pinned\" | \"accept\" | \"pip_on\" | \"pip_off\" | \"viewers\" | \"join\" | \"joined\" | \"create\" | \"close\" | \"ask\" | \"type\" | \"activate\" | \"requests\" | \"mic_off\" | \"disable_mic\" | \"mic_on\" | \"enable_mic\" | \"audio\" | \"test\" | \"minimize\" | \"maximize\" | \"mute_all\" | \"mute_all.description\" | \"mute_all.header\" | \"mute_all.allow_unmute\" | \"video_off\" | \"disable_video\" | \"video_on\" | \"enable_video\" | \"video\" | \"offline\" | \"offline.description\" | \"failed.description\" | \"disconnected.description\" | \"participants\" | \"participants.errors.empty_results\" | \"participants.empty_list\" | \"participants.no_pending_requests\" | \"participants.turn_off_video\" | \"polls\" | \"polls.by\" | \"polls.question\" | \"polls.question.placeholder\" | \"polls.answers\" | \"polls.option\" | \"polls.option.placeholder\" | \"polls.results.anon\" | \"polls.results.hide\" | \"polls.create\" | \"polls.cancel\" | \"polls.empty\" | \"polls.errors.question_required\" | \"polls.errors.empty_option\" | \"screenshare\" | \"screenshare.min_preview\" | \"screenshare.max_preview\" | \"screenshare.shared\" | \"screenshare.start\" | \"screenshare.stop\" | \"screenshare.error.unknown\" | \"screenshare.error.max_count\" | \"plugins\" | \"perm_denied\" | \"perm_denied.audio\" | \"perm_denied.video\" | \"perm_denied.screenshare\" | \"perm_denied.audio.chrome.message\" | \"perm_denied.video.chrome.message\" | \"perm_denied.screenshare.chrome.message\" | \"perm_denied.audio.safari.message\" | \"perm_denied.video.safari.message\" | \"perm_denied.screenshare.safari.message\" | \"perm_denied.audio.edge.message\" | \"perm_denied.video.edge.message\" | \"perm_denied.screenshare.edge.message\" | \"perm_denied.audio.microsoft edge.message\" | \"perm_denied.video.microsoft edge.message\" | \"perm_denied.screenshare.microsoft edge.message\" | \"perm_denied.audio.firefox.message\" | \"perm_denied.video.firefox.message\" | \"perm_denied.screenshare.firefox.message\" | \"perm_denied.audio.others.message\" | \"perm_denied.video.others.message\" | \"perm_denied.screenshare.others.message\" | \"perm_sys_denied\" | \"perm_sys_denied.audio\" | \"perm_sys_denied.video\" | \"perm_sys_denied.screenshare\" | \"perm_sys_denied.audio.macos.message\" | \"perm_sys_denied.video.macos.message\" | \"perm_sys_denied.screenshare.macos.message\" | \"perm_sys_denied.audio.ios.message\" | \"perm_sys_denied.video.ios.message\" | \"perm_sys_denied.screenshare.ios.message\" | \"perm_sys_denied.audio.windows.message\" | \"perm_sys_denied.video.windows.message\" | \"perm_sys_denied.screenshare.windows.message\" | \"perm_sys_denied.audio.android.message\" | \"perm_sys_denied.video.android.message\" | \"perm_sys_denied.screenshare.android.message\" | \"perm_sys_denied.audio.others.message\" | \"perm_sys_denied.video.others.message\" | \"perm_sys_denied.screenshare.others.message\" | \"perm_could_not_start\" | \"perm_could_not_start.audio\" | \"perm_could_not_start.video\" | \"perm_could_not_start.screenshare\" | \"perm_could_not_start.audio.message\" | \"perm_could_not_start.video.message\" | \"perm_could_not_start.screenshare.message\" | \"full_screen\" | \"full_screen.exit\" | \"waitlist.header_title\" | \"waitlist.body_text\" | \"waitlist.deny_request\" | \"waitlist.accept_request\" | \"waitlist.accept_all\" | \"stage_request.header_title\" | \"stage_request.deny_request\" | \"stage_request.accept_request\" | \"stage_request.accept_all\" | \"stage_request.deny_all\" | \"stage_request.approval_pending\" | \"stage_request.denied\" | \"stage_request.request\" | \"stage_request.requested\" | \"stage_request.cancel_request\" | \"stage_request.leave_stage\" | \"stage_request.request_tip\" | \"stage_request.leave_tip\" | \"stage_request.pending_tip\" | \"stage_request.denied_tip\" | \"stage.empty_host\" | \"stage.empty_host_summary\" | \"stage.empty_viewer\" | \"stage.remove_from_stage\" | \"stage.invited_notification\" | \"stage.add_to_stage\" | \"stage.join_title\" | \"stage.join_summary\" | \"stage.join_cancel\" | \"stage.join_confirm\" | \"setup_screen.join_in_as\" | \"setup_screen.joining_as\" | \"setup_screen.your_name\" | \"stage.reconnecting\" | \"recording.label\" | \"recording.indicator\" | \"recording.started\" | \"recording.stopped\" | \"recording.paused\" | \"recording.error.start\" | \"recording.error.stop\" | \"recording.error.resume\" | \"recording.start\" | \"recording.stop\" | \"recording.resume\" | \"recording.starting\" | \"recording.stopping\" | \"recording.loading\" | \"recording.idle\" | \"audio_playback\" | \"audio_playback.title\" | \"audio_playback.description\" | \"breakout_rooms\" | \"breakout_rooms.room_config_header\" | \"breakout_rooms.join_breakout_header\" | \"breakout_rooms.empty\" | \"breakout_rooms.delete\" | \"breakout_rooms.switch\" | \"breakout_rooms.main_room\" | \"breakout_rooms.shuffle_participants\" | \"breakout_rooms.deselect\" | \"breakout_rooms.selected\" | \"breakout_rooms.num_of_rooms\" | \"breakout_rooms.approx\" | \"breakout_rooms.participants_per_room\" | \"breakout_rooms.division_text\" | \"breakout_rooms.start_breakout\" | \"breakout_rooms.close_breakout\" | \"breakout_rooms.update_breakout\" | \"breakout_rooms.discard_changes\" | \"breakout_rooms.room\" | \"breakout_rooms.rooms\" | \"breakout_rooms.room_name\" | \"breakout_rooms.edit_room_name\" | \"breakout_rooms.save_room_name\" | \"breakout_rooms.add_room\" | \"breakout_rooms.add_room_brief\" | \"breakout_rooms.select_all\" | \"breakout_rooms.unassign_all\" | \"breakout_rooms.assign\" | \"breakout_rooms.assign_participants\" | \"breakout_rooms.none_assigned\" | \"breakout_rooms.drag_drop_participants\" | \"breakout_rooms.click_drop_participants\" | \"breakout_rooms.status.assign_multiple\" | \"breakout_rooms.status.select_room\" | \"breakout_rooms.ephemeral_status.participants_assigned\" | \"breakout_rooms.ephemeral_status.participants_assigned_randomly\" | \"breakout_rooms.ephemeral_status.changes_discarded\" | \"breakout_rooms.confirm_modal.start_breakout.header\" | \"breakout_rooms.confirm_modal.start_breakout.content\" | \"breakout_rooms.confirm_modal.start_breakout.cancelText\" | \"breakout_rooms.confirm_modal.start_breakout.ctaText\" | \"breakout_rooms.confirm_modal.close_breakout.header\" | \"breakout_rooms.confirm_modal.close_breakout.content\" | \"breakout_rooms.confirm_modal.close_breakout.ctaText\" | \"breakout_rooms.move_reason.started_msg\" | \"breakout_rooms.move_reason.started_desc\" | \"breakout_rooms.move_reason.closed_msg\" | \"breakout_rooms.move_reason.closed_desc\" | \"breakout_rooms.move_reason.switch_room\" | \"breakout_rooms.move_reason.switch_main_room\" | \"breakout_rooms.all_assigned\" | \"breakout_rooms.empty_main_room\" | \"breakout_rooms.leave_confirmation\" | \"breakout_rooms.leave_confirmation.main_room_btn\" | \"ai\" | \"ai.meeting_ai\" | \"ai.home\" | \"ai.transcriptions\" | \"ai.personal\" | \"ai.caption_view\" | \"ai.chat.tooltip\" | \"ai.chat.summerise\" | \"ai.chat.agenda\" | \"search\" | \"search.could_not_find\" | \"search.empty\" | \"end\" | \"end.all\" | \"ended.rejected\" | \"ended.left\" | \"ended.kicked\" | \"ended.disconnected\" | \"ended.network\" | \"ended.unauthorized\" | \"network\" | \"network.reconnecting\" | \"network.delay_extended\" | \"network.disconnected\" | \"network.leaving\" | \"network.restored\" | \"network.delay\" | \"network.lost\" | \"network.lost_extended\" | \"livestream\" | \"livestream.indicator\" | \"livestream.skip\" | \"livestream.idle\" | \"livestream.starting\" | \"livestream.stopping\" | \"livestream.waiting_on_manual_ingestion\" | \"livestream.error.not_supported\" | \"livestream.error.not_found\" | \"livestream.error.unknown\" | \"livestream.error.sync\" | \"livestream.error.start\" | \"livestream.error.stop\" | \"livestream.go_live\" | \"livestream.end_live\" | \"livestream.error\" | \"cta.help\" | \"cta.continue\" | \"cta.reload\" | \"cta.confirmation\" | \"cta.system_settings\" | \"remote_access.empty\" | \"remote_access.requests\" | \"remote_access.allow\" | \"remote_access.grant\" | \"remote_access.indicator\" | \"chat\" | \"chat.new\" | \"chat.max_limit_warning\" | \"chat.rate_limit_error\" | \"chat.new_channel\" | \"chat.channel_name\" | \"chat.member_name\" | \"chat.add_members\" | \"chat.delete_msg\" | \"chat.edit_msg\" | \"chat.send_msg\" | \"chat.send_attachment\" | \"chat.send_img\" | \"chat.send_file\" | \"chat.send_emoji\" | \"chat.update_msg\" | \"chat.channel_members\" | \"chat.img.loading\" | \"chat.error.img_not_found\" | \"chat.error.empty_results\" | \"chat.img.shared_by\" | \"chat.reply\" | \"chat.message_placeholder\" | \"chat.click_to_send\" | \"chat.search_msgs\" | \"chat.search_conversations\" | \"chat.start_conversation\" | \"chat.empty_search\" | \"chat.empty_channel\" | \"chat.cancel_upload\" | \"chat.view_chats\" | \"chat.everyone\" | \"chat.pinned_msgs\" | \"chat.toggle_pinned_msgs\" | \"date.today\" | \"date.yesteday\" | \"date.sunday\" | \"date.monday\" | \"date.tuesday\" | \"date.wednesday\" | \"date.thursday\" | \"date.friday\" | \"date.saturday\" | \"list.empty\" | \"grid.listening\" | \"transcript.off\" | \"transcript.on\" | \"settings.notification_sound\" | \"settings.microphone_input\" | \"settings.speaker_output\" | \"settings.mirror_video\" | \"settings.camera_off\" | \"dialog.close\" | \"notifications.joined\" | \"notifications.left\" | \"notifications.requesting_to_join_meeting\" | \"notifications.requested_to_join_stage\" | \"notifications.joined_stage\" | \"notifications.request_to_join_accepted\" | \"notifications.request_to_join_rejected\" | \"notifications.accept\" | \"notifications.new_poll_created_by\" | \"notifications.connected_to\" | \"notifications.plugin_switched_to\" | \"notifications.remote_control_requested\" | \"notifications.remote_control_request_sent\" | \"notifications.remote_control_request_accepted\" | \"notifications.remote_control_granted\" | \"notifications.remote_control_terminated\" | \"debugger.troubleshooting.label\" | \"debugger.quality.good\" | \"debugger.quality.average\" | \"debugger.quality.poor\" | \"debugger.stats.bitrate.label\" | \"debugger.stats.bitrate.description\" | \"debugger.stats.packet_loss.label\" | \"debugger.stats.packet_loss.description\" | \"debugger.stats.jitter.label\" | \"debugger.stats.jitter.description\" | \"debugger.stats.cpu_limitations.label\" | \"debugger.stats.cpu_limitations.description\" | \"debugger.stats.bandwidth_limitations.label\" | \"debugger.stats.bandwidth_limitations.description\" | \"debugger.audio.label\" | \"debugger.audio.troubleshooting.label\" | \"debugger.audio.messages.generating_report\" | \"debugger.audio.messages.enable_media\" | \"debugger.audio.sections.network_media\" | \"debugger.video.label\" | \"debugger.video.troubleshooting.label\" | \"debugger.video.messages.generating_report\" | \"debugger.video.messages.enable_media\" | \"debugger.video.sections.network_media\" | \"debugger.screenshare.label\" | \"debugger.screenshare.troubleshooting.label\" | \"debugger.screenshare.sections.network_media\" | \"debugger.screenshare.messages.generating_report\" | \"debugger.screenshare.messages.enable_media\" | \"debugger.system.label\" | \"debugger.system.troubleshooting.label\" | \"debugger.system.sections.battery\" | \"debugger.system.battery.level.label\" | \"debugger.system.battery.level.description\" | \"debugger.system.battery.charging.label\" | \"debugger.system.battery.charging.description\" | \"debugger.system.battery.charging.is_charging\" | \"debugger.system.battery.charging.is_not_charging\") => string",
            "references": {
              "DyteI18n": {
                "location": "import",
                "path": "../../lib/lang",
                "id": "src/lib/lang/index.ts::DyteI18n"
              }
            }
          },
          "mutable": false,
          "reflectToAttr": false,
          "docs": "Language",
          "docsTags": [],
          "default": "useLanguage()",
          "values": [
            {
              "type": "(key: \"pin\""
            },
            {
              "value": "unpin",
              "type": "string"
            },
            {
              "value": "kick",
              "type": "string"
            },
            {
              "value": "ended",
              "type": "string"
            },
            {
              "value": "disconnected",
              "type": "string"
            },
            {
              "value": "failed",
              "type": "string"
            },
            {
              "value": "(you)",
              "type": "string"
            },
            {
              "value": "everyone",
              "type": "string"
            },
            {
              "type": "(string & {})"
            },
            {
              "value": "about_call",
              "type": "string"
            },
            {
              "value": "screen",
              "type": "string"
            },
            {
              "value": "camera",
              "type": "string"
            },
            {
              "value": "leave",
              "type": "string"
            },
            {
              "value": "dismiss",
              "type": "string"
            },
            {
              "value": "logo",
              "type": "string"
            },
            {
              "value": "page",
              "type": "string"
            },
            {
              "value": "more",
              "type": "string"
            },
            {
              "value": "page.prev",
              "type": "string"
            },
            {
              "value": "page.next",
              "type": "string"
            },
            {
              "value": "layout",
              "type": "string"
            },
            {
              "value": "layout.auto",
              "type": "string"
            },
            {
              "value": "settings",
              "type": "string"
            },
            {
              "value": "file",
              "type": "string"
            },
            {
              "value": "image",
              "type": "string"
            },
            {
              "value": "connection",
              "type": "string"
            },
            {
              "value": "leave_confirmation",
              "type": "string"
            },
            {
              "value": "cancel",
              "type": "string"
            },
            {
              "value": "yes",
              "type": "string"
            },
            {
              "value": "you",
              "type": "string"
            },
            {
              "value": "to",
              "type": "string"
            },
            {
              "value": "mute",
              "type": "string"
            },
            {
              "value": "pinned",
              "type": "string"
            },
            {
              "value": "accept",
              "type": "string"
            },
            {
              "value": "pip_on",
              "type": "string"
            },
            {
              "value": "pip_off",
              "type": "string"
            },
            {
              "value": "viewers",
              "type": "string"
            },
            {
              "value": "join",
              "type": "string"
            },
            {
              "value": "joined",
              "type": "string"
            },
            {
              "value": "create",
              "type": "string"
            },
            {
              "value": "close",
              "type": "string"
            },
            {
              "value": "ask",
              "type": "string"
            },
            {
              "value": "type",
              "type": "string"
            },
            {
              "value": "activate",
              "type": "string"
            },
            {
              "value": "requests",
              "type": "string"
            },
            {
              "value": "mic_off",
              "type": "string"
            },
            {
              "value": "disable_mic",
              "type": "string"
            },
            {
              "value": "mic_on",
              "type": "string"
            },
            {
              "value": "enable_mic",
              "type": "string"
            },
            {
              "value": "audio",
              "type": "string"
            },
            {
              "value": "test",
              "type": "string"
            },
            {
              "value": "minimize",
              "type": "string"
            },
            {
              "value": "maximize",
              "type": "string"
            },
            {
              "value": "mute_all",
              "type": "string"
            },
            {
              "value": "mute_all.description",
              "type": "string"
            },
            {
              "value": "mute_all.header",
              "type": "string"
            },
            {
              "value": "mute_all.allow_unmute",
              "type": "string"
            },
            {
              "value": "video_off",
              "type": "string"
            },
            {
              "value": "disable_video",
              "type": "string"
            },
            {
              "value": "video_on",
              "type": "string"
            },
            {
              "value": "enable_video",
              "type": "string"
            },
            {
              "value": "video",
              "type": "string"
            },
            {
              "value": "offline",
              "type": "string"
            },
            {
              "value": "offline.description",
              "type": "string"
            },
            {
              "value": "failed.description",
              "type": "string"
            },
            {
              "value": "disconnected.description",
              "type": "string"
            },
            {
              "value": "participants",
              "type": "string"
            },
            {
              "value": "participants.errors.empty_results",
              "type": "string"
            },
            {
              "value": "participants.empty_list",
              "type": "string"
            },
            {
              "value": "participants.no_pending_requests",
              "type": "string"
            },
            {
              "value": "participants.turn_off_video",
              "type": "string"
            },
            {
              "value": "polls",
              "type": "string"
            },
            {
              "value": "polls.by",
              "type": "string"
            },
            {
              "value": "polls.question",
              "type": "string"
            },
            {
              "value": "polls.question.placeholder",
              "type": "string"
            },
            {
              "value": "polls.answers",
              "type": "string"
            },
            {
              "value": "polls.option",
              "type": "string"
            },
            {
              "value": "polls.option.placeholder",
              "type": "string"
            },
            {
              "value": "polls.results.anon",
              "type": "string"
            },
            {
              "value": "polls.results.hide",
              "type": "string"
            },
            {
              "value": "polls.create",
              "type": "string"
            },
            {
              "value": "polls.cancel",
              "type": "string"
            },
            {
              "value": "polls.empty",
              "type": "string"
            },
            {
              "value": "polls.errors.question_required",
              "type": "string"
            },
            {
              "value": "polls.errors.empty_option",
              "type": "string"
            },
            {
              "value": "screenshare",
              "type": "string"
            },
            {
              "value": "screenshare.min_preview",
              "type": "string"
            },
            {
              "value": "screenshare.max_preview",
              "type": "string"
            },
            {
              "value": "screenshare.shared",
              "type": "string"
            },
            {
              "value": "screenshare.start",
              "type": "string"
            },
            {
              "value": "screenshare.stop",
              "type": "string"
            },
            {
              "value": "screenshare.error.unknown",
              "type": "string"
            },
            {
              "value": "screenshare.error.max_count",
              "type": "string"
            },
            {
              "value": "plugins",
              "type": "string"
            },
            {
              "value": "perm_denied",
              "type": "string"
            },
            {
              "value": "perm_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_denied.video",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.chrome.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.safari.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.microsoft edge.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.firefox.message",
              "type": "string"
            },
            {
              "value": "perm_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.macos.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.ios.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.windows.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.android.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.audio.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.video.others.message",
              "type": "string"
            },
            {
              "value": "perm_sys_denied.screenshare.others.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.audio.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.video.message",
              "type": "string"
            },
            {
              "value": "perm_could_not_start.screenshare.message",
              "type": "string"
            },
            {
              "value": "full_screen",
              "type": "string"
            },
            {
              "value": "full_screen.exit",
              "type": "string"
            },
            {
              "value": "waitlist.header_title",
              "type": "string"
            },
            {
              "value": "waitlist.body_text",
              "type": "string"
            },
            {
              "value": "waitlist.deny_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_request",
              "type": "string"
            },
            {
              "value": "waitlist.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.header_title",
              "type": "string"
            },
            {
              "value": "stage_request.deny_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_request",
              "type": "string"
            },
            {
              "value": "stage_request.accept_all",
              "type": "string"
            },
            {
              "value": "stage_request.deny_all",
              "type": "string"
            },
            {
              "value": "stage_request.approval_pending",
              "type": "string"
            },
            {
              "value": "stage_request.denied",
              "type": "string"
            },
            {
              "value": "stage_request.request",
              "type": "string"
            },
            {
              "value": "stage_request.requested",
              "type": "string"
            },
            {
              "value": "stage_request.cancel_request",
              "type": "string"
            },
            {
              "value": "stage_request.leave_stage",
              "type": "string"
            },
            {
              "value": "stage_request.request_tip",
              "type": "string"
            },
            {
              "value": "stage_request.leave_tip",
              "type": "string"
            },
            {
              "value": "stage_request.pending_tip",
              "type": "string"
            },
            {
              "value": "stage_request.denied_tip",
              "type": "string"
            },
            {
              "value": "stage.empty_host",
              "type": "string"
            },
            {
              "value": "stage.empty_host_summary",
              "type": "string"
            },
            {
              "value": "stage.empty_viewer",
              "type": "string"
            },
            {
              "value": "stage.remove_from_stage",
              "type": "string"
            },
            {
              "value": "stage.invited_notification",
              "type": "string"
            },
            {
              "value": "stage.add_to_stage",
              "type": "string"
            },
            {
              "value": "stage.join_title",
              "type": "string"
            },
            {
              "value": "stage.join_summary",
              "type": "string"
            },
            {
              "value": "stage.join_cancel",
              "type": "string"
            },
            {
              "value": "stage.join_confirm",
              "type": "string"
            },
            {
              "value": "setup_screen.join_in_as",
              "type": "string"
            },
            {
              "value": "setup_screen.joining_as",
              "type": "string"
            },
            {
              "value": "setup_screen.your_name",
              "type": "string"
            },
            {
              "value": "stage.reconnecting",
              "type": "string"
            },
            {
              "value": "recording.label",
              "type": "string"
            },
            {
              "value": "recording.indicator",
              "type": "string"
            },
            {
              "value": "recording.started",
              "type": "string"
            },
            {
              "value": "recording.stopped",
              "type": "string"
            },
            {
              "value": "recording.paused",
              "type": "string"
            },
            {
              "value": "recording.error.start",
              "type": "string"
            },
            {
              "value": "recording.error.stop",
              "type": "string"
            },
            {
              "value": "recording.error.resume",
              "type": "string"
            },
            {
              "value": "recording.start",
              "type": "string"
            },
            {
              "value": "recording.stop",
              "type": "string"
            },
            {
              "value": "recording.resume",
              "type": "string"
            },
            {
              "value": "recording.starting",
              "type": "string"
            },
            {
              "value": "recording.stopping",
              "type": "string"
            },
            {
              "value": "recording.loading",
              "type": "string"
            },
            {
              "value": "recording.idle",
              "type": "string"
            },
            {
              "value": "audio_playback",
              "type": "string"
            },
            {
              "value": "audio_playback.title",
              "type": "string"
            },
            {
              "value": "audio_playback.description",
              "type": "string"
            },
            {
              "value": "breakout_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_config_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.join_breakout_header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty",
              "type": "string"
            },
            {
              "value": "breakout_rooms.delete",
              "type": "string"
            },
            {
              "value": "breakout_rooms.switch",
              "type": "string"
            },
            {
              "value": "breakout_rooms.main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.shuffle_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.deselect",
              "type": "string"
            },
            {
              "value": "breakout_rooms.selected",
              "type": "string"
            },
            {
              "value": "breakout_rooms.num_of_rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.approx",
              "type": "string"
            },
            {
              "value": "breakout_rooms.participants_per_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.division_text",
              "type": "string"
            },
            {
              "value": "breakout_rooms.start_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.close_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.update_breakout",
              "type": "string"
            },
            {
              "value": "breakout_rooms.discard_changes",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.rooms",
              "type": "string"
            },
            {
              "value": "breakout_rooms.room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.edit_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.save_room_name",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.add_room_brief",
              "type": "string"
            },
            {
              "value": "breakout_rooms.select_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.unassign_all",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign",
              "type": "string"
            },
            {
              "value": "breakout_rooms.assign_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.none_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.drag_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.click_drop_participants",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.assign_multiple",
              "type": "string"
            },
            {
              "value": "breakout_rooms.status.select_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.participants_assigned_randomly",
              "type": "string"
            },
            {
              "value": "breakout_rooms.ephemeral_status.changes_discarded",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.cancelText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.start_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.header",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.content",
              "type": "string"
            },
            {
              "value": "breakout_rooms.confirm_modal.close_breakout.ctaText",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.started_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_msg",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.closed_desc",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.move_reason.switch_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.all_assigned",
              "type": "string"
            },
            {
              "value": "breakout_rooms.empty_main_room",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation",
              "type": "string"
            },
            {
              "value": "breakout_rooms.leave_confirmation.main_room_btn",
              "type": "string"
            },
            {
              "value": "ai",
              "type": "string"
            },
            {
              "value": "ai.meeting_ai",
              "type": "string"
            },
            {
              "value": "ai.home",
              "type": "string"
            },
            {
              "value": "ai.transcriptions",
              "type": "string"
            },
            {
              "value": "ai.personal",
              "type": "string"
            },
            {
              "value": "ai.caption_view",
              "type": "string"
            },
            {
              "value": "ai.chat.tooltip",
              "type": "string"
            },
            {
              "value": "ai.chat.summerise",
              "type": "string"
            },
            {
              "value": "ai.chat.agenda",
              "type": "string"
            },
            {
              "value": "search",
              "type": "string"
            },
            {
              "value": "search.could_not_find",
              "type": "string"
            },
            {
              "value": "search.empty",
              "type": "string"
            },
            {
              "value": "end",
              "type": "string"
            },
            {
              "value": "end.all",
              "type": "string"
            },
            {
              "value": "ended.rejected",
              "type": "string"
            },
            {
              "value": "ended.left",
              "type": "string"
            },
            {
              "value": "ended.kicked",
              "type": "string"
            },
            {
              "value": "ended.disconnected",
              "type": "string"
            },
            {
              "value": "ended.network",
              "type": "string"
            },
            {
              "value": "ended.unauthorized",
              "type": "string"
            },
            {
              "value": "network",
              "type": "string"
            },
            {
              "value": "network.reconnecting",
              "type": "string"
            },
            {
              "value": "network.delay_extended",
              "type": "string"
            },
            {
              "value": "network.disconnected",
              "type": "string"
            },
            {
              "value": "network.leaving",
              "type": "string"
            },
            {
              "value": "network.restored",
              "type": "string"
            },
            {
              "value": "network.delay",
              "type": "string"
            },
            {
              "value": "network.lost",
              "type": "string"
            },
            {
              "value": "network.lost_extended",
              "type": "string"
            },
            {
              "value": "livestream",
              "type": "string"
            },
            {
              "value": "livestream.indicator",
              "type": "string"
            },
            {
              "value": "livestream.skip",
              "type": "string"
            },
            {
              "value": "livestream.idle",
              "type": "string"
            },
            {
              "value": "livestream.starting",
              "type": "string"
            },
            {
              "value": "livestream.stopping",
              "type": "string"
            },
            {
              "value": "livestream.waiting_on_manual_ingestion",
              "type": "string"
            },
            {
              "value": "livestream.error.not_supported",
              "type": "string"
            },
            {
              "value": "livestream.error.not_found",
              "type": "string"
            },
            {
              "value": "livestream.error.unknown",
              "type": "string"
            },
            {
              "value": "livestream.error.sync",
              "type": "string"
            },
            {
              "value": "livestream.error.start",
              "type": "string"
            },
            {
              "value": "livestream.error.stop",
              "type": "string"
            },
            {
              "value": "livestream.go_live",
              "type": "string"
            },
            {
              "value": "livestream.end_live",
              "type": "string"
            },
            {
              "value": "livestream.error",
              "type": "string"
            },
            {
              "value": "cta.help",
              "type": "string"
            },
            {
              "value": "cta.continue",
              "type": "string"
            },
            {
              "value": "cta.reload",
              "type": "string"
            },
            {
              "value": "cta.confirmation",
              "type": "string"
            },
            {
              "value": "cta.system_settings",
              "type": "string"
            },
            {
              "value": "remote_access.empty",
              "type": "string"
            },
            {
              "value": "remote_access.requests",
              "type": "string"
            },
            {
              "value": "remote_access.allow",
              "type": "string"
            },
            {
              "value": "remote_access.grant",
              "type": "string"
            },
            {
              "value": "remote_access.indicator",
              "type": "string"
            },
            {
              "value": "chat",
              "type": "string"
            },
            {
              "value": "chat.new",
              "type": "string"
            },
            {
              "value": "chat.max_limit_warning",
              "type": "string"
            },
            {
              "value": "chat.rate_limit_error",
              "type": "string"
            },
            {
              "value": "chat.new_channel",
              "type": "string"
            },
            {
              "value": "chat.channel_name",
              "type": "string"
            },
            {
              "value": "chat.member_name",
              "type": "string"
            },
            {
              "value": "chat.add_members",
              "type": "string"
            },
            {
              "value": "chat.delete_msg",
              "type": "string"
            },
            {
              "value": "chat.edit_msg",
              "type": "string"
            },
            {
              "value": "chat.send_msg",
              "type": "string"
            },
            {
              "value": "chat.send_attachment",
              "type": "string"
            },
            {
              "value": "chat.send_img",
              "type": "string"
            },
            {
              "value": "chat.send_file",
              "type": "string"
            },
            {
              "value": "chat.send_emoji",
              "type": "string"
            },
            {
              "value": "chat.update_msg",
              "type": "string"
            },
            {
              "value": "chat.channel_members",
              "type": "string"
            },
            {
              "value": "chat.img.loading",
              "type": "string"
            },
            {
              "value": "chat.error.img_not_found",
              "type": "string"
            },
            {
              "value": "chat.error.empty_results",
              "type": "string"
            },
            {
              "value": "chat.img.shared_by",
              "type": "string"
            },
            {
              "value": "chat.reply",
              "type": "string"
            },
            {
              "value": "chat.message_placeholder",
              "type": "string"
            },
            {
              "value": "chat.click_to_send",
              "type": "string"
            },
            {
              "value": "chat.search_msgs",
              "type": "string"
            },
            {
              "value": "chat.search_conversations",
              "type": "string"
            },
            {
              "value": "chat.start_conversation",
              "type": "string"
            },
            {
              "value": "chat.empty_search",
              "type": "string"
            },
            {
              "value": "chat.empty_channel",
              "type": "string"
            },
            {
              "value": "chat.cancel_upload",
              "type": "string"
            },
            {
              "value": "chat.view_chats",
              "type": "string"
            },
            {
              "value": "chat.everyone",
              "type": "string"
            },
            {
              "value": "chat.pinned_msgs",
              "type": "string"
            },
            {
              "value": "chat.toggle_pinned_msgs",
              "type": "string"
            },
            {
              "value": "date.today",
              "type": "string"
            },
            {
              "value": "date.yesteday",
              "type": "string"
            },
            {
              "value": "date.sunday",
              "type": "string"
            },
            {
              "value": "date.monday",
              "type": "string"
            },
            {
              "value": "date.tuesday",
              "type": "string"
            },
            {
              "value": "date.wednesday",
              "type": "string"
            },
            {
              "value": "date.thursday",
              "type": "string"
            },
            {
              "value": "date.friday",
              "type": "string"
            },
            {
              "value": "date.saturday",
              "type": "string"
            },
            {
              "value": "list.empty",
              "type": "string"
            },
            {
              "value": "grid.listening",
              "type": "string"
            },
            {
              "value": "transcript.off",
              "type": "string"
            },
            {
              "value": "transcript.on",
              "type": "string"
            },
            {
              "value": "settings.notification_sound",
              "type": "string"
            },
            {
              "value": "settings.microphone_input",
              "type": "string"
            },
            {
              "value": "settings.speaker_output",
              "type": "string"
            },
            {
              "value": "settings.mirror_video",
              "type": "string"
            },
            {
              "value": "settings.camera_off",
              "type": "string"
            },
            {
              "value": "dialog.close",
              "type": "string"
            },
            {
              "value": "notifications.joined",
              "type": "string"
            },
            {
              "value": "notifications.left",
              "type": "string"
            },
            {
              "value": "notifications.requesting_to_join_meeting",
              "type": "string"
            },
            {
              "value": "notifications.requested_to_join_stage",
              "type": "string"
            },
            {
              "value": "notifications.joined_stage",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_accepted",
              "type": "string"
            },
            {
              "value": "notifications.request_to_join_rejected",
              "type": "string"
            },
            {
              "value": "notifications.accept",
              "type": "string"
            },
            {
              "value": "notifications.new_poll_created_by",
              "type": "string"
            },
            {
              "value": "notifications.connected_to",
              "type": "string"
            },
            {
              "value": "notifications.plugin_switched_to",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_requested",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_sent",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_request_accepted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_granted",
              "type": "string"
            },
            {
              "value": "notifications.remote_control_terminated",
              "type": "string"
            },
            {
              "value": "debugger.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.quality.good",
              "type": "string"
            },
            {
              "value": "debugger.quality.average",
              "type": "string"
            },
            {
              "value": "debugger.quality.poor",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bitrate.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.packet_loss.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.jitter.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.cpu_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.label",
              "type": "string"
            },
            {
              "value": "debugger.stats.bandwidth_limitations.description",
              "type": "string"
            },
            {
              "value": "debugger.audio.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.audio.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.audio.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.video.label",
              "type": "string"
            },
            {
              "value": "debugger.video.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.video.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.video.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.sections.network_media",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.generating_report",
              "type": "string"
            },
            {
              "value": "debugger.screenshare.messages.enable_media",
              "type": "string"
            },
            {
              "value": "debugger.system.label",
              "type": "string"
            },
            {
              "value": "debugger.system.troubleshooting.label",
              "type": "string"
            },
            {
              "value": "debugger.system.sections.battery",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.level.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.label",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.description",
              "type": "string"
            },
            {
              "value": "debugger.system.battery.charging.is_charging",
              "type": "string"
            },
            {
              "type": "\"debugger.system.battery.charging.is_not_charging\") => string"
            }
          ],
          "optional": false,
          "required": false,
          "getter": false,
          "setter": false
        }
      ],
      "methods": [],
      "events": [],
      "listeners": [],
      "styles": [],
      "slots": [],
      "parts": [
        {
          "name": "content",
          "docs": ""
        },
        {
          "name": "logo",
          "docs": ""
        }
      ],
      "dependents": [],
      "dependencies": [
        "dyte-logo"
      ],
      "dependencyGraph": {
        "dyte-waiting-screen": [
          "dyte-logo"
        ]
      }
    }
  ],
  "typeLibrary": {
    "src/exports.ts::Size": {
      "declaration": "any",
      "docstring": "",
      "path": "src/exports.ts"
    },
    "src/exports.ts::IconPack": {
      "declaration": "any",
      "docstring": "",
      "path": "src/exports.ts"
    },
    "src/lib/lang/index.ts::DyteI18n": {
      "declaration": "(key: keyof LangDict | (string & {})) => string",
      "docstring": "",
      "path": "src/lib/lang/index.ts"
    },
    "../../node_modules/@dytesdk/web-core/dist/index.d.ts::TextMessage": {
      "declaration": "interface TextMessage extends BaseMessage<MessageType.text> {\n    message: string;\n}",
      "docstring": "",
      "path": "../../node_modules/@dytesdk/web-core/dist/index.d.ts"
    },
    "../../node_modules/@dytesdk/web-core/dist/index.d.ts::DyteBasicParticipant": {
      "declaration": "interface DyteBasicParticipant {\n    userId: string;\n    name?: string;\n    picture?: string;\n    customParticipantId: string;\n}",
      "docstring": "",
      "path": "../../node_modules/@dytesdk/web-core/dist/index.d.ts"
    },
    "src/components/dyte-chat-composer-ui/dyte-chat-composer-ui.tsx::DyteNewMessageEvent": {
      "declaration": "export type DyteNewMessageEvent = DyteText | DyteImage | DyteFile;",
      "docstring": "",
      "path": "src/components/dyte-chat-composer-ui/dyte-chat-composer-ui.tsx"
    },
    "src/exports.ts::DyteI18n": {
      "declaration": "any",
      "docstring": "",
      "path": "src/exports.ts"
    },
    "src/components/dyte-chat-composer-view/dyte-chat-composer-view.tsx::NewMessageEvent": {
      "declaration": "export type NewMessageEvent =\n  | {\n      type: 'text';\n      message: string;\n    }\n  | {\n      type: 'file';\n      file: File;\n    }\n  | {\n      type: 'image';\n      image: File;\n    };",
      "docstring": "",
      "path": "src/components/dyte-chat-composer-view/dyte-chat-composer-view.tsx"
    },
    "src/components/dyte-chat-selector-ui/dyte-chat-selector-ui.tsx::ChatGroup": {
      "declaration": "{\n    [P in K]: T[P];\n}",
      "docstring": "",
      "path": "src/components/dyte-chat-selector-ui/dyte-chat-selector-ui.tsx"
    },
    "src/components/dyte-chat-selector-ui/dyte-chat-selector-ui.tsx::ChatGroupChangedType": {
      "declaration": "export type ChatGroupChangedType = ChatGroup | string;",
      "docstring": "",
      "path": "src/components/dyte-chat-selector-ui/dyte-chat-selector-ui.tsx"
    },
    "src/components/dyte-grid/dyte-grid.tsx::GridLayout": {
      "declaration": "export type GridLayout = 'row' | 'column';",
      "docstring": "",
      "path": "src/components/dyte-grid/dyte-grid.tsx"
    },
    "src/types/dyte-client.ts::Meeting": {
      "declaration": "declare class DyteClient {\n    private constructor();\n    static init(options: DyteClientOptions): Promise<DyteClient>;\n    private static setupContext;\n    join(): Promise<void>;\n    leave(state?: LeaveRoomState): Promise<void>;\n    get participants(): Readonly<DyteParticipants$1>;\n    get self(): Readonly<DyteSelf$1>;\n    get meta(): Readonly<DyteMeta$1>;\n    get ai(): Readonly<DyteAi>;\n    get plugins(): Readonly<DytePlugins$1>;\n    get chat(): Readonly<DyteChat$1>;\n    get polls(): Readonly<DytePolls$1>;\n    get connectedMeetings(): Readonly<DyteConnectedMeetings$1>;\n    get recording(): Readonly<DyteRecording$1>;\n    get livestream(): Readonly<DyteLivestream$1>;\n    get stage(): Readonly<DyteStage>;\n    get stores(): Readonly<DyteStoreManager>;\n    get __internals__(): Readonly<DyteInternals>;\n    joinRoom(): Promise<void>;\n    leaveRoom(state?: LeaveRoomState): Promise<void>;\n}",
      "docstring": "",
      "path": "src/types/dyte-client.ts"
    },
    "src/types/props.ts::Size": {
      "declaration": "export type Size = 'sm' | 'md' | 'lg' | 'xl';",
      "docstring": "",
      "path": "src/types/props.ts"
    },
    "src/types/props.ts::States": {
      "declaration": "export interface States {\n  meeting?: 'idle' | 'setup' | 'joined' | 'ended' | 'waiting';\n  viewType?: string;\n  page?: number;\n  maxPeers?: number;\n  activeAI?: boolean;\n  activeCaptions?: boolean;\n  activeMoreMenu?: boolean;\n  activeMuteAllConfirmation?: boolean;\n  activePermissionsMessage?: PermissionSettings;\n  activePlugin?: boolean;\n  activeScreenShare?: boolean;\n  activeSpotlight?: boolean;\n  activeRemoteAccessManager?: boolean;\n  activeSettings?: boolean;\n  activeDebugger?: boolean;\n  activeSidebar?: boolean;\n  activeLeaveConfirmation?: boolean;\n  activeBroadcastMessageModal?: boolean;\n  activeOverlayModal?: {\n    active: boolean;\n    icon?: string;\n    title?: string;\n    description?: string;\n    timeout?: number;\n  };\n  activeConfirmationModal?: {\n    header?: keyof LangDict;\n    active: boolean;\n    content?: keyof LangDict;\n    variant?: ButtonVariant;\n    cancelText?: keyof LangDict;\n    ctaText?: keyof LangDict;\n    case?: string;\n    data?: any;\n    onClick?: (...args: any) => void;\n    onClose?: (...args: any) => void;\n  };\n  activeBreakoutRoomsManager?: {\n    active: boolean;\n    mode?: 'create' | 'edit' | 'view';\n    destinationMeetingId?: string;\n  };\n  activeJoinStage?: boolean;\n  activeChannelCreator?: boolean;\n  image?: ImageMessage;\n  prefs?: UserPreferences;\n  sidebar?: DyteSidebarSection;\n  roomLeftState?: RoomLeftState | 'unauthorized';\n  sidebarFloating?: boolean;\n  participantsTabId?: ParticipantsTabId;\n  [state: string]: any;\n}",
      "docstring": "Global States object which are shared among components",
      "path": "src/types/props.ts"
    },
    "src/types/ui-config/index.ts::UIConfig": {
      "declaration": "export interface UIConfig {\n  designTokens?: DesignTokens;\n  styles?: UIStyles;\n  root?: UIRoot;\n  config?: Config;\n}",
      "docstring": "A UI Config object defines the UI of the meeting",
      "path": "src/types/ui-config/index.ts"
    },
    "src/lib/icons/index.ts::IconPack": {
      "declaration": "{\n  people:\n    '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M4 13.999 13 14a2 2 0 0 1 1.995 1.85L15 16v1.5C14.999 21 11.284 22 8.5 22c-2.722 0-6.335-.956-6.495-4.27L2 17.5v-1.501c0-1.054.816-1.918 1.85-1.995L4 14ZM15.22 14H20c1.054 0 1.918.816 1.994 1.85L22 16v1c-.001 3.062-2.858 4-5 4a7.16 7.16 0 0 1-2.14-.322c.336-.386.607-.827.802-1.327A6.19 6.19 0 0 0 17 19.5l.267-.006c.985-.043 3.086-.363 3.226-2.289L20.5 17v-1a.501.501 0 0 0-.41-.492L20 15.5h-4.051a2.957 2.957 0 0 0-.595-1.34L15.22 14H20h-4.78ZM4 15.499l-.1.01a.51.51 0 0 0-.254.136.506.506 0 0 0-.136.253l-.01.101V17.5c0 1.009.45 1.722 1.417 2.242.826.445 2.003.714 3.266.753l.317.005.317-.005c1.263-.039 2.439-.308 3.266-.753.906-.488 1.359-1.145 1.412-2.057l.005-.186V16a.501.501 0 0 0-.41-.492L13 15.5l-9-.001ZM8.5 3a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9Zm9 2a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7Zm-9-.5c-1.654 0-3 1.346-3 3s1.346 3 3 3 3-1.346 3-3-1.346-3-3-3Zm9 2c-1.103 0-2 .897-2 2s.897 2 2 2 2-.897 2-2-.897-2-2-2Z\" fill=\"currentColor\"/></svg>',\n  people_checked:\n    '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 29 29\"><path fill=\"currentColor\" d=\"M14.58 15.333H2.833a2.667 2.667 0 0 0-2.666 2.666v2l.006.307c.214 4.419 5.031 5.693 8.66 5.693 1.374 0 2.92-.182 4.32-.649a8.53 8.53 0 0 1-.717-1.87c-.93.298-2.027.478-3.18.513l-.423.006-.422-.006c-1.684-.052-3.254-.411-4.355-1.004-1.29-.694-1.89-1.644-1.89-2.99v-2.001l.014-.135a.675.675 0 0 1 .181-.337.68.68 0 0 1 .338-.181l.134-.014h10.31a8.71 8.71 0 0 1 1.436-1.998h.001Zm.253-8.667a6 6 0 1 0-12 0 6 6 0 0 0 12 0Zm-10 0c0-2.205 1.795-4 4-4 2.206 0 4 1.795 4 4s-1.794 4-4 4c-2.205 0-4-1.795-4-4ZM25.5 7.999a4.667 4.667 0 1 0-9.333 0A4.667 4.667 0 0 0 25.5 8Zm-7.333 0a2.67 2.67 0 0 1 2.666-2.666A2.67 2.67 0 0 1 23.5 7.999a2.67 2.67 0 0 1-2.667 2.667 2.67 2.67 0 0 1-2.666-2.667Zm10 13.334a7.333 7.333 0 1 1-14.667 0 7.333 7.333 0 0 1 14.667 0Zm-2.862-3.139a.666.666 0 0 0-.944 0l-4.86 4.863-2.196-2.196a.667.667 0 1 0-.944.944l2.667 2.666a.666.666 0 0 0 .944 0l5.333-5.333a.666.666 0 0 0 0-.944Z\"/></svg>',\n  chat: '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10a9.96 9.96 0 0 1-4.587-1.112l-3.826 1.067a1.25 1.25 0 0 1-1.54-1.54l1.068-3.823A9.96 9.96 0 0 1 2 12C2 6.477 6.477 2 12 2Zm0 1.5A8.5 8.5 0 0 0 3.5 12c0 1.47.373 2.883 1.073 4.137l.15.27-1.112 3.984 3.987-1.112.27.15A8.5 8.5 0 1 0 12 3.5ZM8.75 13h4.498a.75.75 0 0 1 .102 1.493l-.102.007H8.75a.75.75 0 0 1-.102-1.493L8.75 13h4.498H8.75Zm0-3.5h6.505a.75.75 0 0 1 .101 1.493l-.101.007H8.75a.75.75 0 0 1-.102-1.493L8.75 9.5h6.505H8.75Z\" fill=\"currentColor\"/></svg>',\n  poll: '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M11.752 2a2.752 2.752 0 0 1 2.752 2.751V19.25a2.752 2.752 0 1 1-5.504 0V4.75A2.752 2.752 0 0 1 11.752 2Zm7 5a2.752 2.752 0 0 1 2.752 2.751v9.499a2.752 2.752 0 1 1-5.504 0V9.75A2.752 2.752 0 0 1 18.752 7Zm-14 5a2.752 2.752 0 0 1 2.752 2.751v4.499a2.752 2.752 0 0 1-5.504 0V14.75A2.752 2.752 0 0 1 4.752 12Zm7-8.5c-.692 0-1.252.56-1.252 1.251V19.25a1.252 1.252 0 0 0 2.504 0V4.75c0-.691-.56-1.251-1.252-1.251Zm7 5c-.691 0-1.252.56-1.252 1.251v9.499a1.252 1.252 0 0 0 2.504 0V9.75c0-.691-.56-1.251-1.252-1.251Zm-14 5c-.692 0-1.252.56-1.252 1.251v4.499a1.252 1.252 0 1 0 2.504 0V14.75c0-.691-.56-1.252-1.252-1.252Z\" fill=\"currentColor\"/></svg>',\n  participants:\n    '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M14.754 10c.966 0 1.75.784 1.75 1.75v4.749a4.501 4.501 0 0 1-9.002 0V11.75c0-.966.783-1.75 1.75-1.75h5.502Zm0 1.5H9.252a.25.25 0 0 0-.25.25v4.749a3.001 3.001 0 0 0 6.002 0V11.75a.25.25 0 0 0-.25-.25ZM3.75 10h3.381a2.738 2.738 0 0 0-.618 1.5H3.75a.25.25 0 0 0-.25.25v3.249a2.501 2.501 0 0 0 3.082 2.433c.085.504.24.985.453 1.432A4.001 4.001 0 0 1 2 14.999V11.75c0-.966.784-1.75 1.75-1.75Zm13.125 0h3.375c.966 0 1.75.784 1.75 1.75V15a4 4 0 0 1-5.03 3.866c.214-.448.369-.929.455-1.433A2.5 2.5 0 0 0 20.5 15v-3.25a.25.25 0 0 0-.25-.25h-2.757a2.738 2.738 0 0 0-.618-1.5ZM12 3a3 3 0 1 1 0 6 3 3 0 0 1 0-6Zm6.5 1a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Zm-13 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Zm6.5.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Zm6.5 1a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm-13 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2Z\" fill=\"currentColor\"/></svg>',\n  rocket:\n    '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\"><path d=\"M9.35 20.45 14.65 22.7Q15.55 20.9 16.575 19.15Q17.6 17.4 18.75 15.8L14.8 15Q14.8 15 14.8 15Q14.8 15 14.8 15ZM17.05 24.5 23.7 31.15Q26.55 29.85 29.05 28.2Q31.55 26.55 33.1 25Q37.15 20.95 39.05 16.7Q40.95 12.45 41.1 7.1Q35.75 7.25 31.5 9.15Q27.25 11.05 23.2 15.1Q21.65 16.65 20 19.15Q18.35 21.65 17.05 24.5ZM28.5 19.7Q27.5 18.7 27.5 17.225Q27.5 15.75 28.5 14.75Q29.5 13.75 30.975 13.75Q32.45 13.75 33.45 14.75Q34.45 15.75 34.45 17.225Q34.45 18.7 33.45 19.7Q32.45 20.7 30.975 20.7Q29.5 20.7 28.5 19.7ZM27.75 38.85 33.2 33.4Q33.2 33.4 33.2 33.4Q33.2 33.4 33.2 33.4L32.4 29.45Q30.8 30.6 29.05 31.625Q27.3 32.65 25.5 33.55ZM44.05 4.15Q44.5 10.95 42.35 16.55Q40.2 22.15 35.25 27.1Q35.2 27.15 35.15 27.2Q35.1 27.25 35.05 27.3L36.15 32.8Q36.3 33.55 36.075 34.25Q35.85 34.95 35.3 35.5L26.75 44.1L22.5 34.2L14 25.7L4.1 21.45L12.7 12.9Q13.25 12.35 13.95 12.125Q14.65 11.9 15.4 12.05L20.9 13.15Q20.95 13.1 21 13.075Q21.05 13.05 21.1 13Q26.05 8.05 31.65 5.875Q37.25 3.7 44.05 4.15ZM7.45 31.75Q9.2 30 11.725 29.975Q14.25 29.95 16 31.7Q17.75 33.45 17.725 35.975Q17.7 38.5 15.95 40.25Q14.65 41.55 11.925 42.4Q9.2 43.25 3.75 44Q4.5 38.55 5.325 35.8Q6.15 33.05 7.45 31.75ZM9.55 33.9Q8.85 34.65 8.3 36.25Q7.75 37.85 7.35 40.35Q9.85 39.95 11.45 39.4Q13.05 38.85 13.8 38.15Q14.75 37.3 14.775 36.025Q14.8 34.75 13.9 33.8Q12.95 32.9 11.675 32.925Q10.4 32.95 9.55 33.9Z\" fill=\"currentColor\" /></svg>',\n  call_end:\n    '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"m21.903 13.202-.191.816a2.75 2.75 0 0 1-2.955 2.107l-1.755-.178A2.75 2.75 0 0 1 14.6 13.83l-.389-1.686a.25.25 0 0 0-.113-.157c-.321-.197-1.034-.32-2.098-.32-.786 0-1.386.067-1.786.189-.14.043-.238.085-.301.116l-.09.048-.015.04-.409 1.77A2.75 2.75 0 0 1 7 15.948l-1.746.177A2.75 2.75 0 0 1 2.3 14.03l-.196-.817a3.75 3.75 0 0 1 1.13-3.651C5.134 7.839 8.064 7 12 7c3.943 0 6.875.842 8.776 2.57a3.75 3.75 0 0 1 1.172 3.41l-.045.222Zm-1.426-.514a2.25 2.25 0 0 0-.71-2.009C18.184 9.241 15.602 8.5 12 8.5c-3.598 0-6.177.739-7.76 2.172a2.25 2.25 0 0 0-.677 2.19l.196.818a1.25 1.25 0 0 0 1.342.953l1.746-.178a1.25 1.25 0 0 0 1.09-.962l.423-1.82.043-.136c.376-.998 1.591-1.37 3.597-1.37 1.318 0 2.265.164 2.88.54.401.245.687.642.793 1.1l.389 1.685c.12.522.56.909 1.092.963l1.754.178a1.25 1.25 0 0 0 1.343-.958l.192-.816.034-.171Z\" fill=\"currentColor\"/></svg>',\n  share:\n    '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M17 2.498a3.502 3.502 0 1 1-2.597 5.851l-4.558 2.604a3.5 3.5 0 0 1 0 2.093l4.557 2.606a3.502 3.502 0 1 1-.745 1.302L9.1 14.347a3.502 3.502 0 1 1 0-4.698l4.557-2.604A3.502 3.502 0 0 1 17 2.498Zm0 13.5a2.002 2.002 0 1 0 0 4.004 2.002 2.002 0 0 0 0-4.004Zm-10.498-6a2.002 2.002 0 1 0 0 4.004 2.002 2.002 0 0 0 0-4.004Zm10.498-6a2.002 2.002 0 1 0 0 4.004 2.002 2.002 0 0 0 0-4.004Z\" fill=\"currentColor\"/></svg>',\n  mic_on:\n    '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M18.25 11a.75.75 0 0 1 .743.648l.007.102v.5a6.75 6.75 0 0 1-6.249 6.732l-.001 2.268a.75.75 0 0 1-1.493.102l-.007-.102v-2.268a6.75 6.75 0 0 1-6.246-6.496L5 12.25v-.5a.75.75 0 0 1 1.493-.102l.007.102v.5a5.25 5.25 0 0 0 5.034 5.246l.216.004h.5a5.25 5.25 0 0 0 5.246-5.034l.004-.216v-.5a.75.75 0 0 1 .75-.75ZM12 2a4 4 0 0 1 4 4v6a4 4 0 0 1-8 0V6a4 4 0 0 1 4-4Zm0 1.5A2.5 2.5 0 0 0 9.5 6v6a2.5 2.5 0 0 0 5 0V6A2.5 2.5 0 0 0 12 3.5Z\" fill=\"currentColor\"/></svg>',\n  mic_off:\n    '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M3.28 2.22a.75.75 0 1 0-1.06 1.06L8 9.06V12a4 4 0 0 0 6.248 3.309l1.146 1.146A5.227 5.227 0 0 1 12.25 17.5h-.5l-.216-.004A5.25 5.25 0 0 1 6.5 12.25v-.5l-.007-.102A.75.75 0 0 0 5 11.75v.5l.004.236a6.75 6.75 0 0 0 6.246 6.496v2.268l.007.102a.75.75 0 0 0 1.493-.102l.001-2.268a6.718 6.718 0 0 0 3.712-1.458l4.256 4.256a.75.75 0 0 0 1.061-1.06L3.28 2.22Zm9.876 11.997A2.5 2.5 0 0 1 9.5 12v-1.44l3.656 3.657ZM14.5 6v5.318l1.43 1.43c.046-.242.07-.492.07-.748V6a4 4 0 0 0-7.862-1.044L9.5 6.318V6a2.5 2.5 0 0 1 5 0ZM17.196 14.014l1.146 1.146A6.725 6.725 0 0 0 19 12.25v-.5l-.007-.102a.75.75 0 0 0-1.493.102v.5l-.004.216a5.233 5.233 0 0 1-.3 1.548Z\" fill=\"currentColor\"/></svg>',\n  video_on:\n    '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M13.75 4.5A3.25 3.25 0 0 1 17 7.75v.173l3.864-2.318A.75.75 0 0 1 22 6.248V17.75a.75.75 0 0 1-1.136.643L17 16.075v.175a3.25 3.25 0 0 1-3.25 3.25h-8.5A3.25 3.25 0 0 1 2 16.25v-8.5A3.25 3.25 0 0 1 5.25 4.5h8.5Zm0 1.5h-8.5A1.75 1.75 0 0 0 3.5 7.75v8.5c0 .966.784 1.75 1.75 1.75h8.5a1.75 1.75 0 0 0 1.75-1.75v-8.5A1.75 1.75 0 0 0 13.75 6Zm6.75 1.573L17 9.674v4.651l3.5 2.1V7.573Z\" fill=\"currentColor\"/></svg>',\n  video_off:\n    '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M3.28 2.22a.75.75 0 1 0-1.06 1.06l1.567 1.567A3.25 3.25 0 0 0 2 7.75v8.5a3.25 3.25 0 0 0 3.25 3.25h8.5a3.25 3.25 0 0 0 2.903-1.786l4.066 4.067a.75.75 0 0 0 1.061-1.061L3.28 2.22Zm12.196 14.317A1.75 1.75 0 0 1 13.75 18h-8.5a1.75 1.75 0 0 1-1.75-1.75v-8.5c0-.869.633-1.59 1.463-1.727l10.514 10.514ZM15.5 12.318V7.75A1.75 1.75 0 0 0 13.75 6H9.182l-1.5-1.5h6.068A3.25 3.25 0 0 1 17 7.75v.173l3.864-2.318A.75.75 0 0 1 22 6.248V17.75c0 .301-.17.543-.403.665L20.5 17.318V7.573L17 9.674v4.144l-1.5-1.5Z\" fill=\"currentColor\"/></svg>',\n  share_screen_start:\n    '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M2 6.25A2.25 2.25 0 0 1 4.25 4h15.5A2.25 2.25 0 0 1 22 6.25v11.5A2.25 2.25 0 0 1 19.75 20H4.25A2.25 2.25 0 0 1 2 17.75V6.25Zm2.25-.75a.75.75 0 0 0-.75.75v11.5c0 .414.336.75.75.75h15.5a.75.75 0 0 0 .75-.75V6.25a.75.75 0 0 0-.75-.75H4.25Z\"/><path d=\"M12 7.245a.75.75 0 0 1 .53.22l3.255 3.255a.75.75 0 1 1-1.06 1.06L12.75 9.806v6.447a.75.75 0 0 1-1.5 0V9.808L9.28 11.78a.75.75 0 1 1-1.06-1.06l3.25-3.254a.75.75 0 0 1 .53-.22Z\"/></svg>',\n  share_screen_stop:\n    '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M2 6.25A2.25 2.25 0 0 1 4.25 4h15.5A2.25 2.25 0 0 1 22 6.25v11.5A2.25 2.25 0 0 1 19.75 20H4.25A2.25 2.25 0 0 1 2 17.75V6.25Zm2.25-.75a.75.75 0 0 0-.75.75v11.5c0 .414.336.75.75.75h15.5a.75.75 0 0 0 .75-.75V6.25a.75.75 0 0 0-.75-.75H4.25Z\"/><path d=\"M8.22 8.215a.75.75 0 0 1 1.06 0l2.72 2.72 2.725-2.716a.75.75 0 0 1 1.06 1.062l-2.724 2.715 2.724 2.724a.75.75 0 1 1-1.06 1.06L12 13.057 9.28 15.78a.75.75 0 0 1-1.06-1.06l2.72-2.724-2.72-2.72a.75.75 0 0 1 0-1.06Z\"/></svg>',\n  share_screen_person:\n    '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M2 7.25A3.25 3.25 0 0 1 5.25 4h13.5A3.25 3.25 0 0 1 22 7.25V13h-.258a3.74 3.74 0 0 0-1.242-2.545V7.25a1.75 1.75 0 0 0-1.75-1.75H5.25A1.75 1.75 0 0 0 3.5 7.25v9.5c0 .966.784 1.75 1.75 1.75H12v.5c0 .34.04.674.118 1H5.25A3.25 3.25 0 0 1 2 16.75v-9.5ZM21.5 17a1.5 1.5 0 0 1 1.5 1.5v.5c0 1.971-1.86 4-5 4-3.14 0-5-2.029-5-4v-.5a1.5 1.5 0 0 1 1.5-1.5h7ZM18 10.5a2.75 2.75 0 1 1 0 5.5 2.75 2.75 0 0 1 0-5.5Z\" fill=\"currentColor\"/></svg>',\n  clock:\n    '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12 2c5.523 0 10 4.478 10 10s-4.477 10-10 10S2 17.522 2 12 6.477 2 12 2Zm0 1.667c-4.595 0-8.333 3.738-8.333 8.333 0 4.595 3.738 8.333 8.333 8.333 4.595 0 8.333-3.738 8.333-8.333 0-4.595-3.738-8.333-8.333-8.333ZM11.25 6a.75.75 0 0 1 .743.648L12 6.75V12h3.25a.75.75 0 0 1 .102 1.493l-.102.007h-4a.75.75 0 0 1-.743-.648l-.007-.102v-6a.75.75 0 0 1 .75-.75Z\" fill=\"currentColor\"/></svg>',\n  dismiss:\n    '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"m4.397 4.554.073-.084a.75.75 0 0 1 .976-.073l.084.073L12 10.939l6.47-6.47a.75.75 0 1 1 1.06 1.061L13.061 12l6.47 6.47a.75.75 0 0 1 .072.976l-.073.084a.75.75 0 0 1-.976.073l-.084-.073L12 13.061l-6.47 6.47a.75.75 0 0 1-1.06-1.061L10.939 12l-6.47-6.47a.75.75 0 0 1-.072-.976l.073-.084-.073.084Z\" fill=\"currentColor\"/></svg>',\n  send: '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M5.694 12 2.299 3.272c-.236-.607.356-1.188.942-.982l.093.04 18 9a.75.75 0 0 1 .097 1.283l-.097.058-18 9a.75.75 0 0 1-1.065-.847l.03-.096L5.694 12 2.299 3.272 5.694 12ZM4.402 4.54l2.61 6.71h6.627a.75.75 0 0 1 .743.648l.007.102a.75.75 0 0 1-.649.743l-.101.007H7.01l-2.609 6.71L19.322 12 4.401 4.54Z\" fill=\"currentColor\"/></svg>',\n  search:\n    '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M10 2.75a7.25 7.25 0 0 1 5.63 11.819l4.9 4.9a.75.75 0 0 1-.976 1.134l-.084-.073-4.901-4.9A7.25 7.25 0 1 1 10 2.75Zm0 1.5a5.75 5.75 0 1 0 0 11.5 5.75 5.75 0 0 0 0-11.5Z\" fill=\"currentColor\"/</svg>',\n  more_vertical:\n    '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12 7.75a1.75 1.75 0 1 1 0-3.5 1.75 1.75 0 0 1 0 3.5ZM12 13.75a1.75 1.75 0 1 1 0-3.5 1.75 1.75 0 0 1 0 3.5ZM10.25 18a1.75 1.75 0 1 0 3.5 0 1.75 1.75 0 0 0-3.5 0Z\" fill=\"currentColor\"/></svg>',\n  chevron_down:\n    '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M4.22 8.47a.75.75 0 0 1 1.06 0L12 15.19l6.72-6.72a.75.75 0 1 1 1.06 1.06l-7.25 7.25a.75.75 0 0 1-1.06 0L4.22 9.53a.75.75 0 0 1 0-1.06Z\" fill=\"currentColor\"/></svg>',\n  chevron_up:\n    '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M4.22 15.53a.75.75 0 0 0 1.06 0L12 8.81l6.72 6.72a.75.75 0 1 0 1.06-1.06l-7.25-7.25a.75.75 0 0 0-1.06 0l-7.25 7.25a.75.75 0 0 0 0 1.06Z\" fill=\"currentColor\"/></svg>',\n  chevron_left:\n    '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M15.53 4.22a.75.75 0 0 1 0 1.06L8.81 12l6.72 6.72a.75.75 0 1 1-1.06 1.06l-7.25-7.25a.75.75 0 0 1 0-1.06l7.25-7.25a.75.75 0 0 1 1.06 0Z\" fill=\"currentColor\"/></svg>',\n  chevron_right:\n    '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M8.47 4.22a.75.75 0 0 0 0 1.06L15.19 12l-6.72 6.72a.75.75 0 1 0 1.06 1.06l7.25-7.25a.75.75 0 0 0 0-1.06L9.53 4.22a.75.75 0 0 0-1.06 0Z\" fill=\"currentColor\"/></svg>',\n  settings:\n    '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12.012 2.25c.734.008 1.465.093 2.182.253a.75.75 0 0 1 .582.649l.17 1.527a1.384 1.384 0 0 0 1.927 1.116l1.401-.615a.75.75 0 0 1 .85.174 9.792 9.792 0 0 1 2.204 3.792.75.75 0 0 1-.271.825l-1.242.916a1.381 1.381 0 0 0 0 2.226l1.243.915a.75.75 0 0 1 .272.826 9.797 9.797 0 0 1-2.204 3.792.75.75 0 0 1-.848.175l-1.407-.617a1.38 1.38 0 0 0-1.926 1.114l-.169 1.526a.75.75 0 0 1-.572.647 9.518 9.518 0 0 1-4.406 0 .75.75 0 0 1-.572-.647l-.168-1.524a1.382 1.382 0 0 0-1.926-1.11l-1.406.616a.75.75 0 0 1-.849-.175 9.798 9.798 0 0 1-2.204-3.796.75.75 0 0 1 .272-.826l1.243-.916a1.38 1.38 0 0 0 0-2.226l-1.243-.914a.75.75 0 0 1-.271-.826 9.793 9.793 0 0 1 2.204-3.792.75.75 0 0 1 .85-.174l1.4.615a1.387 1.387 0 0 0 1.93-1.118l.17-1.526a.75.75 0 0 1 .583-.65c.717-.159 1.45-.243 2.201-.252Zm0 1.5a9.135 9.135 0 0 0-1.354.117l-.109.977A2.886 2.886 0 0 1 6.525 7.17l-.898-.394a8.293 8.293 0 0 0-1.348 2.317l.798.587a2.881 2.881 0 0 1 0 4.643l-.799.588c.32.842.776 1.626 1.348 2.322l.905-.397a2.882 2.882 0 0 1 4.017 2.318l.11.984c.889.15 1.798.15 2.687 0l.11-.984a2.881 2.881 0 0 1 4.018-2.322l.905.396a8.296 8.296 0 0 0 1.347-2.318l-.798-.588a2.881 2.881 0 0 1 0-4.643l.796-.587a8.293 8.293 0 0 0-1.348-2.317l-.896.393a2.884 2.884 0 0 1-4.023-2.324l-.11-.976a8.988 8.988 0 0 0-1.333-.117ZM12 8.25a3.75 3.75 0 1 1 0 7.5 3.75 3.75 0 0 1 0-7.5Zm0 1.5a2.25 2.25 0 1 0 0 4.5 2.25 2.25 0 0 0 0-4.5Z\" fill=\"currentColor\"/></svg>',\n  wifi: '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M17.745 10.75a8.291 8.291 0 0 1 1.492 2.07.75.75 0 1 1-1.335.683 6.798 6.798 0 0 0-1.218-1.692 6.562 6.562 0 0 0-10.493 1.673.75.75 0 1 1-1.339-.677 8.062 8.062 0 0 1 12.893-2.057Zm-2.102 3.07c.448.447.816.997 1.072 1.582a.75.75 0 1 1-1.373.602 3.72 3.72 0 0 0-.76-1.124 3.592 3.592 0 0 0-5.08 0c-.31.31-.562.689-.746 1.11a.75.75 0 1 1-1.375-.6 5.11 5.11 0 0 1 1.061-1.57 5.092 5.092 0 0 1 7.201 0Zm4.805-5.541c.51.509.99 1.09 1.409 1.697a.75.75 0 0 1-1.235.852 10.822 10.822 0 0 0-1.234-1.489c-4.08-4.08-10.695-4.08-14.776 0-.421.422-.84.934-1.222 1.484a.75.75 0 0 1-1.232-.855c.43-.62.905-1.2 1.394-1.69 4.666-4.665 12.23-4.665 16.896 0Zm-7.387 8.16a1.5 1.5 0 1 1-2.122 2.122 1.5 1.5 0 0 1 2.122-2.122Z\" fill=\"currentColor\"/></svg>',\n  speaker:\n    '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M15 4.25c0-1.079-1.274-1.65-2.08-.934L8.427 7.309a.75.75 0 0 1-.498.19H4.25A2.25 2.25 0 0 0 2 9.749v4.497a2.25 2.25 0 0 0 2.25 2.25h3.68a.75.75 0 0 1 .498.19l4.491 3.994c.806.716 2.081.144 2.081-.934V4.25ZM9.425 8.43 13.5 4.807v14.382l-4.075-3.624a2.25 2.25 0 0 0-1.495-.569H4.25a.75.75 0 0 1-.75-.75V9.75a.75.75 0 0 1 .75-.75h3.68a2.25 2.25 0 0 0 1.495-.569ZM18.992 5.897a.75.75 0 0 1 1.049.157A9.959 9.959 0 0 1 22 12a9.96 9.96 0 0 1-1.96 5.946.75.75 0 0 1-1.205-.892A8.459 8.459 0 0 0 20.5 12a8.459 8.459 0 0 0-1.665-5.054.75.75 0 0 1 .157-1.049Z\" /><path d=\"M17.143 8.37a.75.75 0 0 1 1.017.302c.536.99.84 2.125.84 3.328a6.973 6.973 0 0 1-.84 3.328.75.75 0 0 1-1.32-.714c.42-.777.66-1.666.66-2.614s-.24-1.837-.66-2.614a.75.75 0 0 1 .303-1.017Z\"/></svg>',\n  speaker_off:\n    '<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\"><path d=\"M3.28 2.22a.75.75 0 1 0-1.06 1.06L6.438 7.5H4.25A2.25 2.25 0 0 0 2 9.749v4.497a2.25 2.25 0 0 0 2.25 2.25h3.68a.75.75 0 0 1 .498.19l4.491 3.994c.806.716 2.081.144 2.081-.934V16.06l5.72 5.72a.75.75 0 0 0 1.06-1.061L3.28 2.22ZM13.5 14.56v4.629l-4.075-3.624a2.25 2.25 0 0 0-1.495-.569H4.25a.75.75 0 0 1-.75-.75V9.75a.75.75 0 0 1 .75-.75h3.688L13.5 14.56ZM13.5 4.807v5.511l1.5 1.5V4.25c0-1.079-1.274-1.65-2.08-.934l-3.4 3.022 1.063 1.063L13.5 4.807ZM17.141 13.96l1.138 1.137A6.974 6.974 0 0 0 19 12a6.973 6.973 0 0 0-.84-3.328.75.75 0 0 0-1.32.714c.42.777.66 1.666.66 2.614 0 .691-.127 1.351-.359 1.96ZM19.388 16.206l1.093 1.094A9.955 9.955 0 0 0 22 12a9.959 9.959 0 0 0-1.96-5.946.75.75 0 0 0-1.205.892A8.46 8.46 0 0 1 20.5 12a8.458 8.458 0 0 1-1.112 4.206Z\"/></svg>',\n  download:\n    '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M18.25 20.5a.75.75 0 1 1 0 1.5l-13 .004a.75.75 0 1 1 0-1.5l13-.004ZM11.648 2.012l.102-.007a.75.75 0 0 1 .743.648l.007.102-.001 13.685 3.722-3.72a.75.75 0 0 1 .976-.073l.085.073a.75.75 0 0 1 .072.976l-.073.084-4.997 4.997a.75.75 0 0 1-.976.073l-.085-.073-5.003-4.996a.75.75 0 0 1 .976-1.134l.084.072 3.719 3.714L11 2.755a.75.75 0 0 1 .648-.743l.102-.007-.102.007Z\" fill=\"currentColor\"/></svg>',\n  full_screen_maximize:\n    '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M4.5 5.75c0-.69.56-1.25 1.25-1.25h2a.75.75 0 0 0 0-1.5h-2A2.75 2.75 0 0 0 3 5.75v2a.75.75 0 0 0 1.5 0v-2ZM4.5 18.25c0 .69.56 1.25 1.25 1.25h2a.75.75 0 0 1 0 1.5h-2A2.75 2.75 0 0 1 3 18.25v-2a.75.75 0 0 1 1.5 0v2ZM18.25 4.5c.69 0 1.25.56 1.25 1.25v2a.75.75 0 0 0 1.5 0v-2A2.75 2.75 0 0 0 18.25 3h-2a.75.75 0 0 0 0 1.5h2ZM19.5 18.25c0 .69-.56 1.25-1.25 1.25h-2a.75.75 0 0 0 0 1.5h2A2.75 2.75 0 0 0 21 18.25v-2a.75.75 0 0 0-1.5 0v2Z\" fill=\"currentColor\"/></svg>',\n  full_screen_minimize:\n    '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M8.5 3.75a.75.75 0 0 0-1.5 0v2.5a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 0 0 1.5h2.5A2.25 2.25 0 0 0 8.5 6.25v-2.5ZM8.5 20.25a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 0-.75-.75h-2.5a.75.75 0 0 1 0-1.5h2.5a2.25 2.25 0 0 1 2.25 2.25v2.5ZM16.25 3a.75.75 0 0 0-.75.75v2.5a2.25 2.25 0 0 0 2.25 2.25h2.5a.75.75 0 0 0 0-1.5h-2.5a.75.75 0 0 1-.75-.75v-2.5a.75.75 0 0 0-.75-.75ZM15.5 20.25a.75.75 0 0 0 1.5 0v-2.5a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 0 0-1.5h-2.5a2.25 2.25 0 0 0-2.25 2.25v2.5Z\" fill=\"currentColor\"/></svg>',\n  copy: '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M5.503 4.627 5.5 6.75v10.504a3.25 3.25 0 0 0 3.25 3.25h8.616a2.251 2.251 0 0 1-2.122 1.5H8.75A4.75 4.75 0 0 1 4 17.254V6.75c0-.98.627-1.815 1.503-2.123ZM17.75 2A2.25 2.25 0 0 1 20 4.25v13a2.25 2.25 0 0 1-2.25 2.25h-9a2.25 2.25 0 0 1-2.25-2.25v-13A2.25 2.25 0 0 1 8.75 2h9Zm0 1.5h-9a.75.75 0 0 0-.75.75v13c0 .414.336.75.75.75h9a.75.75 0 0 0 .75-.75v-13a.75.75 0 0 0-.75-.75Z\" fill=\"currentColor\"/></svg>',\n  attach:\n    '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M11.772 3.743a6 6 0 0 1 8.66 8.302l-.19.197-8.8 8.798-.036.03a3.723 3.723 0 0 1-5.489-4.973.764.764 0 0 1 .085-.13l.054-.06.086-.088.142-.148.002.003 7.436-7.454a.75.75 0 0 1 .977-.074l.084.073a.75.75 0 0 1 .074.976l-.073.084-7.594 7.613a2.23 2.23 0 0 0 3.174 3.106l8.832-8.83A4.502 4.502 0 0 0 13 4.644l-.168.16-.013.014-9.536 9.536a.75.75 0 0 1-1.133-.977l.072-.084 9.549-9.55h.002Z\" fill=\"currentColor\"/></svg>',\n  image:\n    '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M17.75 3A3.25 3.25 0 0 1 21 6.25v11.5A3.25 3.25 0 0 1 17.75 21H6.25A3.25 3.25 0 0 1 3 17.75V6.25A3.25 3.25 0 0 1 6.25 3h11.5Zm.58 16.401-5.805-5.686a.75.75 0 0 0-.966-.071l-.084.07-5.807 5.687c.182.064.378.099.582.099h11.5c.203 0 .399-.035.58-.099l-5.805-5.686L18.33 19.4ZM17.75 4.5H6.25A1.75 1.75 0 0 0 4.5 6.25v11.5c0 .208.036.408.103.594l5.823-5.701a2.25 2.25 0 0 1 3.02-.116l.128.116 5.822 5.702c.067-.186.104-.386.104-.595V6.25a1.75 1.75 0 0 0-1.75-1.75Zm-2.498 2a2.252 2.252 0 1 1 0 4.504 2.252 2.252 0 0 1 0-4.504Zm0 1.5a.752.752 0 1 0 0 1.504.752.752 0 0 0 0-1.504Z\" fill=\"currentColor\"/></svg>',\n  emoji_multiple:\n    '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M8.5 2a6.503 6.503 0 0 1 6.312 4.943c-.515.01-1.02.068-1.506.171a5 5 0 1 0-6.191 6.191 8.053 8.053 0 0 0-.172 1.507A6.5 6.5 0 0 1 8.5 2Zm.16 8.006c.355-.451.759-.864 1.202-1.23a3.5 3.5 0 0 0-4.022.95.75.75 0 1 0 1.14.974 2 2 0 0 1 1.68-.694ZM7.5 6.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm1 8a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm5.458 2.042a.75.75 0 0 1 .082 1.058 4 4 0 0 1-6.075.005.75.75 0 0 1 1.138-.977 2.499 2.499 0 0 0 3.797-.003.75.75 0 0 1 1.058-.083ZM17.5 14.5a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM15 22a7 7 0 1 0 0-14 7 7 0 0 0 0 14Zm0-1.5a5.5 5.5 0 1 1 0-11 5.5 5.5 0 0 1 0 11Z\" fill=\"currentColor\"/></svg>',\n  image_off:\n    '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M3.28 2.22a.75.75 0 1 0-1.06 1.06l1.263 1.264A3.235 3.235 0 0 0 3 6.25v11.5A3.25 3.25 0 0 0 6.25 21h11.5c.626 0 1.21-.177 1.706-.483l1.263 1.264a.75.75 0 0 0 1.061-1.061L3.28 2.22Zm8.788 10.909 6.206 6.206.056.066a1.746 1.746 0 0 1-.58.099H6.25c-.204 0-.4-.035-.582-.099l5.807-5.686.593-.586Zm-.95-.95a2.245 2.245 0 0 0-.692.464l-5.823 5.7a1.747 1.747 0 0 1-.103-.593V6.25c0-.206.036-.404.101-.588l6.518 6.518ZM19.5 16.318V6.25a1.75 1.75 0 0 0-1.75-1.75H7.682L6.182 3H17.75A3.25 3.25 0 0 1 21 6.25v11.568l-1.5-1.5Z\" fill=\"currentColor\"/><path d=\"M15.252 6.5a2.252 2.252 0 1 1 0 4.504 2.252 2.252 0 0 1 0-4.504Zm0 1.5a.752.752 0 1 0 0 1.504.752.752 0 0 0 0-1.504Z\" fill=\"currentColor\"/></svg>',\n  disconnected:\n    '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M3.28 2.22a.75.75 0 0 0-1.06 1.06l3.364 3.365a11.99 11.99 0 0 0-2.033 1.634c-.49.489-.964 1.069-1.394 1.689a.75.75 0 1 0 1.233.855c.381-.55.8-1.062 1.222-1.484a10.468 10.468 0 0 1 2.063-1.604l1.591 1.592a8.062 8.062 0 0 0-1.923 1.424c-.61.61-1.109 1.3-1.491 2.056a.75.75 0 1 0 1.338.677 6.51 6.51 0 0 1 1.214-1.673 6.546 6.546 0 0 1 1.984-1.362l1.93 1.93a5.07 5.07 0 0 0-2.876 1.44 5.11 5.11 0 0 0-1.061 1.57.75.75 0 0 0 1.374.602c.185-.422.437-.8.747-1.111a3.59 3.59 0 0 1 3.36-.958l7.858 7.858a.75.75 0 0 0 1.06-1.06L3.28 2.22Zm8.304 6.182 1.584 1.584a6.532 6.532 0 0 1 3.516 1.825 6.798 6.798 0 0 1 1.217 1.692.75.75 0 1 0 1.336-.683 8.292 8.292 0 0 0-1.492-2.07 8.042 8.042 0 0 0-6.16-2.348ZM8.487 5.305 9.713 6.53a10.44 10.44 0 0 1 10.908 4.297.75.75 0 1 0 1.235-.852 11.946 11.946 0 0 0-13.369-4.67Zm4.573 11.134a1.5 1.5 0 1 1-2.121 2.122 1.5 1.5 0 0 1 2.121-2.122Z\" fill=\"currentColor\"/></svg>',\n  wand: '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"m13.314 7.565-.136.126-10.48 10.488a2.27 2.27 0 0 0 3.211 3.208L16.388 10.9a2.251 2.251 0 0 0-.001-3.182l-.157-.146a2.25 2.25 0 0 0-2.916-.007Zm-.848 2.961 1.088 1.088-8.706 8.713a.77.77 0 1 1-1.089-1.088l8.707-8.713Zm4.386 4.48L16.75 15a.75.75 0 0 0-.743.648L16 15.75v.75h-.75a.75.75 0 0 0-.743.648l-.007.102c0 .38.282.694.648.743l.102.007H16v.75c0 .38.282.694.648.743l.102.007a.75.75 0 0 0 .743-.648l.007-.102V18h.75a.75.75 0 0 0 .743-.648L19 17.25a.75.75 0 0 0-.648-.743l-.102-.007h-.75v-.75a.75.75 0 0 0-.648-.743L16.75 15l.102.007Zm-1.553-6.254.027.027a.751.751 0 0 1 0 1.061l-.711.713-1.089-1.089.73-.73a.75.75 0 0 1 1.043.018ZM6.852 5.007 6.75 5a.75.75 0 0 0-.743.648L6 5.75v.75h-.75a.75.75 0 0 0-.743.648L4.5 7.25c0 .38.282.693.648.743L5.25 8H6v.75c0 .38.282.693.648.743l.102.007a.75.75 0 0 0 .743-.648L7.5 8.75V8h.75a.75.75 0 0 0 .743-.648L9 7.25a.75.75 0 0 0-.648-.743L8.25 6.5H7.5v-.75a.75.75 0 0 0-.648-.743L6.75 5l.102.007Zm12-2L18.75 3a.75.75 0 0 0-.743.648L18 3.75v.75h-.75a.75.75 0 0 0-.743.648l-.007.102c0 .38.282.693.648.743L17.25 6H18v.75c0 .38.282.693.648.743l.102.007a.75.75 0 0 0 .743-.648l.007-.102V6h.75a.75.75 0 0 0 .743-.648L21 5.25a.75.75 0 0 0-.648-.743L20.25 4.5h-.75v-.75a.75.75 0 0 0-.648-.743L18.75 3l.102.007Z\" fill=\"currentColor\"/></svg>',\n  recording:\n    '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 18a6 6 0 1 0 0-12 6 6 0 0 0 0 12Z\"/><path d=\"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2ZM3.5 12a8.5 8.5 0 1 1 17 0 8.5 8.5 0 0 1-17 0Z\"/></svg>',\n  subtract:\n    '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M3.755 12.5h16.492a.75.75 0 0 0 0-1.5H3.755a.75.75 0 0 0 0 1.5Z\" fill=\"currentColor\"/></svg>',\n  stop_recording:\n    '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12 3.5C9.74566 3.5 7.58365 4.39553 5.98959 5.98959C4.39553 7.58365 3.5 9.74566 3.5 12C3.5 14.2543 4.39553 16.4163 5.98959 18.0104C7.58365 19.6045 9.74566 20.5 12 20.5C14.2543 20.5 16.4163 19.6045 18.0104 18.0104C19.6045 16.4163 20.5 14.2543 20.5 12C20.5 9.74566 19.6045 7.58365 18.0104 5.98959C16.4163 4.39553 14.2543 3.5 12 3.5ZM2 12C2 6.477 6.477 2 12 2C17.523 2 22 6.477 22 12C22 17.523 17.523 22 12 22C6.477 22 2 17.523 2 12ZM8 9.5C8 9.10218 8.15804 8.72064 8.43934 8.43934C8.72064 8.15804 9.10218 8 9.5 8H14.5C14.8978 8 15.2794 8.15804 15.5607 8.43934C15.842 8.72064 16 9.10218 16 9.5V14.5C16 14.8978 15.842 15.2794 15.5607 15.5607C15.2794 15.842 14.8978 16 14.5 16H9.5C9.10218 16 8.72064 15.842 8.43934 15.5607C8.15804 15.2794 8 14.8978 8 14.5V9.5Z\" fill=\"currentColor\"/></svg>',\n  warning:\n    '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M10.91 2.782a2.25 2.25 0 0 1 2.975.74l.083.138 7.759 14.009a2.25 2.25 0 0 1-1.814 3.334l-.154.006H4.243a2.25 2.25 0 0 1-2.041-3.197l.072-.143L10.031 3.66a2.25 2.25 0 0 1 .878-.878Zm9.505 15.613-7.76-14.008a.75.75 0 0 0-1.254-.088l-.057.088-7.757 14.008a.75.75 0 0 0 .561 1.108l.095.006h15.516a.75.75 0 0 0 .696-1.028l-.04-.086-7.76-14.008 7.76 14.008ZM12 16.002a.999.999 0 1 1 0 1.997.999.999 0 0 1 0-1.997ZM11.995 8.5a.75.75 0 0 1 .744.647l.007.102.004 4.502a.75.75 0 0 1-1.494.103l-.006-.102-.004-4.502a.75.75 0 0 1 .75-.75Z\" fill=\"currentColor\"/></svg>',\n  pin: '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"m16.242 2.932 4.826 4.826a2.75 2.75 0 0 1-.715 4.404l-4.87 2.435a.75.75 0 0 0-.374.426l-1.44 4.166a1.25 1.25 0 0 1-2.065.476L8.5 16.561 4.06 21H3v-1.06l4.44-4.44-3.105-3.104a1.25 1.25 0 0 1 .476-2.066l4.166-1.44a.75.75 0 0 0 .426-.373l2.435-4.87a2.75 2.75 0 0 1 4.405-.715Zm3.766 5.886-4.826-4.826a1.25 1.25 0 0 0-2.002.325l-2.435 4.871a2.25 2.25 0 0 1-1.278 1.12l-3.789 1.31 6.705 6.704 1.308-3.789a2.25 2.25 0 0 1 1.12-1.277l4.872-2.436a1.25 1.25 0 0 0 .325-2.002Z\" fill=\"currentColor\"/></svg>',\n  pin_off:\n    '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M3.28 2.22a.75.75 0 0 0-1.06 1.06l5.905 5.905L4.81 10.33a1.25 1.25 0 0 0-.476 2.065L7.439 15.5 3 19.94V21h1.06l4.44-4.44 3.105 3.105a1.25 1.25 0 0 0 2.065-.476l1.145-3.313 5.905 5.904a.75.75 0 0 0 1.06-1.06L3.28 2.22Zm10.355 12.476-1.252 3.626-6.705-6.705 3.626-1.252 4.331 4.331Zm6.048-3.876-3.787 1.894 1.118 1.118 3.34-1.67a2.75 2.75 0 0 0 .714-4.404l-4.825-4.826a2.75 2.75 0 0 0-4.405.715l-1.67 3.34 1.118 1.117 1.894-3.787a1.25 1.25 0 0 1 2.002-.325l4.826 4.826a1.25 1.25 0 0 1-.325 2.002Z\" fill=\"currentColor\"/></svg>',\n  spinner:\n    '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"none\"><circle cx=\"12\" cy=\"12\" r=\"10\" stroke-width=\"2\" stroke=\"currentColor\" stroke-opacity=\"0.2\" vector-effect=\"non-scaling-stroke\"/><path d=\"M22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" vector-effect=\"non-scaling-stroke\"/></svg>',\n  breakout_rooms:\n    '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M10.5 3a2.25 2.25 0 0 1 2.25 2.25v6h6A2.25 2.25 0 0 1 21 13.5v5.25A2.25 2.25 0 0 1 18.75 21H5.25A2.25 2.25 0 0 1 3 18.75V5.25A2.25 2.25 0 0 1 5.25 3h5.25Zm.75 9.75H4.5v6c0 .414.336.75.75.75h5.999l.001-6.75Zm7.5 0h-6.001v6.75h6.001a.75.75 0 0 0 .75-.75V13.5a.75.75 0 0 0-.75-.75ZM10.5 4.5H5.25a.75.75 0 0 0-.75.75v6h6.75v-6a.75.75 0 0 0-.75-.75Zm7.398-2.493L18 2a.75.75 0 0 1 .743.648l.007.102v2.5h2.5a.75.75 0 0 1 .743.648L22 6a.75.75 0 0 1-.648.743l-.102.007h-2.5v2.5a.75.75 0 0 1-.648.743L18 10a.75.75 0 0 1-.743-.648l-.007-.102v-2.5h-2.5a.75.75 0 0 1-.743-.648L14 6a.75.75 0 0 1 .648-.743l.102-.007h2.5v-2.5a.75.75 0 0 1 .648-.743Z\" fill=\"currentColor\"/></svg>',\n  add: '<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M11.75 3a.75.75 0 0 1 .743.648l.007.102.001 7.25h7.253a.75.75 0 0 1 .102 1.493l-.102.007h-7.253l.002 7.25a.75.75 0 0 1-1.493.101l-.007-.102-.002-7.249H3.752a.75.75 0 0 1-.102-1.493L3.752 11h7.25L11 3.75a.75.75 0 0 1 .75-.75Z\" fill=\"currentColor\"/></svg>',\n  shuffle:\n    '<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M14.0058 8.11111H18.7947L16.9613 9.94444C16.9095 9.99587 16.8684 10.057 16.8402 10.1243C16.812 10.1917 16.7974 10.2639 16.7971 10.3369C16.7966 10.4843 16.8547 10.6259 16.9586 10.7306C17.01 10.7823 17.0711 10.8235 17.1385 10.8517C17.2058 10.8799 17.278 10.8945 17.351 10.8947C17.4985 10.8953 17.64 10.8372 17.7447 10.7333L20.8891 7.59999L20.4947 7.20555L17.7447 4.46111C17.64 4.35723 17.4985 4.29917 17.351 4.29969C17.2036 4.30021 17.0624 4.35927 16.9586 4.46388C16.8547 4.5685 16.7966 4.71009 16.7971 4.85751C16.7977 5.00494 16.8567 5.14612 16.9613 5.24999L18.728 6.99999H13.6669C13.5699 7.00058 13.4748 7.02653 13.391 7.07526C13.3072 7.12399 13.2376 7.19381 13.1891 7.27777L11.7224 9.82777L12.3669 10.9389L14.0058 8.11111Z\" fill=\"currentColor\"/><path d=\"M8.15022 15.9278H3.66688C3.51954 15.9278 3.37823 15.9863 3.27405 16.0905C3.16986 16.1947 3.11133 16.336 3.11133 16.4833C3.11133 16.6307 3.16986 16.772 3.27405 16.8762C3.37823 16.9804 3.51954 17.0389 3.66688 17.0389H8.47244C8.56939 17.0383 8.6645 17.0124 8.74832 16.9636C8.83214 16.9149 8.90174 16.8451 8.95022 16.7611L10.4335 14.2222L9.77799 13.1111L8.15022 15.9278Z\"/><path d=\"M17.7447 13.2056C17.64 13.1017 17.4985 13.0436 17.351 13.0441C17.2036 13.0447 17.0624 13.1037 16.9586 13.2083C16.8547 13.3129 16.7966 13.4545 16.7971 13.602C16.7977 13.7494 16.8567 13.8906 16.9613 13.9944L18.9058 15.9389H14.0058L8.95022 7.29444C8.90174 7.21047 8.83214 7.14066 8.74832 7.09193C8.6645 7.04319 8.56939 7.01725 8.47244 7.01666H3.66688C3.51954 7.01666 3.37823 7.07519 3.27405 7.17938C3.16986 7.28357 3.11133 7.42487 3.11133 7.57222C3.11133 7.71956 3.16986 7.86087 3.27405 7.96505C3.37823 8.06924 3.51954 8.12777 3.66688 8.12777H8.15022L13.2058 16.7667C13.2542 16.8506 13.3239 16.9204 13.4077 16.9692C13.4915 17.0179 13.5866 17.0439 13.6836 17.0444H18.6113L16.9447 18.7111C16.8929 18.7625 16.8517 18.8237 16.8235 18.891C16.7954 18.9584 16.7807 19.0306 16.7805 19.1036C16.7802 19.1766 16.7943 19.2489 16.822 19.3165C16.8497 19.384 16.8905 19.4454 16.9419 19.4972C16.9933 19.549 17.0545 19.5902 17.1218 19.6184C17.1891 19.6465 17.2614 19.6612 17.3344 19.6614C17.4074 19.6617 17.4797 19.6476 17.5472 19.6199C17.6148 19.5922 17.6762 19.5514 17.728 19.5L20.478 16.7556L20.8724 16.3611L17.7447 13.2056Z\"/></svg>',\n  edit: '<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.03 2.97a3.578 3.578 0 0 1 0 5.06L9.062 20a2.25 2.25 0 0 1-.999.58l-5.116 1.395a.75.75 0 0 1-.92-.921l1.395-5.116a2.25 2.25 0 0 1 .58-.999L15.97 2.97a3.578 3.578 0 0 1 5.06 0ZM15 6.06 5.062 16a.75.75 0 0 0-.193.333l-1.05 3.85 3.85-1.05A.75.75 0 0 0 8 18.938L17.94 9 15 6.06Zm2.03-2.03-.97.97L19 7.94l.97-.97a2.079 2.079 0 0 0-2.94-2.94Z\" fill=\"currentColor\"/></svg>',\n  delete:\n    '<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12 1.75a3.25 3.25 0 0 1 3.245 3.066L15.25 5h5.25a.75.75 0 0 1 .102 1.493L20.5 6.5h-.796l-1.28 13.02a2.75 2.75 0 0 1-2.561 2.474l-.176.006H8.313a2.75 2.75 0 0 1-2.714-2.307l-.023-.174L4.295 6.5H3.5a.75.75 0 0 1-.743-.648L2.75 5.75a.75.75 0 0 1 .648-.743L3.5 5h5.25A3.25 3.25 0 0 1 12 1.75Zm6.197 4.75H5.802l1.267 12.872a1.25 1.25 0 0 0 1.117 1.122l.127.006h7.374c.6 0 1.109-.425 1.225-1.002l.02-.126L18.196 6.5ZM13.75 9.25a.75.75 0 0 1 .743.648L14.5 10v7a.75.75 0 0 1-1.493.102L13 17v-7a.75.75 0 0 1 .75-.75Zm-3.5 0a.75.75 0 0 1 .743.648L11 10v7a.75.75 0 0 1-1.493.102L9.5 17v-7a.75.75 0 0 1 .75-.75Zm1.75-6a1.75 1.75 0 0 0-1.744 1.606L10.25 5h3.5A1.75 1.75 0 0 0 12 3.25Z\" fill=\"currentColor\"/></svg>',\n  back: '<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M4.75 2a.75.75 0 0 1 .743.648l.007.102v5.69l4.574-4.56a6.41 6.41 0 0 1 8.879-.179l.186.18a6.41 6.41 0 0 1 0 9.063l-8.846 8.84a.75.75 0 0 1-1.06-1.062l8.845-8.838a4.91 4.91 0 0 0-6.766-7.112l-.178.17L6.562 9.5h5.688a.75.75 0 0 1 .743.648l.007.102a.75.75 0 0 1-.648.743L12.25 11h-7.5a.75.75 0 0 1-.743-.648L4 10.25v-7.5A.75.75 0 0 1 4.75 2Z\" fill=\"currentColor\"/></svg>',\n  save: '<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M3 5.75A2.75 2.75 0 0 1 5.75 3h9.964a3.25 3.25 0 0 1 2.299.952l2.035 2.035c.61.61.952 1.437.952 2.299v9.964A2.75 2.75 0 0 1 18.25 21H5.75A2.75 2.75 0 0 1 3 18.25V5.75ZM5.75 4.5c-.69 0-1.25.56-1.25 1.25v12.5c0 .69.56 1.25 1.25 1.25H6v-5.25A2.25 2.25 0 0 1 8.25 12h7.5A2.25 2.25 0 0 1 18 14.25v5.25h.25c.69 0 1.25-.56 1.25-1.25V8.286c0-.465-.184-.91-.513-1.238l-2.035-2.035a1.75 1.75 0 0 0-.952-.49V7.25a2.25 2.25 0 0 1-2.25 2.25h-4.5A2.25 2.25 0 0 1 7 7.25V4.5H5.75Zm10.75 15v-5.25a.75.75 0 0 0-.75-.75h-7.5a.75.75 0 0 0-.75.75v5.25h9Zm-8-15v2.75c0 .414.336.75.75.75h4.5a.75.75 0 0 0 .75-.75V4.5h-6Z\" fill=\"currentColor\"/></svg>',\n  web: '<svg fill=\"none\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12 1.999c5.524 0 10.002 4.478 10.002 10.002 0 5.523-4.478 10.001-10.002 10.001-5.524 0-10.002-4.478-10.002-10.001C1.998 6.477 6.476 1.999 12 1.999ZM14.939 16.5H9.06c.652 2.414 1.786 4.002 2.939 4.002s2.287-1.588 2.939-4.002Zm-7.43 0H4.785a8.532 8.532 0 0 0 4.094 3.411c-.522-.82-.953-1.846-1.27-3.015l-.102-.395Zm11.705 0h-2.722c-.324 1.335-.792 2.5-1.373 3.411a8.528 8.528 0 0 0 3.91-3.127l.185-.283ZM7.094 10H3.735l-.005.017a8.525 8.525 0 0 0-.233 1.984c0 1.056.193 2.067.545 3h3.173a20.847 20.847 0 0 1-.123-5Zm8.303 0H8.603a18.966 18.966 0 0 0 .135 5h6.524a18.974 18.974 0 0 0 .135-5Zm4.868 0h-3.358c.062.647.095 1.317.095 2a20.3 20.3 0 0 1-.218 3h3.173a8.482 8.482 0 0 0 .544-3c0-.689-.082-1.36-.236-2ZM8.88 4.09l-.023.008A8.531 8.531 0 0 0 4.25 8.5h3.048c.314-1.752.86-3.278 1.583-4.41ZM12 3.499l-.116.005C10.62 3.62 9.396 5.622 8.83 8.5h6.342c-.566-2.87-1.783-4.869-3.045-4.995L12 3.5Zm3.12.59.107.175c.669 1.112 1.177 2.572 1.475 4.237h3.048a8.533 8.533 0 0 0-4.339-4.29l-.291-.121Z\" fill=\"currentColor\"/></svg>',\n  checkmark:\n    '<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path fill=\"none\" d=\"M0 0h24v24H0V0z\"/><path d=\"m18 6.7-8.48 8.48-3.54-3.54a.996.996 0 1 0-1.41 1.41l4.24 4.24c.39.39 1.02.39 1.41 0l9.18-9.18a.999.999 0 0 0-.01-1.42c-.37-.38-1-.38-1.39.01z\"/></svg>',\n  spotlight:\n    '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M19.745 4C20.3417 4 20.914 4.23705 21.336 4.65901C21.7579 5.08097 21.995 5.65326 21.995 6.25V12.805C21.5485 12.3774 21.0434 12.0154 20.495 11.73V6.25C20.495 6.05109 20.416 5.86032 20.2753 5.71967C20.1347 5.57902 19.9439 5.5 19.745 5.5H4.25C4.05109 5.5 3.86032 5.57902 3.71967 5.71967C3.57902 5.86032 3.5 6.05109 3.5 6.25V17.755C3.5 18.169 3.836 18.505 4.25 18.505L6.999 18.504L7 15.75C7.00002 15.3108 7.16517 14.8877 7.46268 14.5646C7.76019 14.2415 8.1683 14.0421 8.606 14.006L8.75 14H12.022C11.7223 14.4675 11.484 14.9716 11.313 15.5H8.75C8.69368 15.5001 8.63904 15.5192 8.59493 15.5542C8.55083 15.5893 8.51984 15.6382 8.507 15.693L8.5 15.75L8.499 18.504H11.077C11.1569 19.0193 11.2989 19.5229 11.5 20.004H4.25C3.65344 20.004 3.08129 19.7671 2.65936 19.3453C2.23744 18.9236 2.00027 18.3516 2 17.755V6.25C2 5.65326 2.23705 5.08097 2.65901 4.65901C3.08097 4.23705 3.65326 4 4.25 4H19.745Z\"/><path d=\"M12 7C12.7956 7 13.5587 7.31607 14.1213 7.87868C14.6839 8.44129 15 9.20435 15 10C15 10.7956 14.6839 11.5587 14.1213 12.1213C13.5587 12.6839 12.7956 13 12 13C11.2044 13 10.4413 12.6839 9.87868 12.1213C9.31607 11.5587 9 10.7956 9 10C9 9.20435 9.31607 8.44129 9.87868 7.87868C10.4413 7.31607 11.2044 7 12 7ZM12 8.5C11.6022 8.5 11.2206 8.65804 10.9393 8.93934C10.658 9.22064 10.5 9.60218 10.5 10C10.5 10.3978 10.658 10.7794 10.9393 11.0607C11.2206 11.342 11.6022 11.5 12 11.5C12.3978 11.5 12.7794 11.342 13.0607 11.0607C13.342 10.7794 13.5 10.3978 13.5 10C13.5 9.60218 13.342 9.22064 13.0607 8.93934C12.7794 8.65804 12.3978 8.5 12 8.5Z\"/><path d=\"M23 17.5C23 18.9587 22.4205 20.3576 21.3891 21.3891C20.3576 22.4205 18.9587 23 17.5 23C16.0413 23 14.6424 22.4205 13.6109 21.3891C12.5795 20.3576 12 18.9587 12 17.5C12 16.0413 12.5795 14.6424 13.6109 13.6109C14.6424 12.5795 16.0413 12 17.5 12C18.9587 12 20.3576 12.5795 21.3891 13.6109C22.4205 14.6424 23 16.0413 23 17.5ZM18.055 14.42C18.0207 14.2993 17.9479 14.193 17.8478 14.1174C17.7476 14.0417 17.6255 14.0008 17.5 14.0008C17.3745 14.0008 17.2524 14.0417 17.1522 14.1174C17.0521 14.193 16.9793 14.2993 16.945 14.42L16.388 16.208H14.585C14.019 16.208 13.785 16.962 14.242 17.308L15.7 18.413L15.143 20.2C14.968 20.761 15.584 21.228 16.042 20.881L17.5 19.777L18.958 20.881C19.416 21.228 20.032 20.761 19.857 20.201L19.3 18.413L20.758 17.309C21.216 16.962 20.981 16.208 20.415 16.208H18.612L18.055 14.421V14.42Z\"/></svg>',\n  join_stage:\n    '<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\"><path d=\"M17.5 22C14.4618 22 12 19.5376 12 16.5C12 13.4623 14.4618 11 17.5 11C20.5371 11 23 13.4624 23 16.5C23 19.5376 20.5371 22 17.5 22ZM17.0704 18.992L17.1167 19.0322C17.1868 19.0841 17.2716 19.1125 17.3588 19.1132C17.4461 19.1139 17.5314 19.0869 17.6023 19.036L17.654 18.992L17.6936 18.9458C17.7455 18.8757 17.7739 18.7909 17.7746 18.7037C17.7753 18.6164 17.7483 18.5311 17.6975 18.4602L17.6535 18.4085L16.158 16.9125H19.8375L19.8936 16.9092C19.9829 16.8969 20.0657 16.8558 20.1293 16.792C20.193 16.7282 20.234 16.6454 20.2462 16.5561L20.25 16.5005L20.2462 16.4444C20.2339 16.3553 20.1928 16.2725 20.1292 16.2089C20.0655 16.1452 19.9828 16.1041 19.8936 16.0919L19.8375 16.088H16.158L17.654 14.592L17.6941 14.5453C17.7537 14.4659 17.7827 14.3676 17.7756 14.2686C17.7686 14.1695 17.726 14.0763 17.6558 14.0061C17.5856 13.9359 17.4924 13.8934 17.3934 13.8863C17.2943 13.8793 17.1961 13.9082 17.1167 13.9678L17.071 14.0079L14.8699 16.2079L14.8303 16.2547C14.7784 16.3247 14.75 16.4094 14.7493 16.4965C14.7485 16.5837 14.7753 16.6688 14.8259 16.7398L14.8699 16.7915L17.0704 18.992Z\"/><path d=\"M2.80546 3.80546C2.28973 4.32118 2 5.02065 2 5.75V16.25C2 16.6111 2.07113 16.9687 2.20933 17.3024C2.34753 17.636 2.5501 17.9392 2.80546 18.1945C3.06082 18.4499 3.36398 18.6525 3.69762 18.7907C4.03127 18.9289 4.38886 19 4.75 19H11.498C11.3 18.526 11.157 18.023 11.076 17.5H9.002V14.75C9.002 14.6837 9.02834 14.6201 9.07522 14.5732C9.12211 14.5263 9.1857 14.5 9.252 14.5H11.3135C11.4858 13.9665 11.7253 13.4632 12.0218 13H9.252C8.285 13 7.502 13.784 7.502 14.75V16H7.5V17.5H4.75C4.06 17.5 3.5 16.94 3.5 16.25V5.75C3.5 5.06 4.06 4.5 4.75 4.5H19.25C19.94 4.5 20.5 5.06 20.5 5.75V10.732C20.6457 10.808 20.7884 10.8895 20.9277 10.9762C20.9687 11.0017 21.0093 11.0276 21.0497 11.054C21.3899 11.2762 21.708 11.5294 22 11.8096V5.75C22 5.02065 21.7103 4.32118 21.1945 3.80546C20.6788 3.28973 19.9793 3 19.25 3H4.75C4.02065 3 3.32118 3.28973 2.80546 3.80546Z\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.4181 10.7757C14.7938 10.264 15 9.64262 15 9C15 8.20435 14.6839 7.44129 14.1213 6.87868C13.5587 6.31607 12.7956 6 12 6C11.2044 6 10.4413 6.31607 9.87868 6.87868C9.31607 7.44129 9 8.20435 9 9C9 9.79565 9.31607 10.5587 9.87868 11.1213C10.4413 11.6839 11.2044 12 12 12C12.333 12 12.6602 11.9446 12.9695 11.839C13.3992 11.4213 13.8864 11.0625 14.4181 10.7757ZM10.9393 7.93934C11.2206 7.65804 11.6022 7.5 12 7.5C12.3978 7.5 12.7794 7.65804 13.0607 7.93934C13.342 8.22064 13.5 8.60218 13.5 9C13.5 9.39782 13.342 9.77936 13.0607 10.0607C12.7794 10.342 12.3978 10.5 12 10.5C11.6022 10.5 11.2206 10.342 10.9393 10.0607C10.658 9.77936 10.5 9.39782 10.5 9C10.5 8.60218 10.658 8.22064 10.9393 7.93934Z\"></svg>',\n  leave_stage:\n    '<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M2.80546 3.80546C2.28973 4.32118 2 5.02065 2 5.75V16.25C2 16.6111 2.07113 16.9687 2.20933 17.3024C2.34753 17.636 2.5501 17.9392 2.80546 18.1945C3.06082 18.4499 3.36398 18.6525 3.69762 18.7907C4.03127 18.9289 4.38886 19 4.75 19H11.498C11.3 18.526 11.157 18.023 11.076 17.5H9.002V14.75C9.002 14.6837 9.02834 14.6201 9.07522 14.5732C9.12211 14.5263 9.1857 14.5 9.252 14.5H11.3135C11.4858 13.9665 11.7253 13.4632 12.0218 13H9.252C8.285 13 7.502 13.784 7.502 14.75V16H7.5V17.5H4.75C4.06 17.5 3.5 16.94 3.5 16.25V5.75C3.5 5.06 4.06 4.5 4.75 4.5H19.25C19.94 4.5 20.5 5.06 20.5 5.75V10.732C20.6457 10.808 20.7884 10.8895 20.9277 10.9762C20.9687 11.0017 21.0093 11.0276 21.0497 11.054C21.3899 11.2762 21.708 11.5294 22 11.8096V5.75C22 5.02065 21.7103 4.32118 21.1945 3.80546C20.6788 3.28973 19.9793 3 19.25 3H4.75C4.02065 3 3.32118 3.28973 2.80546 3.80546Z\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.4181 10.7757C14.7938 10.264 15 9.64262 15 9C15 8.20435 14.6839 7.44129 14.1213 6.87868C13.5587 6.31607 12.7956 6 12 6C11.2044 6 10.4413 6.31607 9.87868 6.87868C9.31607 7.44129 9 8.20435 9 9C9 9.79565 9.31607 10.5587 9.87868 11.1213C10.4413 11.6839 11.2044 12 12 12C12.333 12 12.6602 11.9446 12.9695 11.839C13.3992 11.4213 13.8864 11.0625 14.4181 10.7757ZM10.9393 7.93934C11.2206 7.65804 11.6022 7.5 12 7.5C12.3978 7.5 12.7794 7.65804 13.0607 7.93934C13.342 8.22064 13.5 8.60218 13.5 9C13.5 9.39782 13.342 9.77936 13.0607 10.0607C12.7794 10.342 12.3978 10.5 12 10.5C11.6022 10.5 11.2206 10.342 10.9393 10.0607C10.658 9.77936 10.5 9.39782 10.5 9C10.5 8.60218 10.658 8.22064 10.9393 7.93934Z\"/><path d=\"M17.5 11C20.5382 11 23 13.4624 23 16.5C23 19.5377 20.5382 22 17.5 22C14.4629 22 12 19.5377 12 16.5C12 13.4624 14.4629 11 17.5 11V11ZM17.9296 14.0079L17.8833 13.9678C17.8132 13.9159 17.7284 13.8875 17.6412 13.8868C17.5539 13.8861 17.4686 13.9131 17.3977 13.964L17.346 14.0079L17.3064 14.0542C17.2545 14.1243 17.2261 14.2091 17.2254 14.2963C17.2247 14.3836 17.2517 14.4689 17.3026 14.5398L17.3465 14.5915L18.842 16.0875H15.1625L15.1064 16.0908C15.0171 16.1031 14.9343 16.1442 14.8707 16.208C14.807 16.2718 14.766 16.3546 14.7539 16.4439L14.75 16.4995L14.7539 16.5556C14.7661 16.6447 14.8072 16.7275 14.8708 16.7911C14.9345 16.8548 15.0172 16.8959 15.1064 16.9081L15.1625 16.912H18.842L17.346 18.408L17.3059 18.4547C17.2463 18.5341 17.2173 18.6324 17.2244 18.7314C17.2314 18.8305 17.274 18.9237 17.3442 18.9939C17.4144 19.0641 17.5076 19.1066 17.6066 19.1137C17.7057 19.1207 17.8039 19.0918 17.8833 19.0322L17.929 18.9921L20.1301 16.7921L20.1697 16.7453C20.2216 16.6753 20.25 16.5906 20.2507 16.5035C20.2515 16.4163 20.2247 16.3312 20.1741 16.2602L20.1301 16.2085L17.9301 14.0079L17.8833 13.9678L17.9296 14.0079V14.0079Z\"/></svg>',\n  pip_off:\n    '<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.8666 12.3058C11.0731 12.3058 11.2404 12.1385 11.2404 11.932V8.56753C11.2404 8.36107 11.0731 8.1937 10.8666 8.1937C10.6601 8.1937 10.4928 8.36107 10.4928 8.56753V11.0295L6.45393 6.99066C6.30794 6.84467 6.07124 6.84467 5.92525 6.99066C5.77926 7.13665 5.77926 7.37335 5.92525 7.51934L9.9641 11.5582L7.50212 11.5582C7.29566 11.5582 7.12829 11.7256 7.12829 11.932C7.12829 12.1385 7.29566 12.3058 7.50212 12.3058L10.8666 12.3058ZM5.73832 19.8879C3.6737 19.8879 2 18.2141 2 16.1495V7.73832C2 5.6737 3.6737 4 5.73832 4H18.2617C20.3263 4 22 5.6737 22 7.73832L22 13.0269C22 12.2687 21.6002 11.6038 21 11.2316C20.8468 11.1366 20.6806 11.0607 20.5047 11.0071V7.73832C20.5047 6.49955 19.5005 5.49533 18.2617 5.49533H5.73832C4.49955 5.49533 3.49533 6.49955 3.49533 7.73832V16.1495C3.49533 17.3883 4.49955 18.3925 5.73832 18.3925H10.7971C10.8506 18.5685 10.9266 18.7347 11.0216 18.8879C11.3938 19.4881 12.0587 19.8879 12.8169 19.8879H5.73832Z\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.7265 12.5H13.3911C12.899 12.5 12.5 12.899 12.5 13.3911V17.6462C12.5 18.1384 12.899 18.5374 13.3911 18.5374H19.7265C20.2187 18.5374 20.6176 18.1384 20.6176 17.6462V13.3911C20.6176 12.899 20.2187 12.5 19.7265 12.5ZM13.3911 11.5C12.3467 11.5 11.5 12.3467 11.5 13.3911V17.6462C11.5 18.6907 12.3467 19.5374 13.3911 19.5374H19.7265C20.771 19.5374 21.6176 18.6907 21.6176 17.6462V13.3911C21.6176 12.3467 20.771 11.5 19.7265 11.5H13.3911Z\"/></svg>',\n  pip_on:\n    '<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.73832 19.8879C3.6737 19.8879 2 18.2141 2 16.1495V7.73832C2 5.6737 3.6737 4 5.73832 4H18.2617C20.3263 4 22 5.6737 22 7.73832L22 13.0269C22 12.2687 21.6002 11.6038 21 11.2316C20.8468 11.1366 20.6806 11.0607 20.5047 11.0071V7.73832C20.5047 6.49955 19.5005 5.49533 18.2617 5.49533H5.73832C4.49955 5.49533 3.49533 6.49955 3.49533 7.73832V16.1495C3.49533 17.3883 4.49955 18.3925 5.73832 18.3925H10.7971C10.8506 18.5685 10.9266 18.7347 11.0216 18.8879C11.3938 19.4881 12.0587 19.8879 12.8169 19.8879H5.73832Z\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.7265 12.5H13.3911C12.899 12.5 12.5 12.899 12.5 13.3911V17.6462C12.5 18.1384 12.899 18.5374 13.3911 18.5374H19.7265C20.2187 18.5374 20.6176 18.1384 20.6176 17.6462V13.3911C20.6176 12.899 20.2187 12.5 19.7265 12.5ZM13.3911 11.5C12.3467 11.5 11.5 12.3467 11.5 13.3911V17.6462C11.5 18.6907 12.3467 19.5374 13.3911 19.5374H19.7265C20.771 19.5374 21.6176 18.6907 21.6176 17.6462V13.3911C21.6176 12.3467 20.771 11.5 19.7265 11.5H13.3911Z\"/><path d=\"M6.18951 6.88123C5.98304 6.88123 5.81567 7.0486 5.81567 7.25506V10.6195C5.81567 10.826 5.98304 10.9934 6.18951 10.9934C6.39597 10.9934 6.56334 10.826 6.56334 10.6195V8.15757L10.6022 12.1964C10.7482 12.3424 10.9849 12.3424 11.1309 12.1964C11.2769 12.0504 11.2769 11.8137 11.1309 11.6677L7.09202 7.62889L9.55399 7.62889C9.76045 7.62889 9.92782 7.46152 9.92782 7.25506C9.92782 7.0486 9.76045 6.88123 9.55399 6.88123L6.18951 6.88123Z\"/></svg>',\n  signal_1:\n    '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M3 16h2v5H3z\"></path></svg>',\n  signal_2:\n    '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M3 16h2v5H3zm4-3h2v8H7z\"></path></svg>',\n  signal_3:\n    '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M3 16h2v5H3zm4-3h2v8H7zm4-3h2v11h-2z\"></path></svg>',\n  signal_4:\n    '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M3 16h2v5H3zm4-3h2v8H7zm4-3h2v11h-2zm4-3h2v14h-2z\"></path></svg>',\n  signal_5:\n    '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M3 16h2v5H3zm4-3h2v8H7zm4-3h2v11h-2zm4-3h2v14h-2zm4-3h2v17h-2z\"></path></svg>',\n  start_livestream:\n    '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"M6.343 4.938a1 1 0 0 1 0 1.415a8.003 8.003 0 0 0 0 11.317a1 1 0 1 1-1.415 1.414c-3.906-3.906-3.906-10.24 0-14.146a1 1 0 0 1 1.415 0Zm12.731 0c3.906 3.907 3.906 10.24 0 14.146a1 1 0 0 1-1.414-1.414a8.003 8.003 0 0 0 0-11.317a1 1 0 0 1 1.414-1.415ZM9.31 7.812a1 1 0 0 1 0 1.414a3.92 3.92 0 0 0 0 5.544a1 1 0 1 1-1.414 1.414a5.92 5.92 0 0 1 0-8.372a1 1 0 0 1 1.414 0Zm6.959 0a5.92 5.92 0 0 1 0 8.372a1 1 0 0 1-1.415-1.414a3.92 3.92 0 0 0 0-5.544a1 1 0 0 1 1.415-1.414Zm-4.187 2.77a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3Z\"/></svg>',\n  stop_livestream:\n    '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\"><path fill=\"currentColor\" d=\"M2.854 2.146a.5.5 0 1 0-.708.708l1.811 1.81A8.218 8.218 0 0 0 2 10a8.228 8.228 0 0 0 2.604 6.015a.725.725 0 0 0 1.01-.025c.316-.316.277-.819-.027-1.11A6.73 6.73 0 0 1 3.5 10c0-1.62.57-3.107 1.522-4.27l.712.71A5.726 5.726 0 0 0 4.5 10c0 1.691.73 3.213 1.893 4.264a.713.713 0 0 0 .983-.037c.328-.328.267-.844-.041-1.134A4.238 4.238 0 0 1 6 10c0-.93.298-1.789.804-2.489l1.842 1.842a1.5 1.5 0 0 0 2 2l6.5 6.5a.5.5 0 0 0 .708-.707l-1.811-1.81l-1.065-1.066l-.712-.71l-1.07-1.072l-1.842-1.841l-2-2L7.4 6.693l-.942-.942l-.82-.82l-.944-.944l-1.841-1.842Zm13.794 12.38A8.212 8.212 0 0 0 18 10c0-2.283-.928-4.35-2.426-5.843a.726.726 0 0 0-1.027.01c-.31.31-.28.8.01 1.095A6.727 6.727 0 0 1 16.5 10a6.718 6.718 0 0 1-.94 3.438l1.088 1.089Zm-1.822-1.822A5.73 5.73 0 0 0 15.5 10a5.733 5.733 0 0 0-1.706-4.087a.714.714 0 0 0-1.008.016c-.319.318-.272.816.014 1.111A4.235 4.235 0 0 1 14 10c0 .557-.107 1.09-.302 1.577l1.128 1.127Z\"/></svg>',\n  viewers:\n    '<svg fill=\"none\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12 9.005a4 4 0 1 1 0 8 4 4 0 0 1 0-8Zm0 1.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5ZM12 5.5c4.613 0 8.596 3.15 9.701 7.564a.75.75 0 1 1-1.455.365 8.503 8.503 0 0 0-16.493.004.75.75 0 0 1-1.455-.363A10.003 10.003 0 0 1 12 5.5Z\" fill=\"currentColor\"/></svg>',\n  debug:\n    '<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m10.05 15.42 6.256-8.476a.694.694 0 0 1 1.235.57l-.03.098-3.87 9.8a2.07 2.07 0 1 1-3.737-1.766l.069-.115.076-.11 6.257-8.477-6.257 8.476Zm2.05-4.549-1.226 1.66a3.32 3.32 0 0 0-2.29 3.024.75.75 0 0 1-1.5-.063A4.819 4.819 0 0 1 9.14 11.74c.9-.631 1.942-.911 2.961-.87Zm4.167 2.752c.28.586.436 1.22.463 1.866a.75.75 0 0 1-1.376.444l.913-2.31Zm-2.233-5.37-.969 1.311a6.22 6.22 0 0 0-4.736 1.02 6.208 6.208 0 0 0-2.419 3.39.75.75 0 0 1-1.442-.412 7.708 7.708 0 0 1 3-4.207 7.724 7.724 0 0 1 6.566-1.102Zm3.51 2.138c.25.267.486.556.702.865a7.727 7.727 0 0 1 1.097 2.288.75.75 0 0 1-1.44.417 6.23 6.23 0 0 0-.885-1.845l-.102-.138.627-1.587ZM15.98 5.852l-.088.054c-.123.082-.236.18-.337.295l-.096.12-.54.732a9.138 9.138 0 0 0-8.261 1.146A9.103 9.103 0 0 0 3.38 12.37a.75.75 0 1 1-1.398-.543A10.603 10.603 0 0 1 5.799 6.97 10.642 10.642 0 0 1 15.98 5.852Zm2.629 1.562a10.646 10.646 0 0 1 2.022 2.171c.49.702.892 1.451 1.199 2.235a.75.75 0 1 1-1.397.547 9.188 9.188 0 0 0-2.327-3.405l.381-.964c.076-.19.115-.388.122-.584Z\" fill=\"currentColor\"/></svg>',\n  info: '<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12 1.999c5.524 0 10.002 4.478 10.002 10.002 0 5.523-4.478 10.001-10.002 10.001-5.524 0-10.002-4.478-10.002-10.001C1.998 6.477 6.476 1.999 12 1.999Zm0 1.5a8.502 8.502 0 1 0 0 17.003A8.502 8.502 0 0 0 12 3.5Zm-.004 7a.75.75 0 0 1 .744.648l.007.102.003 5.502a.75.75 0 0 1-1.493.102l-.007-.101-.003-5.502a.75.75 0 0 1 .75-.75ZM12 7.003a.999.999 0 1 1 0 1.997.999.999 0 0 1 0-1.997Z\" fill=\"currentColor\"/></svg>',\n  devices:\n    '<svg fill=\"currentColor\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12 18.5a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5Zm5.5-8.5V9a5.5 5.5 0 1 0-11 0v1H9a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H6.5v.25a2.25 2.25 0 0 0 2.096 2.245l.154.005h1.128a2.251 2.251 0 1 1 0 1.5H8.75a3.75 3.75 0 0 1-3.745-3.55L5 16.25V9a7 7 0 0 1 14 0v5a2 2 0 0 1-1.85 1.995L17 16h-2a1 1 0 0 1-.993-.883L14 15v-4a1 1 0 0 1 .883-.993L15 10h2.5Zm-9 1.5h-2v3h2v-3Zm9 0h-2v3H17a.5.5 0 0 0 .492-.41L17.5 14v-2.5Z\" fill=\"currentColor\"/></svg>',\n  horizontal_dots:\n    '<svg fill=\"currentColor\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M8 12a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM14 12a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM18 14a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z\" fill=\"currentColor\"/></svg>',\n  ai_sparkle:\n    '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 49 48\" fill=\"none\"><path fill=\"#F13E1B\" d=\"m30.023 15.96.07.016a1.362 1.362 0 0 1 .657 2.068c-.163.23-.392.403-.658.497l-3.444 1.118a7.095 7.095 0 0 0-4.495 4.492l-1.12 3.442a1.357 1.357 0 0 1-1.267.907h-.016a1.361 1.361 0 0 1-1.283-.907l-1.12-3.442a7.091 7.091 0 0 0-4.495-4.509l-3.444-1.119a1.36 1.36 0 0 1 0-2.564l3.444-1.118a7.097 7.097 0 0 0 4.427-4.492l1.119-3.442a1.36 1.36 0 0 1 2.566 0l1.12 3.442a7.09 7.09 0 0 0 4.495 4.492l3.444 1.118Zm9.195 16.007-2.755-.894a5.678 5.678 0 0 1-3.596-3.594l-.896-2.753a1.087 1.087 0 0 0-2.053 0l-.895 2.753a5.672 5.672 0 0 1-3.541 3.594l-2.756.894a1.088 1.088 0 0 0 0 2.052l2.756.895a5.675 5.675 0 0 1 3.596 3.607l.896 2.753a1.088 1.088 0 0 0 2.052 0l.896-2.753a5.672 5.672 0 0 1 3.596-3.594l2.756-.894a1.088 1.088 0 0 0 0-2.052l-.056-.014Z\"/><path fill=\"#2160FD\" d=\"m39.218 31.967-2.755-.894a5.677 5.677 0 0 1-3.596-3.594l-.896-2.753a1.087 1.087 0 0 0-2.053 0l-.895 2.753a5.672 5.672 0 0 1-3.541 3.594l-2.756.894a1.088 1.088 0 0 0 0 2.052l2.756.895a5.675 5.675 0 0 1 3.596 3.607l.896 2.753a1.088 1.088 0 0 0 2.052 0l.896-2.753a5.672 5.672 0 0 1 3.596-3.594l2.756-.894a1.088 1.088 0 0 0 0-2.052l-.056-.014Z\"/></svg>',\n  meeting_ai:\n    '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 28 28\" fill=\"none\"><path fill=\"#F13E1B\" d=\"M9.111 12.888a4.98 4.98 0 0 0-1.075-.8l-.04.048a4.651 4.651 0 0 0-.903-.424l-2.446-.8a.963.963 0 0 1-.467-.356.953.953 0 0 1 0-1.116.955.955 0 0 1 .467-.352l2.446-.8A5.088 5.088 0 0 0 9.04 7.06a5.048 5.048 0 0 0 1.2-1.904l.02-.064.799-2.444A.97.97 0 0 1 11.969 2a.97.97 0 0 1 .91.648l.8 2.444a5.147 5.147 0 0 0 1.219 1.976 5.042 5.042 0 0 0 1.974 1.2l2.45.8h.048c.188.067.351.19.468.352.115.164.176.36.175.56.001.2-.06.396-.175.56a1 1 0 0 1-.468.352l-2.446.8a5.067 5.067 0 0 0-1.978 1.2 5.096 5.096 0 0 0-1.199 1.976l-.8 2.448-.023.06a1.02 1.02 0 0 1-.184.284.967.967 0 0 1-.703.3 1 1 0 0 1-.927-.644l-.8-2.448a5.11 5.11 0 0 0-.799-1.508 5.16 5.16 0 0 0-.4-.472Zm10.434 5.396a.492.492 0 0 1 .176-.236.473.473 0 0 1 .1-.048.466.466 0 0 1 .168-.04c.1 0 .197.031.28.088l.091.072a.456.456 0 0 1 .096.164l.4 1.224c.124.372.332.71.607.988.278.276.616.484.987.608l1.223.4h.028l.084.04a.536.536 0 0 1 .148.136c.056.082.087.18.088.28a.484.484 0 0 1-.32.456l-1.227.4a2.528 2.528 0 0 0-1.595 1.6l-.399 1.224a.46.46 0 0 1-.176.232.464.464 0 0 1-.28.088.475.475 0 0 1-.455-.32l-.4-1.224a2.507 2.507 0 0 0-.611-.992 2.487 2.487 0 0 0-.987-.612l-1.223-.4a.48.48 0 0 1 0-.908l1.223-.4c.367-.128.7-.337.975-.612.137-.142.257-.3.36-.468.1-.162.18-.335.24-.516l.399-1.224Z\"/><path fill=\"currentColor\" d=\"M19.545 18.284a.492.492 0 0 1 .176-.236.469.469 0 0 1 .1-.048.466.466 0 0 1 .168-.04c.1 0 .197.031.28.088l.091.072a.456.456 0 0 1 .096.164l.4 1.224c.124.372.332.71.607.988.279.276.616.484.988.608l1.222.4h.028l.084.04a.534.534 0 0 1 .148.136c.057.082.087.18.088.28a.484.484 0 0 1-.32.456l-1.227.4a2.528 2.528 0 0 0-1.595 1.6l-.399 1.224a.46.46 0 0 1-.175.232.464.464 0 0 1-.28.088.475.475 0 0 1-.456-.32l-.4-1.224a2.509 2.509 0 0 0-.61-.992 2.487 2.487 0 0 0-.988-.612l-1.223-.4a.48.48 0 0 1 0-.908l1.223-.4c.367-.128.7-.337.975-.612a2.7 2.7 0 0 0 .36-.468c.1-.162.18-.335.24-.516l.4-1.224Z\"/></svg>',\n  create_channel:\n    '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"none\"><path fill=\"currentColor\" d=\"M2 14.75A3.25 3.25 0 0 0 5.25 18H6v2.75a1.25 1.25 0 0 0 1.999 1l2.125-1.59.396-1.583c.071-.286.177-.56.312-.82L7.5 20.252 7.499 16.5H5.25a1.75 1.75 0 0 1-1.75-1.75v-8.5c0-.966.784-1.75 1.75-1.75h13.5c.966 0 1.75.784 1.75 1.75v3.845a3.27 3.27 0 0 1 1.5.83V6.25A3.25 3.25 0 0 0 18.75 3H5.25A3.25 3.25 0 0 0 2 6.25v8.5Z\"/><path fill=\"currentColor\" d=\"m18.098 11.67-5.902 5.902a2.684 2.684 0 0 0-.707 1.247l-.458 1.831a1.087 1.087 0 0 0 1.319 1.318l1.83-.457a2.685 2.685 0 0 0 1.248-.707l5.902-5.902a2.285 2.285 0 1 0-3.232-3.232Z\"/></svg>',\n  create_channel_illustration:\n    '<svg width=\"503\" height=\"362\" viewBox=\"0 0 503 362\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M93.3477 192.893C93.3477 190.684 95.1385 188.893 97.3477 188.893H476C478.209 188.893 480 190.684 480 192.893V311.824C480 314.033 478.209 315.824 476 315.824H469.354C467.145 315.824 465.354 317.615 465.354 319.824V339.364C465.354 342.928 461.045 344.712 458.525 342.193L433.328 316.996C432.578 316.245 431.561 315.824 430.5 315.824H97.3477C95.1385 315.824 93.3477 314.033 93.3477 311.824V192.893Z\" fill=\"#282828\"/> <path d=\"M306.606 230.9H136.121C134.648 230.9 133.453 232.095 133.453 233.568C133.453 235.041 134.648 236.236 136.121 236.236H306.606C308.079 236.236 309.274 235.041 309.274 233.568C309.274 232.095 308.079 230.9 306.606 230.9Z\" fill=\"#2160FD\"/> <path d=\"M437.226 249.358H136.121C134.648 249.358 133.453 250.553 133.453 252.026C133.453 253.499 134.648 254.694 136.121 254.694H437.226C438.7 254.694 439.894 253.499 439.894 252.026C439.894 250.553 438.7 249.358 437.226 249.358Z\" fill=\"#5C5C5C\"/> <path d=\"M436.926 267.816H136.121C134.648 267.816 133.453 269.011 133.453 270.484C133.453 271.957 134.648 273.152 136.121 273.152H436.926C438.4 273.152 439.594 271.957 439.594 270.484C439.594 269.011 438.399 267.816 436.926 267.816Z\" fill=\"#5C5C5C\"/> <path d=\"M411.652 23C411.652 20.7909 409.861 19 407.652 19H29C26.7909 19 25 20.7909 25 23V141.931C25 144.14 26.7909 145.931 29 145.931H35.646C37.8551 145.931 39.646 147.722 39.646 149.931V169.472C39.646 173.036 43.9546 174.82 46.4745 172.3L71.6714 147.103C72.4216 146.352 73.439 145.931 74.4999 145.931H407.652C409.861 145.931 411.652 144.14 411.652 141.931V23Z\" fill=\"#282828\"/> <path d=\"M241.188 61.9839H70.703C69.2296 61.9839 68.0352 63.1783 68.0352 64.6517C68.0352 66.1252 69.2296 67.3196 70.703 67.3196H241.188C242.662 67.3196 243.856 66.1252 243.856 64.6517C243.856 63.1783 242.662 61.9839 241.188 61.9839Z\" fill=\"#2160FD\"/> <path d=\"M371.808 80.4419H70.703C69.2296 80.4419 68.0352 81.6363 68.0352 83.1098C68.0352 84.5832 69.2296 85.7776 70.703 85.7776H371.808C373.282 85.7776 374.476 84.5832 374.476 83.1098C374.476 81.6363 373.282 80.4419 371.808 80.4419Z\" fill=\"#5C5C5C\"/> <path d=\"M371.508 98.8999H70.703C69.2296 98.8999 68.0352 100.094 68.0352 101.568C68.0352 103.041 69.2296 104.236 70.703 104.236H371.508C372.982 104.236 374.176 103.041 374.176 101.568C374.176 100.094 372.982 98.8999 371.508 98.8999Z\" fill=\"#5C5C5C\"/> </svg>',\n  captionsOn:\n    '<svg width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M18.75 4A3.25 3.25 0 0 1 22 7.25v9.505a3.25 3.25 0 0 1-3.25 3.25H5.25A3.25 3.25 0 0 1 2 16.755V7.25a3.25 3.25 0 0 1 3.066-3.245L5.25 4h13.5Zm0 1.5H5.25l-.144.006A1.75 1.75 0 0 0 3.5 7.25v9.505c0 .966.784 1.75 1.75 1.75h13.5a1.75 1.75 0 0 0 1.75-1.75V7.25a1.75 1.75 0 0 0-1.75-1.75ZM5.5 12c0-3.146 2.713-4.775 5.122-3.401A.75.75 0 0 1 9.878 9.9C8.481 9.104 7 9.994 7 12c0 2.005 1.484 2.896 2.88 2.103a.75.75 0 0 1 .74 1.304C8.216 16.775 5.5 15.143 5.5 12Zm7.5 0c0-3.146 2.713-4.775 5.122-3.401a.75.75 0 0 1-.744 1.302C15.981 9.104 14.5 9.994 14.5 12c0 2.005 1.484 2.896 2.88 2.103a.75.75 0 0 1 .74 1.304C15.716 16.775 13 15.143 13 12Z\" fill=\"currentColor\"/></svg>',\n  captionsOff:\n    '<svg width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M3.28 2.22a.75.75 0 0 0-1.06 1.06l1.25 1.25A3.247 3.247 0 0 0 2 7.25v9.505a3.25 3.25 0 0 0 3.25 3.25h13.5c.063 0 .126-.002.188-.006l1.781 1.781a.75.75 0 0 0 1.061-1.06L3.28 2.22Zm14.164 16.284H5.25a1.75 1.75 0 0 1-1.75-1.75V7.25c0-.727.443-1.35 1.074-1.615l2.828 2.828C6.292 9.043 5.5 10.3 5.5 12c0 3.143 2.715 4.775 5.12 3.406a.75.75 0 0 0-.74-1.303C8.483 14.896 7 14.005 7 12c0-1.37.69-2.22 1.573-2.366l8.87 8.87Zm2.986-1.256c.045-.157.07-.322.07-.494V7.25a1.75 1.75 0 0 0-1.75-1.75H8.682L7.182 4H18.75A3.25 3.25 0 0 1 22 7.25v9.505c0 .593-.159 1.148-.436 1.627l-1.134-1.134Zm-5.877-5.877-1.197-1.197c.813-1.888 2.882-2.65 4.766-1.575a.75.75 0 0 1-.744 1.302c-1.241-.708-2.549-.085-2.825 1.47Z\" fill=\"currentColor\"/></svg>',\n  play: '<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\"><path d=\"M8 5v14l11-7z\" /></svg>',\n  pause:\n    '<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\"><path d=\"M6 4 H9 V20 H6 Z\" /><path d=\"M15 4 H18 V20 H15 Z\" /></svg>',\n  fastForward:\n    '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 30 24\" fill=\"currentColor\"><path d=\"M4 5v14l11-7-11-7zm13 0v14l11-7-11-7z\"/></svg>',\n  minimize:\n    '<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.778 2.223a.75.75 0 0 1 .072.976l-.072.084-6.223 6.224h5.693a.75.75 0 0 1 .743.65l.007.1a.75.75 0 0 1-.649.744l-.101.007-7.55-.002-.016-.002a.727.727 0 0 1-.195-.042l-.098-.046a.747.747 0 0 1-.386-.553l-.007-.105V2.754a.75.75 0 0 1 1.493-.102l.007.102v5.69l6.222-6.221a.749.749 0 0 1 1.06 0ZM11.003 13.755v7.504a.75.75 0 0 1-1.494.102l-.007-.102v-5.695L3.28 21.78a.75.75 0 0 1-1.133-.977l.073-.084 6.22-6.214H2.751a.75.75 0 0 1-.743-.648L2 13.755a.75.75 0 0 1 .75-.75l7.554.002.074.009.097.023.053.019.086.04.089.058a.761.761 0 0 1 .148.148l.066.106.041.094.022.07.01.055.007.058v-.008l.005.076Z\" fill=\"currentColor\"/></svg>',\n  maximize:\n    '<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.748 3.001h7.554l.1.014.099.028.061.026a.72.72 0 0 1 .218.15l.04.044.061.082.037.065.039.09.02.064.013.064.009.093v7.534a.75.75 0 0 1-1.493.102l-.006-.102-.001-5.696-13.94 13.945h5.69a.75.75 0 0 1 .744.65l.007.1a.75.75 0 0 1-.649.744l-.101.007H3.714L3.684 21a.705.705 0 0 1-.187-.04l-.09-.038-.018-.01a.746.746 0 0 1-.384-.553l-.007-.105V12.75a.75.75 0 0 1 1.493-.102l.007.102v5.692L18.438 4.5l-5.69.001a.75.75 0 0 1-.743-.648l-.007-.102a.75.75 0 0 1 .648-.743L12.748 3Z\" fill=\"currentColor\"/></svg>',\n}",
      "docstring": "Default Icon Pack for UI Kit",
      "path": "src/lib/icons/index.ts"
    },
    "src/components/dyte-grid/dyte-grid.tsx::GridSize": {
      "declaration": "export interface GridSize {\n  spotlight?: Exclude<Size, 'xl'>;\n  mixed?: Exclude<Size, 'xl'>;\n}",
      "docstring": "",
      "path": "src/components/dyte-grid/dyte-grid.tsx"
    },
    "src/components/dyte-tab-bar/dyte-tab-bar.tsx::Tab": {
      "declaration": "export interface Tab {\n  type: ActiveTabType;\n  participant?: Peer;\n  plugin?: DytePlugin;\n}",
      "docstring": "",
      "path": "src/components/dyte-tab-bar/dyte-tab-bar.tsx"
    },
    "src/components/dyte-button/dyte-button.tsx::ButtonVariant": {
      "declaration": "export type ButtonVariant = 'primary' | 'secondary' | 'danger' | 'ghost';",
      "docstring": "",
      "path": "src/components/dyte-button/dyte-button.tsx"
    },
    "src/components/dyte-button/dyte-button.tsx::ButtonKind": {
      "declaration": "export type ButtonKind = 'button' | 'icon' | 'wide';",
      "docstring": "",
      "path": "src/components/dyte-button/dyte-button.tsx"
    },
    "src/components/dyte-sidebar-ui/dyte-sidebar-ui.tsx::DyteSidebarView": {
      "declaration": "export type DyteSidebarView = 'sidebar' | 'full-screen';",
      "docstring": "",
      "path": "src/components/dyte-sidebar-ui/dyte-sidebar-ui.tsx"
    },
    "src/components/dyte-sidebar-ui/dyte-sidebar-ui.tsx::DyteSidebarTab": {
      "declaration": "export interface DyteSidebarTab {\n  id: string;\n  name: string | HTMLElement;\n}",
      "docstring": "",
      "path": "src/components/dyte-sidebar-ui/dyte-sidebar-ui.tsx"
    },
    "src/components/dyte-sidebar/dyte-sidebar.tsx::DyteSidebarSection": {
      "declaration": "export type DyteSidebarSection = 'chat' | 'polls' | 'participants' | 'plugins';",
      "docstring": "",
      "path": "src/components/dyte-sidebar/dyte-sidebar.tsx"
    },
    "src/components/dyte-icon/dyte-icon.tsx::IconVariant": {
      "declaration": "export type IconVariant = 'primary' | 'secondary' | 'danger';",
      "docstring": "",
      "path": "src/components/dyte-icon/dyte-icon.tsx"
    },
    "src/components/dyte-participants/dyte-participants.tsx::ParticipantsTabId": {
      "declaration": "export type ParticipantsTabId = 'requests' | 'stage-list' | 'viewer-list';",
      "docstring": "",
      "path": "src/components/dyte-participants/dyte-participants.tsx"
    },
    "src/components/dyte-ai/dyte-ai.tsx::AIView": {
      "declaration": "export type AIView = 'default' | 'sidebar' | 'full-screen';",
      "docstring": "",
      "path": "src/components/dyte-ai/dyte-ai.tsx"
    },
    "src/components/dyte-controlbar-button/dyte-controlbar-button.tsx::ControlBarVariant": {
      "declaration": "export type ControlBarVariant = 'button' | 'horizontal';",
      "docstring": "",
      "path": "src/components/dyte-controlbar-button/dyte-controlbar-button.tsx"
    },
    "src/components/dyte-audio-visualizer/dyte-audio-visualizer.tsx::AudioVisualizerVariant": {
      "declaration": "\"bars\"",
      "docstring": "",
      "path": "src/components/dyte-audio-visualizer/dyte-audio-visualizer.tsx"
    },
    "src/types/dyte-client.ts::Peer": {
      "declaration": "type Peer = Self | Participant;",
      "docstring": "",
      "path": "src/types/dyte-client.ts"
    },
    "src/types/dyte-client.ts::WaitlistedParticipant": {
      "declaration": "{\n    readonly [P in keyof T]: T[P];\n}",
      "docstring": "",
      "path": "src/types/dyte-client.ts"
    },
    "src/components/dyte-avatar/dyte-avatar.tsx::AvatarVariant": {
      "declaration": "export type AvatarVariant = 'circular' | 'square' | 'hexagon';",
      "docstring": "",
      "path": "src/components/dyte-avatar/dyte-avatar.tsx"
    },
    "src/exports.ts::UIConfig": {
      "declaration": "any",
      "docstring": "",
      "path": "src/exports.ts"
    },
    "src/components/dyte-chat/dyte-chat.tsx::ChatFilter": {
      "declaration": "(message: Message) => boolean",
      "docstring": "",
      "path": "src/components/dyte-chat/dyte-chat.tsx"
    },
    "src/exports.ts::States": {
      "declaration": "any",
      "docstring": "",
      "path": "src/exports.ts"
    },
    "src/components/dyte-grid-pagination/dyte-grid-pagination.tsx::GridPaginationVariants": {
      "declaration": "export type GridPaginationVariants = 'solid' | 'rounded' | 'grid';",
      "docstring": "",
      "path": "src/components/dyte-grid-pagination/dyte-grid-pagination.tsx"
    },
    "src/components/dyte-join-stage/dyte-join-stage.tsx::ModalDataConfig": {
      "declaration": "export interface ModalDataConfig {\n  title: string;\n  label: {\n    accept: string;\n    reject: string;\n  };\n  description: string;\n}",
      "docstring": "",
      "path": "src/components/dyte-join-stage/dyte-join-stage.tsx"
    },
    "src/components/dyte-meeting/dyte-meeting.tsx::MeetingMode": {
      "declaration": "export type MeetingMode = 'fixed' | 'fill';",
      "docstring": "",
      "path": "src/components/dyte-meeting/dyte-meeting.tsx"
    },
    "src/components/dyte-message-view/dyte-message-view.tsx::MessageAction": {
      "declaration": "export interface MessageAction {\n  id: string;\n  label: string;\n  icon?: string;\n}",
      "docstring": "",
      "path": "src/components/dyte-message-view/dyte-message-view.tsx"
    },
    "src/components/dyte-name-tag/dyte-name-tag.tsx::DyteNameTagVariant": {
      "declaration": "export type DyteNameTagVariant = 'default' | 'text';",
      "docstring": "",
      "path": "src/components/dyte-name-tag/dyte-name-tag.tsx"
    },
    "../../node_modules/@stencil/core/internal/stencil-core/index.d.ts::VNode": {
      "declaration": "any",
      "docstring": "",
      "path": "../../node_modules/@stencil/core/internal/stencil-core/index.d.ts"
    },
    "src/components/dyte-paginated-list/dyte-paginated-list.tsx::DataNode": {
      "declaration": "export interface DataNode {\n  id: string;\n  [key: string]: any;\n}",
      "docstring": "",
      "path": "src/components/dyte-paginated-list/dyte-paginated-list.tsx"
    },
    "src/components/dyte-participant/dyte-participant.tsx::ParticipantViewMode": {
      "declaration": "\"sidebar\"",
      "docstring": "",
      "path": "src/components/dyte-participant/dyte-participant.tsx"
    },
    "src/components/dyte-tooltip/dyte-tooltip.tsx::TooltipVariant": {
      "declaration": "export type TooltipVariant = 'primary' | 'secondary';",
      "docstring": "",
      "path": "src/components/dyte-tooltip/dyte-tooltip.tsx"
    },
    "src/components/dyte-tooltip/dyte-tooltip.tsx::TooltipKind": {
      "declaration": "export type TooltipKind = 'inline' | 'block';",
      "docstring": "",
      "path": "src/components/dyte-tooltip/dyte-tooltip.tsx"
    },
    "src/types/floating-ui.ts::Placement": {
      "declaration": "export type Placement =\n  | 'top'\n  | 'right'\n  | 'bottom'\n  | 'left'\n  | 'top-start'\n  | 'top-end'\n  | 'right-start'\n  | 'right-end'\n  | 'bottom-start'\n  | 'bottom-end'\n  | 'left-start'\n  | 'left-end';",
      "docstring": "",
      "path": "src/types/floating-ui.ts"
    },
    "src/components/dyte-viewer-count/dyte-viewer-count.tsx::ViewerCountVariant": {
      "declaration": "export type ViewerCountVariant = 'primary' | 'embedded';",
      "docstring": "",
      "path": "src/components/dyte-viewer-count/dyte-viewer-count.tsx"
    },
    "src/types/props.ts::Transcript": {
      "declaration": "export interface Transcript {\n  id: string;\n  name: string;\n  peerId: string;\n  userId: string;\n  customParticipantId: string;\n  transcript: string;\n  // isPartialTranscript: string;\n  date: Date;\n}",
      "docstring": "",
      "path": "src/types/props.ts"
    },
    "src/utils/breakout-rooms-manager.ts::DraftMeeting": {
      "declaration": "{\n  id: string;\n  title: string;\n  participants: ConnectedMeetingParticipant[];\n  isParent: boolean;\n}",
      "docstring": "",
      "path": "src/utils/breakout-rooms-manager.ts"
    },
    "src/types/props.ts::PartialStateEvent": {
      "declaration": "{\n    [P in keyof T]?: T[P];\n}",
      "docstring": "",
      "path": "src/types/props.ts"
    },
    "src/types/props.ts::ChatChannel": {
      "declaration": "interface ChatChannel {\n    id: string;\n    displayName: string;\n    memberIds: string[];\n    displayPictureUrl?: string;\n    visibility?: string;\n    isDirectMessage?: boolean;\n    latestMessage?: Message;\n    unreadCount: number;\n}",
      "docstring": "",
      "path": "src/types/props.ts"
    },
    "../../node_modules/@dytesdk/web-core/dist/index.d.ts::Message": {
      "declaration": "type Message = TextMessage | ImageMessage | FileMessage | CustomMessage;",
      "docstring": "",
      "path": "../../node_modules/@dytesdk/web-core/dist/index.d.ts"
    },
    "src/types/props.ts::Chat": {
      "declaration": "export type Chat = ChatMessage | PluginMessage;",
      "docstring": "",
      "path": "src/types/props.ts"
    },
    "../../node_modules/@dytesdk/web-core/dist/index.d.ts::FileMessage": {
      "declaration": "interface FileMessage extends BaseMessage<MessageType.file> {\n    name: string;\n    size: number;\n    link: string;\n}",
      "docstring": "",
      "path": "../../node_modules/@dytesdk/web-core/dist/index.d.ts"
    },
    "../../node_modules/@dytesdk/web-core/dist/index.d.ts::ImageMessage": {
      "declaration": "interface ImageMessage extends BaseMessage<MessageType.image> {\n    link: string;\n}",
      "docstring": "",
      "path": "../../node_modules/@dytesdk/web-core/dist/index.d.ts"
    },
    "../../node_modules/@dytesdk/web-core/dist/index.d.ts::DytePlugin": {
      "declaration": "{\n    readonly [P in keyof T]: T[P];\n}",
      "docstring": "",
      "path": "../../node_modules/@dytesdk/web-core/dist/index.d.ts"
    },
    "src/types/props.ts::Notification": {
      "declaration": "export interface Notification {\n  id: string;\n  message: string;\n  image?: string;\n  /** Duration in milliseconds, don't pass this if you want a stagnant notification */\n  duration?: number;\n  icon?: string;\n  iconVariant?: IconVariant;\n  button?: {\n    text: string;\n    variant?: ButtonVariant;\n    onClick: () => void;\n  };\n}",
      "docstring": "Notification object type, which is used in `<dyte-notification />`.",
      "path": "src/types/props.ts"
    },
    "src/components/dyte-participants/dyte-participants.tsx::ParticipantsViewMode": {
      "declaration": "\"sidebar\"",
      "docstring": "",
      "path": "src/components/dyte-participants/dyte-participants.tsx"
    },
    "src/types/props.ts::Poll": {
      "declaration": "export interface Poll {\n  id: string;\n  question: string;\n  options: PollOption[];\n  anonymous: boolean;\n  hideVotes: boolean;\n  createdBy: string;\n  createdByUserId: string;\n  voted: string[];\n}",
      "docstring": "",
      "path": "src/types/props.ts"
    },
    "../../node_modules/@dytesdk/web-core/dist/index.d.ts::DytePermissionsPreset": {
      "declaration": "{\n    readonly [P in keyof T]: T[P];\n}",
      "docstring": "",
      "path": "../../node_modules/@dytesdk/web-core/dist/index.d.ts"
    },
    "src/types/props.ts::PollObject": {
      "declaration": "export interface PollObject {\n  question: string;\n  options: string[];\n  anonymous: boolean;\n  hideVotes: boolean;\n}",
      "docstring": "",
      "path": "src/types/props.ts"
    },
    "src/index.ts::Peer": {
      "declaration": "any",
      "docstring": "",
      "path": "src/index.ts"
    }
  }
}